ARM: dts: rockchip: Fix the realtek audio codec on rk3036-kylin
[ Upstream commit 77a9a7f2d3b94d29d13d71b851114d593a2147cf ] Both the node name as well as the compatible were not named according to the binding expectations, fix that. Fixes: 47bf3a5c9e2a ("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>
This commit is contained in:
parent
dc348605cf
commit
00f08e5133
1 changed files with 2 additions and 2 deletions
|
@ -300,8 +300,8 @@
|
||||||
&i2c2 {
|
&i2c2 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
rt5616: rt5616@1b {
|
rt5616: audio-codec@1b {
|
||||||
compatible = "rt5616";
|
compatible = "realtek,rt5616";
|
||||||
reg = <0x1b>;
|
reg = <0x1b>;
|
||||||
clocks = <&cru SCLK_I2S_OUT>;
|
clocks = <&cru SCLK_I2S_OUT>;
|
||||||
clock-names = "mclk";
|
clock-names = "mclk";
|
||||||
|
|
Loading…
Reference in a new issue