mbox series

[0/8] Update UniPhier devicetree for 6.3

Message ID 20230207023514.29783-1-hayashi.kunihiko@socionext.com (mailing list archive)
Headers show
Series Update UniPhier devicetree for 6.3 | expand

Message

Kunihiko Hayashi Feb. 7, 2023, 2:35 a.m. UTC
Update devicetree sources for UniPhier SoCs to align node names
to generic, add missing properties and compatible strings,
and add SD UHS property.

The SD UHS mode patches are related to the series:
https://lore.kernel.org/lkml/20230125010201.28246-4-hayashi.kunihiko@socionext.com/

Kunihiko Hayashi (8):
  ARM: dts: uniphier: Align node names for SoC-dependent controller and
    PHYs with bindings
  ARM: dts: uniphier: Add missing reg properties for glue layer
  ARM: dts: uniphier: Add syscon compatible string to soc-glue-debug
  ARM: dts: uniphier: Add syscon-uhs-mode to SD node
  arm64: dts: uniphier: Align node names for SoC-dependent controller
    and PHYs with bindings
  arm64: dts: uniphier: Add missing reg properties for glue layer nodes
  arm64: dts: uniphier: Add syscon compatible string to soc-glue-debug
  arm64: dts: uniphier: Add syscon-uhs-mode to SD node

 arch/arm/boot/dts/uniphier-ld4.dtsi           | 25 +++++-----
 arch/arm/boot/dts/uniphier-pro4.dtsi          | 44 ++++++++++-------
 arch/arm/boot/dts/uniphier-pro5.dtsi          | 42 +++++++++-------
 arch/arm/boot/dts/uniphier-pxs2.dtsi          | 49 ++++++++++---------
 arch/arm/boot/dts/uniphier-sld8.dtsi          | 26 +++++-----
 .../boot/dts/socionext/uniphier-ld11.dtsi     | 35 ++++++-------
 .../boot/dts/socionext/uniphier-ld20.dtsi     | 45 +++++++++--------
 .../boot/dts/socionext/uniphier-pxs3.dtsi     | 48 ++++++++++--------
 8 files changed, 171 insertions(+), 143 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Feb. 9, 2023, 2 p.m. UTC | #1
Hello:

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

On Tue,  7 Feb 2023 11:35:06 +0900 you wrote:
> Update devicetree sources for UniPhier SoCs to align node names
> to generic, add missing properties and compatible strings,
> and add SD UHS property.
> 
> The SD UHS mode patches are related to the series:
> https://lore.kernel.org/lkml/20230125010201.28246-4-hayashi.kunihiko@socionext.com/
> 
> [...]

Here is the summary with links:
  - [1/8] ARM: dts: uniphier: Align node names for SoC-dependent controller and PHYs with bindings
    https://git.kernel.org/soc/soc/c/2a03c600fe7e
  - [2/8] ARM: dts: uniphier: Add missing reg properties for glue layer
    https://git.kernel.org/soc/soc/c/2d1bf1fc778b
  - [3/8] ARM: dts: uniphier: Add syscon compatible string to soc-glue-debug
    https://git.kernel.org/soc/soc/c/76b2cb8a7023
  - [4/8] ARM: dts: uniphier: Add syscon-uhs-mode to SD node
    https://git.kernel.org/soc/soc/c/1ae6e6bc7227
  - [5/8] arm64: dts: uniphier: Align node names for SoC-dependent controller and PHYs with bindings
    https://git.kernel.org/soc/soc/c/5ebfa90bdd3d
  - [6/8] arm64: dts: uniphier: Add missing reg properties for glue layer nodes
    https://git.kernel.org/soc/soc/c/f45d62071595
  - [7/8] arm64: dts: uniphier: Add syscon compatible string to soc-glue-debug
    https://git.kernel.org/soc/soc/c/f4d624a17488
  - [8/8] arm64: dts: uniphier: Add syscon-uhs-mode to SD node
    https://git.kernel.org/soc/soc/c/a8d3f2d9d2cc

You are awesome, thank you!