Skip to content

Commit 77712fe

Browse files
robherringmmind
authored andcommitted
arm64: dts: rockchip: Add missing everest,es8388 supplies to rk3399-roc-pc-plus
The regulator supplies for everest,es8388 audio codec are missing and are required. Add them based on the schematics found here: https://personalbsd.org/download/Documents/SCH/ROC-RK3399-PC-PLUS-V20-20210809.pdf With this, "regulator-always-on" should no longer be necessary for LDO5. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20260105193245.3167500-1-robh@kernel.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent f01f0e0 commit 77712fe

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3399-roc-pc-plus.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@
116116
reg = <0x11>;
117117
clocks = <&cru SCLK_I2S_8CH_OUT>;
118118
#sound-dai-cells = <0>;
119+
AVDD-supply = <&vcca3v0_codec>;
120+
DVDD-supply = <&vcca1v8_codec>;
121+
HPVDD-supply = <&vcca3v0_codec>;
122+
PVDD-supply = <&vcca1v8_codec>;
119123
};
120124
};
121125

arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@
408408

409409
vcca3v0_codec: LDO_REG5 {
410410
regulator-name = "vcca3v0_codec";
411-
regulator-always-on;
412411
regulator-boot-on;
413412
regulator-min-microvolt = <3000000>;
414413
regulator-max-microvolt = <3000000>;

0 commit comments

Comments
 (0)