Skip to content

Commit 4138adf

Browse files
Kaison Dengmmind
authored andcommitted
arm64: dts: rockchip: fix es8388 address on rk3588s-roc-pc
Use the correct es8388 address for rk3588s-roc-ps Signed-off-by: Kaison Deng <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent c9f986a commit 4138adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3588s-roc-pc.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,9 @@
320320
&i2c3 {
321321
status = "okay";
322322

323-
es8388: audio-codec@10 {
323+
es8388: audio-codec@11 {
324324
compatible = "everest,es8388", "everest,es8328";
325-
reg = <0x10>;
325+
reg = <0x11>;
326326
clocks = <&cru I2S1_8CH_MCLKOUT>;
327327
AVDD-supply = <&vcc_3v3_s0>;
328328
DVDD-supply = <&vcc_1v8_s0>;

0 commit comments

Comments
 (0)