diff options
| author | Marek Szyprowski <[email protected]> | 2015-02-04 23:44:15 +0900 |
|---|---|---|
| committer | Kukjin Kim <[email protected]> | 2015-02-27 05:27:28 +0900 |
| commit | ec459c0c77faca53cf161830cb264e51bb1abba6 (patch) | |
| tree | cb1bb2f8d513afa19f5175ecd2cc5e83946fc0c3 | |
| parent | ed80d4cab772e214192547055cdc47136c777b61 (diff) | |
ARM: dts: add dependency between TV and LCD0 power domains for exynos4
TV Mixer needs both TV and LCD0 domains enabled to be fully operational.
This dependency is modelled by making TV power domains a sub-domain of
LCD0 power domain.
Signed-off-by: Marek Szyprowski <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/exynos4.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index d7fe7294a782..77ea547768f4 100644 --- a/arch/arm/boot/dts/exynos4.dtsi +++ b/arch/arm/boot/dts/exynos4.dtsi @@ -105,6 +105,7 @@ compatible = "samsung,exynos4210-pd"; reg = <0x10023C20 0x20>; #power-domain-cells = <0>; + power-domains = <&pd_lcd0>; }; pd_cam: cam-power-domain@10023C00 { |