
13 Apr
2017
13 Apr
'17
11:17 p.m.
On 23 March 2017 at 19:18, Wenyou Yang wenyou.yang@atmel.com wrote:
Add the device tree file for sama5d4ek board.
The dts file is copied from Linux-4.4, do the following changes.
- 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 warning.
Signed-off-by: Wenyou Yang wenyou.yang@atmel.com
Changes in v6: None Changes in v5:
- Integrate the dts patches for sama5d3 to one.
- Add the "u-boot,dm-pre-reloc" property for SPL.
- Update the commit log.
- Rebase on v2017.03.
Changes in v4:
- Rebase on the master branch on git://git.denx.de/u-boot-atmel.git commit: 0ff27d4a94637d4b1937c625d33212375bd118d9
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-sama5d4ek.dts | 341 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 344 insertions(+) create mode 100644 arch/arm/dts/at91-sama5d4ek.dts
Applied to u-boot-dm, thanks!