mbox series

[GIT,PULL] arm64: dts: Xilinx SoC changes for v5.0

Message ID d180b7d0-398a-e3d7-97c2-a2b5716da252@monstr.eu (mailing list archive)
State Mainlined, archived
Commit d1d4445abffb2b17e841d37b555b6f1364b571c1
Headers show
Series [GIT,PULL] arm64: dts: Xilinx SoC changes for v5.0 | expand

Pull-request

https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-dt-for-v5.0

Message

Michal Simek Dec. 13, 2018, 3:26 p.m. UTC
Hi,

please pull these patches to your tree. 5 patches are aligning DT style
and one is adding new node for DDRC.

Thanks,
Michal

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-dt-for-v5.0

for you to fetch changes up to d1d4445abffb2b17e841d37b555b6f1364b571c1:

  arm64: dts: zynqmp: Fix node names which contain "_" (2018-11-16
09:17:49 +0100)

----------------------------------------------------------------
arm64: dts: zynqmp: DT changes for v5.0

- Fix node names
- Fix wakeup-source
- Wire ddrc
- Label gpio controller (PS gpio)

----------------------------------------------------------------
Manish Narani (1):
      arm64: dts: zynqmp: Add DDRC node

Michal Simek (3):
      arm64: dts: zynqmp: Use mmc@ instead sdhci@
      arm64: dts: zynqmp: Add missing gpio-controller to ps gpio
      arm64: dts: zynqmp: Fix node names which contain "_"

Sudeep Holla (1):
      arm64: dts: zynqmp: replace gpio-key,wakeup with wakeup-source
property

 arch/arm64/boot/dts/xilinx/zynqmp-clk.dtsi        |  4 ++--
 arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts |  6 +++---
 arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts | 12 ++++++------
 arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts |  4 ++--
 arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts |  4 ++--
 arch/arm64/boot/dts/xilinx/zynqmp.dtsi            | 16 ++++++++++++----
 6 files changed, 27 insertions(+), 19 deletions(-)

Comments

Arnd Bergmann Dec. 20, 2018, 3:32 p.m. UTC | #1
On Thu, Dec 13, 2018 at 4:26 PM Michal Simek <monstr@monstr.eu> wrote:
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
>
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
>
> are available in the git repository at:
>
>   https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-dt-for-v5.0
>
> for you to fetch changes up to d1d4445abffb2b17e841d37b555b6f1364b571c1:
>
>   arm64: dts: zynqmp: Fix node names which contain "_" (2018-11-16
> 09:17:49 +0100)
>
> ----------------------------------------------------------------
> arm64: dts: zynqmp: DT changes for v5.0
>
> - Fix node names
> - Fix wakeup-source
> - Wire ddrc
> - Label gpio controller (PS gpio)

Pulled into next/dt, thanks!

      Arnd