ARM: dts: exynos: Add status property to Exynos 542x Mixer nodes

HDMI support requires some additional off-SoC logic, so Mixer device (part
of HDMI display path) should be disabled by default in SoC dtsi and enabled
then in each board dts. This patch unifies Mixer handling with other
Exynos SoCs.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Marek Szyprowski 2017-09-15 11:11:23 +02:00 committed by Krzysztof Kozlowski
parent e96849e3ae
commit 1cb686c08d
5 changed files with 17 additions and 0 deletions

View File

@ -360,6 +360,10 @@
status = "okay";
};
&mixer {
status = "okay";
};
&mmc_0 {
status = "okay";
broken-cd;

View File

@ -696,6 +696,10 @@
status = "okay";
};
&mixer {
status = "okay";
};
/* eMMC flash */
&mmc_0 {
status = "okay";

View File

@ -352,6 +352,10 @@
status = "okay";
};
&mixer {
status = "okay";
};
&mmc_0 {
status = "okay";
broken-cd;

View File

@ -646,6 +646,7 @@
clock-names = "mixer", "hdmi", "sclk_hdmi";
power-domains = <&disp_pd>;
iommus = <&sysmmu_tv>;
status = "disabled";
};
rotator: rotator@11C00000 {

View File

@ -729,6 +729,10 @@
status = "okay";
};
&mixer {
status = "okay";
};
&mmc_0 {
status = "okay";
mmc-pwrseq = <&emmc_pwrseq>;