ARM: dts: rockchip: prefer u-boot, dm-pre-reloc rather than u-boot, dm-spl

rk3xxx.dtsi is used by rk3188 and rk3066. rk3188 uses alocated data in spl but rk3066 needs it in tpl.

Change-Id: I6e3ca3d45a6764421e441eba24e68ad7b8bec745
Signed-off-by: Paweł Jarosz <paweljarosz3691@gmail.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Paweł Jarosz 2017-08-17 15:14:58 +02:00 committed by Kever Yang
parent 907f97732f
commit ca3cef26db
1 changed files with 4 additions and 4 deletions

View File

@ -135,7 +135,7 @@
};
noc: syscon@10128000 {
u-boot,dm-spl;
u-boot,dm-pre-reloc;
compatible = "rockchip,rk3188-noc", "syscon";
reg = <0x10128000 0x2000>;
};
@ -218,13 +218,13 @@
pmu: pmu@20004000 {
compatible = "rockchip,rk3066-pmu", "syscon";
reg = <0x20004000 0x100>;
u-boot,dm-spl;
u-boot,dm-pre-reloc;
};
grf: grf@20008000 {
compatible = "syscon";
reg = <0x20008000 0x200>;
u-boot,dm-spl;
u-boot,dm-pre-reloc;
};
dmc: dmc@20020000 {
@ -238,7 +238,7 @@
0x20040000 0x294>;
clocks = <&cru PCLK_DDRUPCTL>, <&cru PCLK_PUBL>;
clock-names = "pclk_ddrupctl", "pclk_publ";
u-boot,dm-spl;
u-boot,dm-pre-reloc;
};
i2c0: i2c@2002d000 {