mbox series

[GIT,PULL] ARM: at91: DT for 5.9

Message ID 20200726193207.GA182066@piout.net (mailing list archive)
State Mainlined, archived
Commit 7dbf4bbf1c320d82058878bd44805724d171e1e8
Headers show
Series [GIT,PULL] ARM: at91: DT for 5.9 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-dt-5.9

Message

Alexandre Belloni July 26, 2020, 7:32 p.m. UTC
Arnd, Olof,

Here is the DT pull request for AT91. It is mainly fixing audio nodes
for the evaluation board. It also introduces the RTT node for sama9x60.
Finally, it fixes Ethernet on the GMAC interface of sama5d3_xplained.

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-dt-5.9

for you to fetch changes up to 7dbf4bbf1c320d82058878bd44805724d171e1e8:

  ARM: dts: at91: sama5d3_xplained: change phy-mode (2020-07-20 11:15:35 +0200)

----------------------------------------------------------------
AT91 DT for 5.9

 - ClassD pull down fixes
 - Enable RTT as RTC on sam9x60ek
 - Fix phy-mode for sama5d3_xplained

----------------------------------------------------------------
Alexandre Belloni (1):
      ARM: dts: at91: sama5d3_xplained: change phy-mode

Claudiu Beznea (2):
      dt-bindings: rtc: add microchip,sam9x60-rtt
      ARM: dts: sam9x60: add rtt

Codrin Ciubotariu (3):
      ARM: dts: at91: sama5d2_xplained: classd: pull-down the R1 and R3 lines
      ARM: dts: at91: sam9x60ek: classd: pull-down the L1 and L3 lines
      ARM: dts: at91: sama5d2_xplained: Remove pdmic node

 .../devicetree/bindings/rtc/atmel,at91sam9-rtc.txt |  4 ++-
 arch/arm/boot/dts/at91-sam9x60ek.dts               | 13 ++++++++--
 arch/arm/boot/dts/at91-sama5d2_xplained.dts        | 30 +++++++---------------
 arch/arm/boot/dts/at91-sama5d3_xplained.dts        |  2 +-
 arch/arm/boot/dts/sam9x60.dtsi                     |  7 +++++
 5 files changed, 31 insertions(+), 25 deletions(-)