mirror of https://gitee.com/openkylin/linux.git
ARM: dts: MDMA1 device belongs to LCD0 power domain on exynos4210
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>
This commit is contained in:
parent
42a966aa71
commit
f99e9a7701
|
@ -271,6 +271,10 @@ &combiner {
|
||||||
<0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>;
|
<0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&mdma1 {
|
||||||
|
power-domains = <&pd_lcd0>;
|
||||||
|
};
|
||||||
|
|
||||||
&pmu_system_controller {
|
&pmu_system_controller {
|
||||||
clock-names = "clkout0", "clkout1", "clkout2", "clkout3",
|
clock-names = "clkout0", "clkout1", "clkout2", "clkout3",
|
||||||
"clkout4", "clkout8", "clkout9";
|
"clkout4", "clkout8", "clkout9";
|
||||||
|
|
Loading…
Reference in New Issue