Skip to content

Commit 453da32

Browse files
Johan Jonkermmind
authored andcommitted
ARM: dts: rockchip: add io-domains node to rk3188.dtsi
The compatible string below was added to rockchip-io-domain.txt, but never added to the device tree, so add a io-domains node to rk3188.dtsi "rockchip,rk3188-io-voltage-domain" Signed-off-by: Johan Jonker <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 6af95e0 commit 453da32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/boot/dts/rk3188.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,11 @@
641641
&grf {
642642
compatible = "rockchip,rk3188-grf", "syscon", "simple-mfd";
643643

644+
io_domains: io-domains {
645+
compatible = "rockchip,rk3188-io-voltage-domain";
646+
status = "disabled";
647+
};
648+
644649
usbphy: usbphy {
645650
compatible = "rockchip,rk3188-usb-phy",
646651
"rockchip,rk3288-usb-phy";

0 commit comments

Comments
 (0)