mbox series

[GIT,PULL,2/3]

Message ID pull-1617703816-65652@atomide.com-2
State New
Headers show
Series [GIT,PULL,1/3] | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.13/dt-v2-signed

Message

Tony Lindgren April 6, 2021, 10:10 a.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.13/dt-v2-signed

for you to fetch changes up to ee368a10d0dfb27bbff36361ea2166f864028a8b:

  ARM: dts: am335x-boneblack.dts: unique gpio-line-names (2021-03-31 08:54:45 +0300)

----------------------------------------------------------------
Devicetree changes for omaps for v5.13

Mostly configures addtional devices for various boards, and
updates the gpio line names for beagle boards so userspace can
optionally find the right lines:

- Use unique gpio line names for am335x-pocketbeagle

- Update omap3-echo led configuration and add ath6kl node

- Fix indentation for am3 tscadc node

- Prepare motorola-cpcap-mapphone for power supply dtbs_check_parsing

- Use unique gpio line names for am335x-boneblack.dts

----------------------------------------------------------------
André Hentschel (2):
      ARM: dts: omap3-echo: Update LED configuration
      ARM: dts: omap3-echo: Add ath6kl node

Dario Binacchi (1):
      ARM: dts: am33xx-l4: fix tscadc@0 node indentation

Drew Fustini (2):
      ARM: dts: am335x-pocketbeagle: unique gpio-line-names
      ARM: dts: am335x-boneblack.dts: unique gpio-line-names

Sebastian Reichel (1):
      ARM: dts: motorola-cpcap-mapphone: Prepare for dtbs_check parsing

 arch/arm/boot/dts/am335x-boneblack.dts         | 132 +++----
 arch/arm/boot/dts/am335x-pocketbeagle.dts      | 140 ++++----
 arch/arm/boot/dts/am33xx-l4.dtsi               |  28 +-
 arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi |  59 ++-
 arch/arm/boot/dts/omap3-echo.dts               | 476 +++++++++++++++++--------
 5 files changed, 514 insertions(+), 321 deletions(-)

Comments

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

On Tue, 6 Apr 2021 13:10:59 +0300, Tony Lindgren wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.13/dt-v2-signed
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 36de77e35f3bc0fed0f1999f9c5731513be89a45

       Arnd