Skip to content

Commit

Permalink
ARM: dts: MDMA1 device belongs to LCD0 power domain on exynos4210
Browse files Browse the repository at this point in the history
On Exynos 4210 MDMA1 device belongs to LCD0 power domain, so add proper
power-domains property. On Exynos 4x12, it belongs to TOP power domain,
which is always enabled, thus require no assignment in exynos4x12.dtsi.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
  • Loading branch information
Marek Szyprowski authored and Krzysztof Kozlowski committed Dec 29, 2015
1 parent 42a966a commit f99e9a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/exynos4210.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@
<0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>;
};

&mdma1 {
power-domains = <&pd_lcd0>;
};

&pmu_system_controller {
clock-names = "clkout0", "clkout1", "clkout2", "clkout3",
"clkout4", "clkout8", "clkout9";
Expand Down

0 comments on commit f99e9a7

Please sign in to comment.