arm64: dts: rockchip: Add ES8388 audio codec fallback on RK3588 boards

Devicetree bindings for ES8388 audio codec expect the device to be
marked as compatible with ES8328.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250304104200.76178-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Krzysztof Kozlowski 2025-03-04 11:42:00 +01:00 committed by Heiko Stuebner
parent d83f6c32d7
commit ced36c336d
7 changed files with 7 additions and 7 deletions

View File

@ -472,7 +472,7 @@ &i2c7 {
status = "okay";
es8388: audio-codec@11 {
compatible = "everest,es8388";
compatible = "everest,es8388", "everest,es8328";
reg = <0x11>;
clocks = <&cru I2S0_8CH_MCLKOUT>;
assigned-clocks = <&cru I2S0_8CH_MCLKOUT>;

View File

@ -276,7 +276,7 @@ &i2c7 {
/* PLDO2 vcca 1.8V, BUCK8 gated by PLDO2 being enabled */
es8388: audio-codec@11 {
compatible = "everest,es8388";
compatible = "everest,es8388", "everest,es8328";
reg = <0x11>;
clocks = <&cru I2S0_8CH_MCLKOUT>;
AVDD-supply = <&vcc_3v3_s0>;

View File

@ -311,7 +311,7 @@ &i2c7 {
status = "okay";
es8388: audio-codec@11 {
compatible = "everest,es8388";
compatible = "everest,es8388", "everest,es8328";
reg = <0x11>;
assigned-clocks = <&cru I2S0_8CH_MCLKOUT>;
assigned-clock-rates = <12288000>;

View File

@ -242,7 +242,7 @@ &i2c3 {
status = "okay";
es8388: audio-codec@11 {
compatible = "everest,es8388";
compatible = "everest,es8388", "everest,es8328";
reg = <0x11>;
clocks = <&cru I2S0_8CH_MCLKOUT>;
assigned-clocks = <&cru I2S0_8CH_MCLKOUT>;

View File

@ -611,7 +611,7 @@ &i2c7 {
status = "okay";
es8388: audio-codec@11 {
compatible = "everest,es8388";
compatible = "everest,es8388", "everest,es8328";
reg = <0x11>;
assigned-clock-rates = <12288000>;
assigned-clocks = <&cru I2S0_8CH_MCLKOUT>;

View File

@ -412,7 +412,7 @@ &i2c7 {
status = "okay";
es8388: audio-codec@11 {
compatible = "everest,es8388";
compatible = "everest,es8388", "everest,es8328";
reg = <0x11>;
assigned-clock-rates = <12288000>;
assigned-clocks = <&cru I2S0_8CH_MCLKOUT>;

View File

@ -268,7 +268,7 @@ &i2c6 {
status = "okay";
es8388: audio-codec@10 {
compatible = "everest,es8388";
compatible = "everest,es8388", "everest,es8328";
reg = <0x10>;
clocks = <&cru I2S1_8CH_MCLKOUT>;
AVDD-supply = <&vcc_3v3_s0>;