arm: dts: rockchip: fix rk3xxx-u-boot.dtsi
authorJohan Jonker <jbx6244@gmail.com>
Sat, 16 Apr 2022 15:09:42 +0000 (17:09 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 18 Apr 2022 03:25:13 +0000 (11:25 +0800)
The file rk3xxx-u-boot.dtsi was original only for rk3188 and SPL.
With rk3066 added some nodes are also needed in TPL,
so change them to u-boot,dm-pre-reloc

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3xxx-u-boot.dtsi

index 581594c..e67432f 100644 (file)
@@ -4,7 +4,7 @@
        noc: syscon@10128000 {
                compatible = "rockchip,rk3188-noc", "syscon";
                reg = <0x10128000 0x2000>;
-               u-boot,dm-spl;
+               u-boot,dm-pre-reloc;
        };
 
        dmc: dmc@20020000 {
                rockchip,grf = <&grf>;
                rockchip,pmu = <&pmu>;
                rockchip,noc = <&noc>;
-               u-boot,dm-spl;
+               u-boot,dm-pre-reloc;
        };
 };
 
 &grf {
-       u-boot,dm-spl;
+       u-boot,dm-pre-reloc;
 };
 
 &pmu {
-       u-boot,dm-spl;
+       u-boot,dm-pre-reloc;
 };
 
 &uart2 {