]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
rockchip: odroid-go2: Remove u-boot.dtsi props already defined
authorJonas Karlman <jonas@kwiboo.se>
Sun, 31 Aug 2025 16:49:21 +0000 (16:49 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 1 Nov 2025 13:17:43 +0000 (21:17 +0800)
DTs from dts/upstream already contain aliases for i2c, mmc and serial.

Remove the aliases and status=okay that are already defined in upstream
board or SoC DT.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi

index 38778d1aa6cf77c8f935fa40e071a0108fe5e576..df21747fad7860ce4ad322d8780e9460c0895249 100644 (file)
                u-boot,spl-boot-order = &sdmmc;
        };
 
-       aliases {
-               i2c0 = &i2c0;
-               i2c1 = &i2c1;
-               mmc0 = &sdmmc;
-               serial1 = &uart1;
-               serial2 = &uart2;
-       };
-
        dmc {
                bootph-all;
                compatible = "rockchip,px30-dmc", "syscon";
@@ -27,7 +19,6 @@
        rng: rng@ff0b0000 {
                compatible = "rockchip,cryptov2-rng";
                reg = <0x0 0xff0b0000 0x0 0x4000>;
-               status = "okay";
        };
 };
 
@@ -84,7 +75,6 @@
 
 &saradc {
        bootph-all;
-       status = "okay";
 };
 
 &sdmmc {