rockchip: dts: rk1808: change necessary nodes's u-boot attribute

Change necessary nodes's "u-boot,dm-pre-reloc" to "u-boot,dm-spl",
so that we generate dtb with the nodes which include "u-boot,dm-spl".

The reducing dtb size fuction is supported by the commit:
1. dts: Makefile: simplify the logic of kernel dtb feature
2. dts: Makefile: support provide a minimum SPL DTB

Change-Id: Ibe43a20b435315349bdc1c45a14cf91cd90ecd89
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
This commit is contained in:
Jason Zhu 2020-02-20 17:25:17 +08:00 committed by jason.zhu
parent e531136ec7
commit ddd4dd8141
1 changed files with 10 additions and 10 deletions

View File

@ -27,42 +27,42 @@
};
&crypto {
u-boot,dm-pre-reloc;
u-boot,dm-spl;
};
&dmc {
u-boot,dm-pre-reloc;
u-boot,dm-spl;
};
&cru {
u-boot,dm-pre-reloc;
u-boot,dm-spl;
};
&grf {
u-boot,dm-pre-reloc;
u-boot,dm-spl;
};
&pmugrf {
u-boot,dm-pre-reloc;
u-boot,dm-spl;
};
&emmc {
u-boot,dm-pre-reloc;
u-boot,dm-spl;
status = "okay";
};
&sdmmc {
u-boot,dm-pre-reloc;
u-boot,dm-spl;
status = "okay";
};
&saradc {
u-boot,dm-pre-reloc;
u-boot,dm-spl;
status = "okay";
};
&sfc {
u-boot,dm-pre-reloc;
u-boot,dm-spl;
status = "okay";
};
@ -75,7 +75,7 @@
};
&uart2 {
u-boot,dm-pre-reloc;
u-boot,dm-spl;
};
&uart3 {