Skip to content

Commit c0728a2

Browse files
Johan Jonkermmind
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 453da32 commit c0728a2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

arch/arm/boot/dts/rv1108.dtsi

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,11 @@
265265
#address-cells = <1>;
266266
#size-cells = <1>;
267267

268+
io_domains: io-domains {
269+
compatible = "rockchip,rv1108-io-voltage-domain";
270+
status = "disabled";
271+
};
272+
268273
u2phy: usb2phy@100 {
269274
compatible = "rockchip,rv1108-usb2phy";
270275
reg = <0x100 0x0c>;
@@ -434,8 +439,13 @@
434439
};
435440

436441
pmugrf: syscon@20060000 {
437-
compatible = "rockchip,rv1108-pmugrf", "syscon";
442+
compatible = "rockchip,rv1108-pmugrf", "syscon", "simple-mfd";
438443
reg = <0x20060000 0x1000>;
444+
445+
pmu_io_domains: io-domains {
446+
compatible = "rockchip,rv1108-pmu-io-voltage-domain";
447+
status = "disabled";
448+
};
439449
};
440450

441451
usbgrf: syscon@202a0000 {

0 commit comments

Comments
 (0)