mbox series

[GIT,PULL] ARM: dts: Xilinx Zynq DT changes for v5.1

Message ID eca10cf1-d5fc-42a4-0e5c-db45407c0560@monstr.eu
State New
Headers show
Series [GIT,PULL] ARM: dts: Xilinx Zynq DT changes for v5.1 | expand

Pull-request

https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-for-v5.1

Message

Michal Simek Feb. 12, 2019, 1 p.m. UTC
Hi,

please pull this one small patch to your tree.

Thanks,
Michal

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-for-v5.1

for you to fetch changes up to 1241c72b6db13a1e294f9ea25577a3677733582e:

  ARM: dts: zynq: replace gpio-key,wakeup with wakeup-source property
(2019-02-12 13:53:33 +0100)

----------------------------------------------------------------
ARM: dts: zynq: DT changes for v5.1

- Use new "wakeup-source" instead of "gpio-key,wakeup" in Z-Turn

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

 arch/arm/boot/dts/zynq-zturn.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnd Bergmann Feb. 15, 2019, 3:12 p.m. UTC | #1
On Tue, Feb 12, 2019 at 2:00 PM Michal Simek <monstr@monstr.eu> wrote:
>
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
>
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
>
> are available in the git repository at:
>
>   https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-for-v5.1
>
> for you to fetch changes up to 1241c72b6db13a1e294f9ea25577a3677733582e:
>
>   ARM: dts: zynq: replace gpio-key,wakeup with wakeup-source property
> (2019-02-12 13:53:33 +0100)
>
> ----------------------------------------------------------------
> ARM: dts: zynq: DT changes for v5.1
>
> - Use new "wakeup-source" instead of "gpio-key,wakeup" in Z-Turn


Pulled into arm/dt, thanks!

       Arnd