Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: Add clocks to DISP1 domain in exynos5250

Adds to the node of the DISP1 power domain the two clocks that need to
be reparented while the domain is powered off:
CLK_MOUT_ACLK200_DISP1_SUB and CLK_MOUT_ACLK300_DISP1_SUB.

Otherwise the state is unknown at power up and the mixer's clocks are
all messed up.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Link: http://lkml.kernel.org/g/561CDC33.7050103@collabora.com
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>

authored by

Tomeu Vizoso and committed by
Kukjin Kim
69636a85 ae8a2881

+4
+4
arch/arm/boot/dts/exynos5250.dtsi
··· 130 130 compatible = "samsung,exynos4210-pd"; 131 131 reg = <0x100440A0 0x20>; 132 132 #power-domain-cells = <0>; 133 + clocks = <&clock CLK_FIN_PLL>, 134 + <&clock CLK_MOUT_ACLK200_DISP1_SUB>, 135 + <&clock CLK_MOUT_ACLK300_DISP1_SUB>; 136 + clock-names = "oscclk", "clk0", "clk1"; 133 137 }; 134 138 135 139 clock: clock-controller@10010000 {