Skip to content

Commit 2f39bba

Browse files
geertummind
authored andcommitted
arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-eaidk-610
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: 904f983 ("arm64: dts: rockchip: Add dts for a rk3399 based board EAIDK-610") Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/a9877b8b1bd0de279d2ec8294d5be14587203a82.1727358193.git.geert+renesas@glider.be Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 9852d85 commit 2f39bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3399-eaidk-610.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@
541541
status = "okay";
542542

543543
rt5651: audio-codec@1a {
544-
compatible = "rockchip,rt5651";
544+
compatible = "realtek,rt5651";
545545
reg = <0x1a>;
546546
clocks = <&cru SCLK_I2S_8CH_OUT>;
547547
clock-names = "mclk";

0 commit comments

Comments
 (0)