Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 9510652

Browse files
mmindgregkh
authored andcommitted
ARM: dts: rockchip: Fix the realtek audio codec on rk3036-kylin
[ 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 <[email protected]> Reviewed-by: Dragan Simic <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 1a22d37 commit 9510652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@
304304
&i2c2 {
305305
status = "okay";
306306

307-
rt5616: rt5616@1b {
308-
compatible = "rt5616";
307+
rt5616: audio-codec@1b {
308+
compatible = "realtek,rt5616";
309309
reg = <0x1b>;
310310
clocks = <&cru SCLK_I2S_OUT>;
311311
clock-names = "mclk";

0 commit comments

Comments
 (0)