ARM: dts: exynos: correct max98090 DAI argument in Snow

The max98090 has only one DAI and does not take argument to DAI
phandles:

  exynos5250-snow-rev5.dtb: audio-codec@10: #sound-dai-cells:0:0: 0 was expected

Tested-by: Marek Szyprowski <m.szyprowski@samsung.com>
Link: https://lore.kernel.org/r/20230208160424.371678-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Krzysztof Kozlowski 2023-02-08 17:04:24 +01:00
parent a81cc43abd
commit 301d3dd055
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
};
codec {
sound-dai = <&max98090 0>, <&hdmi>;
sound-dai = <&max98090>, <&hdmi>;
};
};
};
@ -42,7 +42,7 @@
pinctrl-0 = <&max98090_irq>;
clocks = <&pmu_system_controller 0>;
clock-names = "mclk";
#sound-dai-cells = <1>;
#sound-dai-cells = <0>;
};
};