ARM: dts: rockchip: add io-domains node to rk3188.dtsi
authorJohan Jonker <jbx6244@gmail.com>
Fri, 25 Jun 2021 11:17:45 +0000 (13:17 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 15 Jul 2021 22:27:50 +0000 (00:27 +0200)
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 <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20210625111746.6269-3-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3188.dtsi

index b46967c..2c60649 100644 (file)
 &grf {
        compatible = "rockchip,rk3188-grf", "syscon", "simple-mfd";
 
+       io_domains: io-domains {
+               compatible = "rockchip,rk3188-io-voltage-domain";
+               status = "disabled";
+       };
+
        usbphy: usbphy {
                compatible = "rockchip,rk3188-usb-phy",
                             "rockchip,rk3288-usb-phy";