mbox series

[0/2] Add UniPhier Pro5 boards support

Message ID 20221117163219.3673-1-hayashi.kunihiko@socionext.com (mailing list archive)
Headers show
Series Add UniPhier Pro5 boards support | expand

Message

Kunihiko Hayashi Nov. 17, 2022, 4:32 p.m. UTC
This series adds support for the boards with Pro5 SoC.
These boards have UART, I2C, USB, eMMC and PCI endpoint.

This series is part of the previous series shown below:
https://lore.kernel.org/linux-arm-kernel/20221107103410.3443-1-hayashi.kunihiko@socionext.com

Kunihiko Hayashi (2):
  dt-bindings: arm: uniphier: Add Pro5 boards
  ARM: dts: uniphier: Add Pro5 board support

 .../bindings/arm/socionext/uniphier.yaml      |  6 ++
 arch/arm/boot/dts/Makefile                    |  2 +
 arch/arm/boot/dts/uniphier-pro5-epcore.dts    | 76 +++++++++++++++++++
 arch/arm/boot/dts/uniphier-pro5-proex.dts     | 59 ++++++++++++++
 4 files changed, 143 insertions(+)
 create mode 100644 arch/arm/boot/dts/uniphier-pro5-epcore.dts
 create mode 100644 arch/arm/boot/dts/uniphier-pro5-proex.dts

Comments

patchwork-bot+linux-soc@kernel.org Nov. 21, 2022, 2:52 p.m. UTC | #1
Hello:

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

On Fri, 18 Nov 2022 01:32:17 +0900 you wrote:
> This series adds support for the boards with Pro5 SoC.
> These boards have UART, I2C, USB, eMMC and PCI endpoint.
> 
> This series is part of the previous series shown below:
> https://lore.kernel.org/linux-arm-kernel/20221107103410.3443-1-hayashi.kunihiko@socionext.com
> 
> Kunihiko Hayashi (2):
>   dt-bindings: arm: uniphier: Add Pro5 boards
>   ARM: dts: uniphier: Add Pro5 board support
> 
> [...]

Here is the summary with links:
  - [1/2] dt-bindings: arm: uniphier: Add Pro5 boards
    https://git.kernel.org/soc/soc/c/2dbcd8b4f208
  - [2/2] ARM: dts: uniphier: Add Pro5 board support
    https://git.kernel.org/soc/soc/c/bdeaf22dfaca

You are awesome, thank you!