ARM: dts: rockchip: add io-domains nodes to rv1108.dtsi
authorJohan Jonker <jbx6244@gmail.com>
Fri, 25 Jun 2021 11:17:46 +0000 (13:17 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 15 Jul 2021 22:27:50 +0000 (00:27 +0200)
The compatible strings below were added to
rockchip-io-domain.txt, but never added to the device tree,
so add io-domains nodes to rv1108.dtsi

"rockchip,rv1108-io-voltage-domain"
"rockchip,rv1108-pmu-io-voltage-domain"

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20210625111746.6269-4-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rv1108.dtsi

index 9bd0acf..1a61a6a 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
 
+               io_domains: io-domains {
+                       compatible = "rockchip,rv1108-io-voltage-domain";
+                       status = "disabled";
+               };
+
                u2phy: usb2phy@100 {
                        compatible = "rockchip,rv1108-usb2phy";
                        reg = <0x100 0x0c>;
        };
 
        pmugrf: syscon@20060000 {
-               compatible = "rockchip,rv1108-pmugrf", "syscon";
+               compatible = "rockchip,rv1108-pmugrf", "syscon", "simple-mfd";
                reg = <0x20060000 0x1000>;
+
+               pmu_io_domains: io-domains {
+                       compatible = "rockchip,rv1108-pmu-io-voltage-domain";
+                       status = "disabled";
+               };
        };
 
        usbgrf: syscon@202a0000 {