mbox series

[GIT,PULL,2/3] SoCFPGA DTS updates for v5.13

Message ID 20210330110430.558182-2-dinguyen@kernel.org (mailing list archive)
State Mainlined, archived
Commit 0501418e4439d4ba2644b9d9a52287002fbc7553
Headers show
Series [GIT,PULL,1/3] SoCFPGA updates for v5.13 | expand

Pull-request

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

Message

Dinh Nguyen March 30, 2021, 11:04 a.m. UTC
Hi Arnd, Kevin, and Olof:

Please pull in these SoCFPGA DTS updates for v5.13.

Thanks,
Dinh

The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:

  Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)

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.13

for you to fetch changes up to 0501418e4439d4ba2644b9d9a52287002fbc7553:

  arm64: dts: intel: adjust qpsi read-delay property (2021-03-30 05:51:30 -0500)

----------------------------------------------------------------
SoCFPGA DTS updates for v5.13
- Patches from Krzysztof Kozlowski that fixes dtc warnings
  and dtbs_check warnings
- Adjust the "cnds,read-delay" value for the Agilex devkit to 2

----------------------------------------------------------------
Dinh Nguyen (1):
      arm64: dts: intel: adjust qpsi read-delay property

Krzysztof Kozlowski (8):
      arm64: dts: intel: socfpga: override clocks by label
      arm64: dts: intel: socfpga_agilex: move clocks out of soc node
      arm64: dts: intel: socfpga_agilex: move timer out of soc node
      arm64: dts: intel: socfpga_agilex: remove default status=okay
      arm64: dts: intel: socfpga_agilex: move usbphy out of soc node
      arm64: dts: intel: socfpga_agilex: use defined for GIC interrupts
      arm64: dts: intel: socfpga_agilex: align node names with dtschema
      arm64: dts: intel: socfpga_agilex_socdk_nand: align LED node names with dtschema

 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi      | 222 ++++++++++++---------
 arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts |  14 +-
 .../boot/dts/intel/socfpga_agilex_socdk_nand.dts   |  18 +-
 arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts    |  12 +-
 4 files changed, 140 insertions(+), 126 deletions(-)

Comments

Arnd Bergmann April 1, 2021, 8:15 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Tue, 30 Mar 2021 06:04:29 -0500, Dinh Nguyen wrote:
> Please pull in these SoCFPGA DTS updates for v5.13.
> 
> Thanks,
> Dinh
> 
> The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:
> 
>   Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 61de0971ea913d262225dff5621018d590e67025

       Arnd