UPSTREAM: 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'.

Change-Id: I0c3d65554f01de403dd48e446991d2a545cd74fb
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>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
(cherry picked from commit 75ff0578515665a1b712275deb73be29e5ad8773)
This commit is contained in:
Philipp Tomsich 2017-08-14 19:05:33 +02:00 committed by Kever Yang
parent 532a7914a4
commit 9ec2762329
1 changed files with 4 additions and 4 deletions

View File

@ -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;
};
};