aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2024-01-29 21:33:52 +0100
committerWolfram Sang <wsa@kernel.org>2024-01-29 22:18:07 +0100
commit91cae1ad953937f33877681781abf76f19042ad1 (patch)
treed2b629612ec8208f64f9771439d5474ef9641c1a
parent89b7f4fea0c2bee6084fb4194c096dee2ebf3fb2 (diff)
downloadlinux-renesas/upport_kf.tar.gz
arm64: dts: renesas: ulcb-kf: adapt sound 5v regulator to schematicsrenesas/upport_kf
Sound used the standard 5V supply, so rename the fixed regulator as such. Also add properties dcoumenting it is always on, also during boot. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
-rw-r--r--arch/arm64/boot/dts/renesas/ulcb-kf.dtsi14
1 files changed, 8 insertions, 6 deletions
diff --git a/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi b/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi
index 6b6a0a8bc1dbf..84b0976503b72 100644
--- a/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi
+++ b/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi
@@ -59,11 +59,13 @@
enable-active-high;
};
- snd_vcc5v: regulator-snd_vcc5v {
+ reg_5v: regulator-5v {
compatible = "regulator-fixed";
- regulator-name = "snd-vcc5v";
+ regulator-name = "fixed-5V";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
+ regulator-boot-on;
+ regulator-always-on;
};
wlan_en: regulator-wlan_en {
@@ -210,10 +212,10 @@
VDD1-supply = <&reg_3p3v>;
VDD2-supply = <&reg_3p3v>;
- VCCAD1-supply = <&snd_vcc5v>;
- VCCAD2-supply = <&snd_vcc5v>;
- VCCDA1-supply = <&snd_vcc5v>;
- VCCDA2-supply = <&snd_vcc5v>;
+ VCCAD1-supply = <&reg_5v>;
+ VCCAD2-supply = <&reg_5v>;
+ VCCDA1-supply = <&reg_5v>;
+ VCCDA2-supply = <&reg_5v>;
};
gyroscope@6b {