]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: dts: at91: Add dts files for at91sam9n12ek
authorWenyou Yang <wenyou.yang@atmel.com>
Tue, 18 Apr 2017 05:49:35 +0000 (13:49 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 9 May 2017 18:14:15 +0000 (12:14 -0600)
commitcd339347b9660c997fb4d9cd929dd10067e92183
treeeef22a3b0cd8e6de7a1f5241e6d3a1517d148572
parent25e88d406ed065750035a666af553e48b756b16c
ARM: dts: at91: Add dts files for at91sam9n12ek

The device tree source files of at91sam9n12ek boards are copied from
the Linux v4.10, do the changes as below.
 - Add the reg property for the pinctrl node.
 - Move the gpio (pioA, pioB, pioC, pioD) nodes as the pinctrl's
   slibling nodes, instead of the child nodes.
 - Change the compatible of the spi flash to "spi-flash".
 - Add the spi0 aliases.
 - Fix the pinctrl-names of mmc0 node.
 - Add the "u-boot,dm-pre-reloc" property to determine which nodes
   are used by the board_init_f stage.
 - Fix the compilation warnings.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/Makefile
arch/arm/dts/at91sam9n12.dtsi [new file with mode: 0644]
arch/arm/dts/at91sam9n12ek.dts [new file with mode: 0644]