[U-Boot] [PATCH v6 3/4] ARM: dts: at91: add dts files for sama5d4 Xplained

Simon Glass sjg at chromium.org
Thu Apr 13 21:17:11 UTC 2017


On 23 March 2017 at 19:18, Wenyou Yang <wenyou.yang at atmel.com> wrote:
> Add the device tree files for sama5d4 Xplained board.
>
> The dts files are copied from Linux-4.4, do the following changes.
>  - add reg property for pinctrl node.
>  - move the gpio nodes(pioA, pioB, pioC ...) from the pinctrl child's
>    nodes to its slibling nodes.
>  - add the "u-boot,dm-pre-reloc" property to determine which nodes
>    which are needed by SPL and by the board_init_f stage.
>  - fix the compilation warnings.
>
> Signed-off-by: Wenyou Yang <wenyou.yang at atmel.com>
> ---
>
> Changes in v6: None
> Changes in v5: None
> Changes in v4: None
> Changes in v3:
>  - Fix the compatible of spi flash, use "spi-flash".
>
> Changes in v2:
>  - Remove unneeded the pinctrl node for cs pin of spi0.
>
>  arch/arm/dts/Makefile                  |    3 +
>  arch/arm/dts/at91-sama5d4_xplained.dts |  286 +++++
>  arch/arm/dts/sama5d4.dtsi              | 1935 ++++++++++++++++++++++++++++++++
>  3 files changed, 2224 insertions(+)
>  create mode 100644 arch/arm/dts/at91-sama5d4_xplained.dts
>  create mode 100644 arch/arm/dts/sama5d4.dtsi

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list