rockchip: dts: rk3368: reduce the number of nodes seen in TPL
authorPhilipp Tomsich <[email protected]>
Mon, 14 Aug 2017 17:05:33 +0000 (19:05 +0200)
committerPhilipp Tomsich <[email protected]>
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 <[email protected]>
Acked-by: Philipp Tomsich <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
arch/arm/dts/rk3368-lion-u-boot.dtsi

index 1ec7d254af976f16f7d34ec505afc43158b8f266..a9b7f81c6273019260b352e8de04246b931cbcef 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;
        };
 };