rockchip: dts: rk3368: reduce the number of nodes seen in TPL
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Mon, 14 Aug 2017 17:05:33 +0000 (19:05 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Mon, 18 Sep 2017 18:40:38 +0000 (20:40 +0200)
The RK3368 TPL stage always returns to the BootROM, so it has no need
for the eMMC, SD and SPI nodes.  This marks those nodes (that should
be included in SPL, but not TPL) as 'u-boot,dm-spl'.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/rk3368-lion-u-boot.dtsi

index 1ec7d25..a9b7f81 100644 (file)
 };
 
 &emmc {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 };
 
 &sdmmc {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 };
 
 &spi1 {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 
        spiflash: w25q32dw@0 {
-               u-boot,dm-pre-reloc;
+               u-boot,dm-spl;
        };
 };