]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-sapphire-excavator
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 26 Sep 2024 13:48:41 +0000 (15:48 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 30 Sep 2024 10:22:49 +0000 (12:22 +0200)
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: 0a3c78e251b3a266 ("arm64: dts: rockchip: Add support for rk3399 excavator main board")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/abc6c89811b3911785601d6d590483eacb145102.1727358193.git.geert+renesas@glider.be
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts

index dbec2b7173a0b677a032fa71b5d6e65e33a1ab24..31ea3d0182c062ef4ccd60d16a210da8e61a530b 100644 (file)
        status = "okay";
 
        rt5651: rt5651@1a {
-               compatible = "rockchip,rt5651";
+               compatible = "realtek,rt5651";
                reg = <0x1a>;
                clocks = <&cru SCLK_I2S_8CH_OUT>;
                clock-names = "mclk";