summaryrefslogtreecommitdiff
path: root/arch/arm/dts/px30.dtsi
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2021-11-15 20:38:19 +0300
committerKever Yang <kever.yang@rock-chips.com>2021-12-24 09:56:58 +0300
commit43419b936c26c3bb5b7c69cf88b7bc368d3f5fd0 (patch)
tree42d43cce2b719045285f869258edfb1e1bfa44f9 /arch/arm/dts/px30.dtsi
parent780fc003ed2b70c49d3ddee99923594ccbc2adf6 (diff)
downloadu-boot-43419b936c26c3bb5b7c69cf88b7bc368d3f5fd0.tar.xz
arm64: dts: rockchip: px30: Move dmc into -u-boot.dtsi
dmc node is specific to U-Boot, it is always better practice to maintain U-Boot specific nodes into -u-boot.dtsi files in order to maintain Linux dts file sync compatibility. Move the dmc into px30-u-boot.dtsi, also add dmc node explicitly in rk3326-odroid-go2-u-boot.dtsi since it is using px30.dts. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/dts/px30.dtsi')
-rw-r--r--arch/arm/dts/px30.dtsi5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/dts/px30.dtsi b/arch/arm/dts/px30.dtsi
index ef706486dc..ef77b7b997 100644
--- a/arch/arm/dts/px30.dtsi
+++ b/arch/arm/dts/px30.dtsi
@@ -151,11 +151,6 @@
interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
};
- dmc: dmc {
- compatible = "rockchip,px30-dmc", "syscon";
- reg = <0x0 0xff2a0000 0x0 0x1000>;
- };
-
display_subsystem: display-subsystem {
compatible = "rockchip,display-subsystem";
ports = <&vopb_out>, <&vopl_out>;