mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
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 <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250304104200.76178-1-krzysztof.kozlowski@linaro.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
0d2312f0d3
commit
d83f6c32d7
|
|
@ -112,7 +112,7 @@ hym8563: rtc@51 {
|
|||
|
||||
&i2c1 {
|
||||
es8388: es8388@11 {
|
||||
compatible = "everest,es8388";
|
||||
compatible = "everest,es8388", "everest,es8328";
|
||||
reg = <0x11>;
|
||||
clocks = <&cru SCLK_I2S_8CH_OUT>;
|
||||
#sound-dai-cells = <0>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user