summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Tomsich <[email protected]>2017-08-14 19:05:33 +0200
committerPhilipp Tomsich <[email protected]>2017-09-18 20:40:38 +0200
commit75ff0578515665a1b712275deb73be29e5ad8773 (patch)
treebbe261f51b04a8598c0a104ad0841f1c76cbe913
parent1d70f0ac88dcd0ed9c17ec4c5e97db69de961319 (diff)
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 <[email protected]> Acked-by: Philipp Tomsich <[email protected]> Reviewed-by: Simon Glass <[email protected]>
-rw-r--r--arch/arm/dts/rk3368-lion-u-boot.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/dts/rk3368-lion-u-boot.dtsi b/arch/arm/dts/rk3368-lion-u-boot.dtsi
index 1ec7d254af9..a9b7f81c627 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;
};
};