From: Philipp Tomsich Date: Mon, 14 Aug 2017 17:05:33 +0000 (+0200) Subject: rockchip: dts: rk3368: reduce the number of nodes seen in TPL X-Git-Tag: v2017.11-rc1~87^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=75ff0578515665a1b712275deb73be29e5ad8773;p=u-boot rockchip: dts: rk3368: reduce the number of nodes seen in TPL 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 Acked-by: Philipp Tomsich Reviewed-by: Simon Glass --- diff --git a/arch/arm/dts/rk3368-lion-u-boot.dtsi b/arch/arm/dts/rk3368-lion-u-boot.dtsi index 1ec7d254af..a9b7f81c62 100644 --- a/arch/arm/dts/rk3368-lion-u-boot.dtsi +++ b/arch/arm/dts/rk3368-lion-u-boot.dtsi @@ -71,18 +71,18 @@ }; &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; }; };