summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Karlman <[email protected]>2025-08-31 16:49:21 +0000
committerKever Yang <[email protected]>2025-11-01 21:17:43 +0800
commit17c86993dff4c34bdc6b7d032aef6aa92d0f07f9 (patch)
tree8f7ca650d4da02fe0598800eb56a22e6efc603c3
parentcffc0de78efb9a7fefc9b5a04de120c9b62c1430 (diff)
rockchip: odroid-go2: Remove u-boot.dtsi props already defined
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 <[email protected]> Reviewed-by: Kever Yang <[email protected]>
-rw-r--r--arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi b/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi
index 38778d1aa6c..df21747fad7 100644
--- a/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi
+++ b/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi
@@ -10,14 +10,6 @@
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 {