Commit 16a9c740 authored by Iskander Amara's avatar Iskander Amara Committed by Heiko Stuebner

arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck

Two pmuio domains on ringneck are not defined:
	1- PMUIO1: supplied by vcc_3v3 regulator(PMIC RK809)
	2- PMUIO2: supplied by vcc_3v3 regulator(PMIC RK809)

The reason why no functional effect was observed is because of that
the above mentionned PMUIO domains were supplied by a regulator
which is always on.

So let's add their definition in the dtsi.
Signed-off-by: default avatarIskander Amara <iskander.amara@theobroma-systems.com>
Link: https://lore.kernel.org/r/20240103164734.1151290-1-iskander.amara@theobroma-systems.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 05a708c6
...@@ -347,6 +347,12 @@ pmic_int: pmic-int { ...@@ -347,6 +347,12 @@ pmic_int: pmic-int {
}; };
}; };
&pmu_io_domains {
pmuio1-supply = <&vcc_3v3>;
pmuio2-supply = <&vcc_3v3>;
status = "okay";
};
&saradc { &saradc {
vref-supply = <&vcc_1v8>; vref-supply = <&vcc_1v8>;
status = "okay"; status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment