Skip to content

Commit 0af7164

Browse files
cristiccmmind
authored andcommitted
arm64: dts: rockchip: Use generic name for es8316 on Pinebook Pro and Rock 5B
Use generic 'audio-codec' name for es8316 node on Pinebook Pro and Rock 5B boards. Signed-off-by: Cristian Ciocaltea <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent d7f5e83 commit 0af7164

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@
675675
i2c-scl-rising-time-ns = <168>;
676676
status = "okay";
677677

678-
es8316: es8316@11 {
678+
es8316: audio-codec@11 {
679679
compatible = "everest,es8316";
680680
reg = <0x11>;
681681
clocks = <&cru SCLK_I2S_8CH_OUT>;

arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
&i2c7 {
7373
status = "okay";
7474

75-
es8316: es8316@11 {
75+
es8316: audio-codec@11 {
7676
compatible = "everest,es8316";
7777
reg = <0x11>;
7878
clocks = <&cru I2S0_8CH_MCLKOUT>;

0 commit comments

Comments
 (0)