mbox series

[GIT,PULL] ARM: at91: dt for 5.12

Message ID 20210122145056.171283-1-nicolas.ferre@microchip.com
State New
Headers show
Series [GIT,PULL] ARM: at91: dt for 5.12 | expand

Pull-request

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

Message

Nicolas Ferre Jan. 22, 2021, 2:50 p.m. UTC
From: Nicolas Ferre <nicolas.ferre@microchip.com>

Arnd, Olof,

Here is the first batch of dt changes for 5.12. As for the SoC PR, I plan to do
another one by mid-next-week. Tell me if it's fine with you.

Thanks, best regards,

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 53efdfbb3b5f91c3db151243e090f755ee48219d:

  ARM: dts: at91: sama5d2: remove atmel,wakeup-type references (2021-01-22 13:31:51 +0100)

----------------------------------------------------------------
AT91 DT for 5.12:

- removing a property never documented nor used
- adding i2c recovery GPI for one more board

----------------------------------------------------------------
Claudiu Beznea (1):
      ARM: dts: at91: sama5d2: remove atmel,wakeup-type references

Nicolas Ferre (1):
      ARM: dts: at91-sama5d27_wlsom1: add i2c recovery

 arch/arm/boot/dts/at91-kizbox3_common.dtsi    |  1 -
 arch/arm/boot/dts/at91-sama5d27_som1_ek.dts   |  1 -
 arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi   | 22 ++++++++++++++++++++--
 arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts |  1 -
 arch/arm/boot/dts/at91-sama5d2_icp.dts        |  1 -
 arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts     |  1 -
 arch/arm/boot/dts/at91-sama5d2_xplained.dts   |  1 -
 7 files changed, 20 insertions(+), 8 deletions(-)

Comments

Arnd Bergmann Jan. 22, 2021, 10:43 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 22 Jan 2021 15:50:56 +0100, nicolas.ferre@microchip.com wrote:
> Arnd, Olof,
> 
> Here is the first batch of dt changes for 5.12. As for the SoC PR, I plan to do
> another one by mid-next-week. Tell me if it's fine with you.
> 
> Thanks, best regards,
> 
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 8a4e89a16aa4b11711ba01de180c4e29cb5d21f7

       Arnd