mbox series

[GIT,PULL,3/4] dts changes for omaps for v4.21

Message ID pull-1543521343-338334@atomide.com-3
State New
Headers show
Series [GIT,PULL,1/4] soc changes for omaps for v4.21 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.21/dt-signed

Message

Tony Lindgren Nov. 29, 2018, 7:57 p.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

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

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.21/dt-signed

for you to fetch changes up to 0ec47be539e323ef4919fd63ea2f4162bf74892e:

  ARM: dts: am437x-gp-evm: Add sleep state for beeper pins (2018-11-19 10:32:43 -0800)

----------------------------------------------------------------
Device tree changes for omaps for v4.21 merge window

These changes mostly configure pinctrl for am437x-gp-evm. There is
also non-critical fix for a comment for Clang, and we enable earlycon
for am3517-evm.

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: am3517-evm: Enable earlycon stdout path

Dave Gerlach (5):
      ARM: dts: am437x-gp-evm: Add state for ddr3 vtt toggle pin
      ARM: dts: am437x-gp-evm: Add pinctrl for unused_pins
      ARM: dts: am437x-gp-evm: Add pinctrl for debugss pins
      ARM: dts: am437x-gp-evm: Add uart0 pinctrl default and sleep states
      ARM: dts: am437x-gp-evm: Add pinmux for gpio0 wake

Keerthy (1):
      ARM: dts: am437x-gp-evm: Add sleep state for beeper pins

Nathan Chancellor (1):
      ARM: dts: omap3-gta04: Fix comment block

 arch/arm/boot/dts/am3517-evm.dts    |   4 ++
 arch/arm/boot/dts/am437x-gp-evm.dts | 127 +++++++++++++++++++++++++++++++++---
 arch/arm/boot/dts/omap3-gta04.dtsi  |   2 +-
 3 files changed, 122 insertions(+), 11 deletions(-)

Comments

Olof Johansson Nov. 30, 2018, 11:17 p.m. UTC | #1
On Thu, Nov 29, 2018 at 11:57:42AM -0800, Tony Lindgren wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.21/dt-signed
> 
> for you to fetch changes up to 0ec47be539e323ef4919fd63ea2f4162bf74892e:
> 
>   ARM: dts: am437x-gp-evm: Add sleep state for beeper pins (2018-11-19 10:32:43 -0800)
> 
> ----------------------------------------------------------------
> Device tree changes for omaps for v4.21 merge window
> 
> These changes mostly configure pinctrl for am437x-gp-evm. There is
> also non-critical fix for a comment for Clang, and we enable earlycon
> for am3517-evm.

Merged, thanks!


-Olof