]> git.baikalelectronics.ru Git - uboot.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)
commit77956aad87e12707479dc2e059d3e1fe1ed0e3b6
tree1496cdfb30f4c0e21c910408075a74af151df92f
parentb969ec387fb993dd426b4c442304b176a3e5ed7d
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]