Commit b9bf2434 authored by Wolfram Sang's avatar Wolfram Sang Committed by Geert Uytterhoeven

arm64: dts: renesas: ulcb-kf: Adapt sound 5v regulator to schematics

Sound uses the standard 5V supply, so rename the fixed regulator as
such. Also add properties documenting it is always on, also during boot.
Signed-off-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20240129212350.33370-3-wsa+renesas@sang-engineering.comSigned-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 52629143
......@@ -59,11 +59,13 @@ pcie_3v3: regulator-pcie-3v3 {
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 @@ pcm3168a: audio-codec@44 {
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 {
......
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