
Hi,
Do you have any comments on this series?
-----Original Message----- From: Wenyou Yang [mailto:wenyou.yang@atmel.com] Sent: 2016年10月31日 13:20 To: U-Boot Mailing List u-boot@lists.denx.de Cc: Stephen Warren swarren@nvidia.com; andreas.devel@googlemail.com; Simon Glass sjg@chromium.org; Heiko Schocher hs@denx.de; Wenyou Yang - A41535 Wenyou.Yang@microchip.com; Wenyou Yang - A41535 Wenyou.Yang@microchip.com Subject: [PATCH v3 0/2] ARM: dts: at91: add dts files for the boards of SAMA5D4
The purpose of the patchset is add the dts files for boards, sama5d4 Xplained board and sama5d4ek board.
Changes in v3:
- Fix the compatible of spi flash, use "spi-flash".
- Fix the compatible of spi flash, use "spi-flash".
Changes in v2:
- Remove unneeded the pinctrl node for cs pin of spi0.
- Remove unneeded the pinctrl node for cs pin of spi0.
Wenyou Yang (2): ARM: dts: at91: add dts files for sama5d4 Xplained ARM: dts: at91: add dts file for sama5d4ek
arch/arm/dts/Makefile | 6 + arch/arm/dts/at91-sama5d4_xplained.dts | 279 +++++ arch/arm/dts/at91-sama5d4ek.dts | 334 ++++++ arch/arm/dts/sama5d4.dtsi | 1910 ++++++++++++++++++++++++++++++++ 4 files changed, 2529 insertions(+) create mode 100644 arch/arm/dts/at91-sama5d4_xplained.dts create mode 100644 arch/arm/dts/at91-sama5d4ek.dts create mode 100644 arch/arm/dts/sama5d4.dtsi
-- 2.7.4
Best Regards, Wenyou Yang