Skip to content

Commit 976a9b3

Browse files
martinezjavierarndb
authored andcommitted
ARM: dts: exynos: Enable Mixer node for Exynos5800 Peach Pi machine
Commit 1cb686c ("ARM: dts: exynos: Add status property to Exynos 542x Mixer nodes") disabled the Mixer node by default in the DTSI and enabled for each Exynos 542x DTS. But unfortunately it missed to enable it for the Exynos5800 Peach Pi machine, since the 5800 is also an 542x SoC variant. Fixes: 1cb686c ("ARM: dts: exynos: Add status property to Exynos 542x Mixer nodes") Signed-off-by: Javier Martinez Canillas <[email protected]> Acked-by: Marek Szyprowski <[email protected]> Tested-by: Guillaume Tucker <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent ce39882 commit 976a9b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/exynos5800-peach-pi.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,10 @@
664664
status = "okay";
665665
};
666666

667+
&mixer {
668+
status = "okay";
669+
};
670+
667671
/* eMMC flash */
668672
&mmc_0 {
669673
status = "okay";

0 commit comments

Comments
 (0)