diff options
author | Johan Jonker <jbx6244@gmail.com> | 2021-06-25 13:17:46 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-07-16 00:27:50 +0200 |
commit | c0728a2732f0fe2b5e7c57b8c0c170352ace6476 (patch) | |
tree | 76492309c7295b7dad67a539faa35b41c0add1b1 /arch | |
parent | ARM: dts: rockchip: add io-domains node to rk3188.dtsi (diff) | |
download | linux-c0728a2732f0fe2b5e7c57b8c0c170352ace6476.tar.xz linux-c0728a2732f0fe2b5e7c57b8c0c170352ace6476.zip |
ARM: dts: rockchip: add io-domains nodes to rv1108.dtsi
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/rv1108.dtsi | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rv1108.dtsi b/arch/arm/boot/dts/rv1108.dtsi index 9bd0acf3b708..1a61a6a68b01 100644 --- a/arch/arm/boot/dts/rv1108.dtsi +++ b/arch/arm/boot/dts/rv1108.dtsi @@ -265,6 +265,11 @@ #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>; @@ -434,8 +439,13 @@ }; 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 { |