diff options
author | Tomasz Figa <t.figa@samsung.com> | 2012-11-21 16:21:08 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-11-21 16:38:57 +0100 |
commit | 2ed5f236716cbd20f51bdc87ddd91bad259c81a6 (patch) | |
tree | ae6451f3e8418d00aec218afdc34aa027c2cfbea /Documentation | |
parent | ARM: dts: Add vmmc fixed voltage regulator for exynos4210-origen (diff) | |
download | linux-2ed5f236716cbd20f51bdc87ddd91bad259c81a6.tar.xz linux-2ed5f236716cbd20f51bdc87ddd91bad259c81a6.zip |
ARM: EXYNOS: Detect power domain state on registration from DT
Initial state of power domains might vary on different boards and with
different bootloaders.
This patch adds detection of initial state of power domains when being
registered from DT.
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/exynos/power_domain.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/arm/exynos/power_domain.txt b/Documentation/devicetree/bindings/arm/exynos/power_domain.txt index 6528e215c5fe..843b54622313 100644 --- a/Documentation/devicetree/bindings/arm/exynos/power_domain.txt +++ b/Documentation/devicetree/bindings/arm/exynos/power_domain.txt @@ -9,10 +9,6 @@ Required Properties: - reg: physical base address of the controller and length of memory mapped region. -Optional Properties: -- samsung,exynos4210-pd-off: Specifies that the power domain is in turned-off - state during boot and remains to be turned-off until explicitly turned-on. - Example: lcd0: power-domain-lcd0 { |