From: Krzysztof Kozlowski Date: Tue, 4 Mar 2025 10:41:59 +0000 (+0100) Subject: arm64: dts: rockchip: Add ES8388 audio codec fallback on RK3399 ROC PC PLUS X-Git-Tag: v6.15-rc1~159^2~23^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d83f6c32d70f96037cb187e63785e7a58f9e751b;p=thirdparty%2Flinux.git arm64: dts: rockchip: Add ES8388 audio codec fallback on RK3399 ROC PC PLUS Devicetree bindings for ES8388 audio codec expect the device to be marked as compatible with ES8328. Signed-off-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20250304104200.76178-1-krzysztof.kozlowski@linaro.org Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm64/boot/dts/rockchip/rk3399-roc-pc-plus.dts b/arch/arm64/boot/dts/rockchip/rk3399-roc-pc-plus.dts index e2e9279fa267d..8e3858cf988cb 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-roc-pc-plus.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-roc-pc-plus.dts @@ -112,7 +112,7 @@ &i2c1 { es8388: es8388@11 { - compatible = "everest,es8388"; + compatible = "everest,es8388", "everest,es8328"; reg = <0x11>; clocks = <&cru SCLK_I2S_8CH_OUT>; #sound-dai-cells = <0>;