Skip to content

Commit

Permalink
ARM: dts: exynos: Add status property to Exynos 542x Mixer nodes
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
  • Loading branch information
mszyprow authored and krzk committed Sep 19, 2017
1 parent e96849e commit 1cb686c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/exynos5420-arndale-octa.dts
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,10 @@
status = "okay";
};

&mixer {
status = "okay";
};

&mmc_0 {
status = "okay";
broken-cd;
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/exynos5420-peach-pit.dts
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,10 @@
status = "okay";
};

&mixer {
status = "okay";
};

/* eMMC flash */
&mmc_0 {
status = "okay";
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/exynos5420-smdk5420.dts
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,10 @@
status = "okay";
};

&mixer {
status = "okay";
};

&mmc_0 {
status = "okay";
broken-cd;
Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/exynos5420.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@
clock-names = "mixer", "hdmi", "sclk_hdmi";
power-domains = <&disp_pd>;
iommus = <&sysmmu_tv>;
status = "disabled";
};

rotator: rotator@11C00000 {
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,10 @@
status = "okay";
};

&mixer {
status = "okay";
};

&mmc_0 {
status = "okay";
mmc-pwrseq = <&emmc_pwrseq>;
Expand Down

0 comments on commit 1cb686c

Please sign in to comment.