diff options
author | Tomasz Figa <t.figa@samsung.com> | 2012-11-22 00:21:08 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-11-22 00:38:57 +0900 |
commit | 2ed5f236716cbd20f51bdc87ddd91bad259c81a6 (patch) | |
tree | ae6451f3e8418d00aec218afdc34aa027c2cfbea /Documentation/devicetree/bindings/arm | |
parent | cf7c397b62b1afa6d17c890641d067d5999daeb9 (diff) | |
download | op-kernel-dev-2ed5f236716cbd20f51bdc87ddd91bad259c81a6.zip op-kernel-dev-2ed5f236716cbd20f51bdc87ddd91bad259c81a6.tar.gz |
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/devicetree/bindings/arm')
-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 6528e21..843b546 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 { |