mbox series

[GIT,PULL] ARM: at91: dt for 5.18 #2

Message ID 20220304160036.27392-1-nicolas.ferre@microchip.com (mailing list archive)
State Accepted
Commit 1a38f961c4f1d8c6bebdeea3c629bf0ad08e3130
Headers show
Series [GIT,PULL] ARM: at91: dt for 5.18 #2 | expand

Pull-request

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

Message

Nicolas Ferre March 4, 2022, 4 p.m. UTC
From: Nicolas Ferre <nicolas.ferre@microchip.com>

Arnd, Olof,

Some more dt changes for 5.18.
I had to modify one patch to remove a dependency with the clock tree because of
a modification of the header file in [1] which is already in linux-next.
I tought it would be the simplest solution as I didn't manage to get an
inmutable branch (which could be an overkill solution for such a small change).

I verified that there is no conflict when merging this content with linux-next.
Anyway, tell me if you prefer to not proceed like this.

Thanks, best regards,
  Nicolas

[1]: https://lore.kernel.org/linux-clk/20220111125310.902856-1-tudor.ambarus@microchip.com/T/#u

The following changes since commit 3c8a9c2e2daf51bd3dcaedd321ecc79f10227c41:

  ARM: dts: at91: sama7g5: add opps (2022-02-25 11:32:22 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 92499dec3aa9c251e605b42e1024e805bbaa50ad:

  ARM: dts: at91: sama7g5: Add NAND support (2022-03-04 15:03:53 +0100)

----------------------------------------------------------------
AT91 DT #2 for 5.18:

- Align one sam9x60ek regulator with reality at vdd_1v15
- Clean sama7g5 i2c nodes
- Add EIC and NAND nodes to sama7g5

----------------------------------------------------------------
Claudiu Beznea (1):
      ARM: dts: at91: sama7g5: add eic node

Mihai Sain (1):
      ARM: dts: at91: sam9x60ek: modify vdd_1v5 regulator to vdd_1v15

Tudor Ambarus (2):
      ARM: dts: at91: sama7g5: Remove unused properties in i2c nodes
      ARM: dts: at91: sama7g5: Add NAND support

 arch/arm/boot/dts/at91-sam9x60ek.dts |  8 ++--
 arch/arm/boot/dts/sama7g5.dtsi       | 74 ++++++++++++++++++++++++++++++++---
 include/dt-bindings/clock/at91.h     |  1 +
 3 files changed, 73 insertions(+), 10 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org March 8, 2022, 4:30 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 4 Mar 2022 17:00:36 +0100 you wrote:
> From: Nicolas Ferre <nicolas.ferre@microchip.com>
> 
> Arnd, Olof,
> 
> Some more dt changes for 5.18.
> I had to modify one patch to remove a dependency with the clock tree because of
> a modification of the header file in [1] which is already in linux-next.
> I tought it would be the simplest solution as I didn't manage to get an
> inmutable branch (which could be an overkill solution for such a small change).
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] ARM: at91: dt for 5.18 #2
    https://git.kernel.org/soc/soc/c/1a38f961c4f1

You are awesome, thank you!