Skip to content

Commit d5a6696

Browse files
mmindmehmetb0
authored andcommitted
ARM: dts: rockchip: Fix the realtek audio codec on rk3036-kylin
BugLink: https://bugs.launchpad.net/bugs/2089533 [ Upstream commit 77a9a7f ] Both the node name as well as the compatible were not named according to the binding expectations, fix that. Fixes: 47bf3a5 ("ARM: dts: rockchip: add the sound setup for rk3036-kylin board") Cc: Caesar Wang <wxt@rock-chips.com> Reviewed-by: Dragan Simic <dsimic@manjaro.org> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20241008203940.2573684-15-heiko@sntech.de Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Manuel Diewald <manuel.diewald@canonical.com> Signed-off-by: Mehmet Basaran <mehmet.basaran@canonical.com>
1 parent 6030f1e commit d5a6696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/rk3036-kylin.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@
300300
&i2c2 {
301301
status = "okay";
302302

303-
rt5616: rt5616@1b {
304-
compatible = "rt5616";
303+
rt5616: audio-codec@1b {
304+
compatible = "realtek,rt5616";
305305
reg = <0x1b>;
306306
clocks = <&cru SCLK_I2S_OUT>;
307307
clock-names = "mclk";

0 commit comments

Comments
 (0)