]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: dts: at91: add dts files for sama5d4 Xplained
authorWenyou Yang <wenyou.yang@atmel.com>
Fri, 24 Mar 2017 01:18:43 +0000 (09:18 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 13 Apr 2017 20:44:51 +0000 (14:44 -0600)
commit2aaa4ce4bd0f04c100608f2c472eca63b51efbab
tree1496cdfb30f4c0e21c910408075a74af151df92f
parent27ec910e8c32a0880a57f02c6c4cb7aa3fb5a1fe
ARM: dts: at91: add dts files for sama5d4 Xplained

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@atmel.com>
arch/arm/dts/Makefile
arch/arm/dts/at91-sama5d4_xplained.dts [new file with mode: 0644]
arch/arm/dts/sama5d4.dtsi [new file with mode: 0644]