Skip to content

Commit

Permalink
ARM: dts: add dependency between TV and LCD0 power domains for exynos4
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
mszyprow authored and Kukjin Kim committed Feb 26, 2015
1 parent ed80d4c commit ec459c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/exynos4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ec459c0

Please sign in to comment.