arm64: dts: rk3399-evb: Move u-boot properties into -u-boot.dtsi
authorJagan Teki <jagan@amarulasolutions.com>
Tue, 28 Apr 2020 10:00:15 +0000 (15:30 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 1 May 2020 10:32:56 +0000 (18:32 +0800)
Move U-Boot specific properties into rk3399-evb u-boot
specific dtsi file.

This would help to sync the devicetrees from Linux whenever
required instead of adding specific nodes.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3399-evb-u-boot.dtsi
arch/arm/dts/rk3399-evb.dts

index f68a56f..e5659d7 100644 (file)
 &rng {
        status = "okay";
 };
+
+&i2c0 {
+       u-boot,dm-pre-reloc;
+};
+
+&rk808 {
+       u-boot,dm-pre-reloc;
+};
index 4129e90..c72719c 100644 (file)
        clock-frequency = <400000>;
        i2c-scl-falling-time-ns = <50>;
        i2c-scl-rising-time-ns = <100>;
-       u-boot,dm-pre-reloc;
 
        rk808: pmic@1b {
                compatible = "rockchip,rk808";
                reg = <0x1b>;
                rockchip,system-power-controller;
                #clock-cells = <1>;
-               u-boot,dm-pre-reloc;
                status = "okay";
 
                vcc12-supply = <&vcc3v3_sys>;