mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
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:
parent
d83f6c32d7
commit
ced36c336d
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user