On Fri, Mar 13, 2020 at 9:58 AM Kunihiko Hayashi <hayashi.kunihiko@xxxxxxxxxxxxx> wrote: > > This series adds new features that includes XDMAC for each SoC, > USB controller for Pro5, SPI for PXs3-ref, and thermal zone for PXs3. > > And more, this adds ethernet aliases to determine device name assignments > and fixes for SCSSI clock/reset IDs and stabilization for ethernet. > > Kunihiko Hayashi (10): > ARM: dts: uniphier: Add XDMAC node > arm64: dts: uniphier: Add XDMAC node > ARM: dts: uniphier: Add USB3 controller nodes for Pro5 > arm64: dts: uniphier: Enable spi node for PXs3 reference board > arm64: dts: uniphier: Add nodes of thermal monitor and thermal zone > for PXs3 > ARM: dts: uniphier: Add ethernet aliases > arm64: dts: uniphier: Add ethernet aliases > ARM: dts: uniphier: Set SCSSI clock and reset IDs for each channel > arm64: dts: uniphier: Set SCSSI clock and reset IDs for each channel > arm64: dts: uniphier: Stabilize Ethernet RGMII mode of LD20 global and > PXs3 ref board I applied 3, 4, 5, 8, 9. Thanks. > arch/arm/boot/dts/uniphier-ld6b-ref.dts | 1 + > arch/arm/boot/dts/uniphier-pro4-ace.dts | 1 + > arch/arm/boot/dts/uniphier-pro4-ref.dts | 1 + > arch/arm/boot/dts/uniphier-pro4-sanji.dts | 1 + > arch/arm/boot/dts/uniphier-pro4.dtsi | 8 ++ > arch/arm/boot/dts/uniphier-pro5.dtsi | 160 ++++++++++++++++++++- > arch/arm/boot/dts/uniphier-pxs2-gentil.dts | 1 + > arch/arm/boot/dts/uniphier-pxs2-vodka.dts | 1 + > arch/arm/boot/dts/uniphier-pxs2.dtsi | 12 +- > .../boot/dts/socionext/uniphier-ld11-global.dts | 1 + > .../arm64/boot/dts/socionext/uniphier-ld11-ref.dts | 1 + > arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | 12 +- > .../boot/dts/socionext/uniphier-ld20-global.dts | 14 ++ > .../arm64/boot/dts/socionext/uniphier-ld20-ref.dts | 1 + > arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 20 ++- > .../arm64/boot/dts/socionext/uniphier-pxs3-ref.dts | 28 ++++ > arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi | 55 ++++++- > 17 files changed, 304 insertions(+), 14 deletions(-) > > -- > 2.7.4 > -- Best Regards Masahiro Yamada