Skip to content
Snippets Groups Projects
Commit 75ff0578 authored by Philipp Tomsich's avatar Philipp Tomsich
Browse files

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: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 1d70f0ac
No related branches found
No related tags found
No related merge requests found
...@@ -71,18 +71,18 @@ ...@@ -71,18 +71,18 @@
}; };
&emmc { &emmc {
u-boot,dm-pre-reloc; u-boot,dm-spl;
}; };
&sdmmc { &sdmmc {
u-boot,dm-pre-reloc; u-boot,dm-spl;
}; };
&spi1 { &spi1 {
u-boot,dm-pre-reloc; u-boot,dm-spl;
spiflash: w25q32dw@0 { spiflash: w25q32dw@0 {
u-boot,dm-pre-reloc; u-boot,dm-spl;
}; };
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment