ARM: dts: exynos: Add #sound-dai-cells property to hdmi node in exynos5250.dtsi
This property is required for specifying link between the HDMI IP block and the SoC's audio subsystem. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
6f4870753f
commit
bd98a24267
|
@ -698,6 +698,7 @@
|
|||
"sclk_hdmiphy", "mout_hdmi";
|
||||
samsung,syscon-phandle = <&pmu_system_controller>;
|
||||
phy = <&hdmiphy>;
|
||||
#sound-dai-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue