Merge branch 'master' into next
[platform/kernel/u-boot.git] / arch / arm / dts / rk3188-radxarock-u-boot.dtsi
index de29959..7bcbc29 100644 (file)
 
        config {
                u-boot,boot-led = "rock:red:power";
-               u-boot,dm-pre-reloc;
+               bootph-all;
        };
 };
 
 &cru {
-       u-boot,dm-spl;
+       bootph-pre-ram;
 };
 
 &dmc {
 };
 
 &pinctrl {
-       u-boot,dm-spl;
+       bootph-pre-ram;
 };
 
 &timer3 {
        clock-frequency = <24000000>;
-       u-boot,dm-spl;
+       bootph-pre-ram;
 };
 
 &uart2 {
-       u-boot,dm-spl;
+       bootph-pre-ram;
 };