Skip to content

Commit 577b576

Browse files
geertummind
authored andcommitted
arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-sapphire-excavator
There are no DT bindings and driver support for a "rockchip,rt5651" codec. Replace "rockchip,rt5651" by "realtek,rt5651", which matches the "simple-audio-card,name" property in the "rt5651-sound" node. Fixes: 0a3c78e ("arm64: dts: rockchip: Add support for rk3399 excavator main board") Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/abc6c89811b3911785601d6d590483eacb145102.1727358193.git.geert+renesas@glider.be Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 2f39bba commit 577b576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
status = "okay";
164164

165165
rt5651: rt5651@1a {
166-
compatible = "rockchip,rt5651";
166+
compatible = "realtek,rt5651";
167167
reg = <0x1a>;
168168
clocks = <&cru SCLK_I2S_8CH_OUT>;
169169
clock-names = "mclk";

0 commit comments

Comments
 (0)