mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
ODROID-COMMON: arm64/dts: gpiomem: Remove reg and Add support for rk3588
Signed-off-by: Steve Jeong <steve@how2flow.net> Change-Id: Ied99507860f7fa4a1150303c35b48236f0f802f5
This commit is contained in:
committed by
codewalkerster
parent
38c9903788
commit
67e8036ecf
@@ -175,7 +175,6 @@
|
||||
|
||||
rk3566-gpiomem {
|
||||
compatible = "rockchip,rk3566-gpiomem", "rockchip,rk3568-gpiomem";
|
||||
reg = <0x0 0xfd660000 0x0 0x1000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -40,7 +40,6 @@
|
||||
|
||||
rk3568-gpiomem {
|
||||
compatible = "rockchip,rk3568-gpiomem";
|
||||
reg = <0x0 0xfd660000 0x0 0x1000>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -114,6 +114,11 @@
|
||||
>;
|
||||
};
|
||||
|
||||
rk3588s-gpiomem {
|
||||
status = "okay";
|
||||
compatible = "rockchip,rk3588-gpiomem";
|
||||
};
|
||||
|
||||
hdmi0_sound: hdmi0-sound {
|
||||
status = "okay";
|
||||
compatible = "rockchip,hdmi";
|
||||
|
||||
Reference in New Issue
Block a user