mbox series

[GIT,PULL] arm64: dts: socfpga: dts updates for v5.17, part 2

Message ID 20220105213603.804026-1-dinguyen@kernel.org (mailing list archive)
State Accepted
Commit 0876babeb5600bbbc3013b7df6a96a93f01435ee
Headers show
Series [GIT,PULL] arm64: dts: socfpga: dts updates for v5.17, part 2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_update_for_v5.17_part2

Message

Dinh Nguyen Jan. 5, 2022, 9:36 p.m. UTC
The following changes since commit 8dce88fe80a858f34bb5b46470218fe478d251ee:

  arm64: dts: Update NAND MTD partition for Agilex and Stratix 10 (2021-12-01 08:07:41 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_update_for_v5.17_part2

for you to fetch changes up to 0020e9e1f8d3348dd5c9a37612b1089c1a47553d:

  arm64: dts: agilex: align mmc node names with dtschema (2021-12-29 04:57:47 -0600)

----------------------------------------------------------------
SoCFPGA dts updates for v5.17, part 2
- Cleanup of Altera/Intel ARMv7 and ARMv8 DTS and bindings

----------------------------------------------------------------
Krzysztof Kozlowski (17):
      dt-bindings: altera: document existing Cyclone 5 board compatibles
      dt-bindings: altera: document Arria 5 based board compatibles
      dt-bindings: altera: document Arria 10 based board compatibles
      dt-bindings: altera: document VT compatibles
      dt-bindings: altera: document Stratix 10 based board compatibles
      dt-bindings: intel: document Agilex based board compatibles
      dt-bindings: clock: intel,stratix10: convert to dtschema
      ARM: dts: arria5: add board compatible for SoCFPGA DK
      ARM: dts: arria10: add board compatible for Mercury AA1
      ARM: dts: arria10: add board compatible for SoCFPGA DK
      arm64: dts: stratix10: add board compatible for SoCFPGA DK
      arm64: dts: stratix10: move ARM timer out of SoC node
      arm64: dts: stratix10: align mmc node names with dtschema
      arm64: dts: stratix10: align regulator node names with dtschema
      arm64: dts: agilex: add board compatible for SoCFPGA DK
      arm64: dts: agilex: add board compatible for N5X DK
      arm64: dts: agilex: align mmc node names with dtschema

 Documentation/devicetree/bindings/arm/altera.yaml  | 46 +++++++++++++++++++---
 .../devicetree/bindings/arm/intel,socfpga.yaml     | 26 ++++++++++++
 .../devicetree/bindings/clock/intc_stratix10.txt   | 20 ----------
 .../devicetree/bindings/clock/intel,stratix10.yaml | 35 ++++++++++++++++
 arch/arm/boot/dts/socfpga_arria10_mercury_aa1.dts  |  2 +-
 arch/arm/boot/dts/socfpga_arria10_socdk.dtsi       |  2 +-
 arch/arm/boot/dts/socfpga_arria5_socdk.dts         |  2 +-
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi  | 21 +++++-----
 .../boot/dts/altera/socfpga_stratix10_socdk.dts    |  3 +-
 .../dts/altera/socfpga_stratix10_socdk_nand.dts    |  3 +-
 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi      |  2 +-
 arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts |  1 +
 .../boot/dts/intel/socfpga_agilex_socdk_nand.dts   |  1 +
 arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts    |  1 +
 14 files changed, 123 insertions(+), 42 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/intel,socfpga.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/intc_stratix10.txt
 create mode 100644 Documentation/devicetree/bindings/clock/intel,stratix10.yaml

Comments

patchwork-bot+linux-soc@kernel.org Jan. 8, 2022, 10 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Olof Johansson <olof@lixom.net>:

On Wed,  5 Jan 2022 15:36:03 -0600 you wrote:
> The following changes since commit 8dce88fe80a858f34bb5b46470218fe478d251ee:
> 
>   arm64: dts: Update NAND MTD partition for Agilex and Stratix 10 (2021-12-01 08:07:41 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_update_for_v5.17_part2
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] arm64: dts: socfpga: dts updates for v5.17, part 2
    https://git.kernel.org/soc/soc/c/0876babeb560

You are awesome, thank you!
Arnd Bergmann Feb. 8, 2022, 10:15 a.m. UTC | #2
On Wed, Jan 5, 2022 at 10:36 PM Dinh Nguyen <dinguyen@kernel.org> wrote:
>
> The following changes since commit 8dce88fe80a858f34bb5b46470218fe478d251ee:
>
>   arm64: dts: Update NAND MTD partition for Agilex and Stratix 10 (2021-12-01 08:07:41 -0600)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_update_for_v5.17_part2
>
> for you to fetch changes up to 0020e9e1f8d3348dd5c9a37612b1089c1a47553d:
>
>   arm64: dts: agilex: align mmc node names with dtschema (2021-12-29 04:57:47 -0600)
>
> ----------------------------------------------------------------
> SoCFPGA dts updates for v5.17, part 2
> - Cleanup of Altera/Intel ARMv7 and ARMv8 DTS and bindings
>

Hi Dinh and Krzysztof,

This branch was one of the things that ended up not making it into
the merge window, and I have now dropped it from our for-next branch
as I'm adding 5.18 contents, sorry about the mistake on our end.

I think everything still applies cleanly and nothing in here is urgently
needed in 5.17, so I can just merge the pull request again for the
next merge window if you prefer. If you have additional socfpga
material for 5.18 or some of the patches should go into the fixes
branch after all, please send an updated pull request instead.

        Arnd
Dinh Nguyen Feb. 8, 2022, 9:54 p.m. UTC | #3
On 2/8/22 04:15, Arnd Bergmann wrote:
> On Wed, Jan 5, 2022 at 10:36 PM Dinh Nguyen <dinguyen@kernel.org> wrote:
>>
>> The following changes since commit 8dce88fe80a858f34bb5b46470218fe478d251ee:
>>
>>    arm64: dts: Update NAND MTD partition for Agilex and Stratix 10 (2021-12-01 08:07:41 -0600)
>>
>> are available in the Git repository at:
>>
>>    git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_update_for_v5.17_part2
>>
>> for you to fetch changes up to 0020e9e1f8d3348dd5c9a37612b1089c1a47553d:
>>
>>    arm64: dts: agilex: align mmc node names with dtschema (2021-12-29 04:57:47 -0600)
>>
>> ----------------------------------------------------------------
>> SoCFPGA dts updates for v5.17, part 2
>> - Cleanup of Altera/Intel ARMv7 and ARMv8 DTS and bindings
>>
> 
> Hi Dinh and Krzysztof,
> 
> This branch was one of the things that ended up not making it into
> the merge window, and I have now dropped it from our for-next branch
> as I'm adding 5.18 contents, sorry about the mistake on our end.
> 
> I think everything still applies cleanly and nothing in here is urgently
> needed in 5.17, so I can just merge the pull request again for the
> next merge window if you prefer. If you have additional socfpga
> material for 5.18 or some of the patches should go into the fixes
> branch after all, please send an updated pull request instead.
> 

I have a few more patches for 5.18, let me send an updated pull request 
that will include these and the new patches.

Thanks,
Dinh