diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2015-05-22 13:42:46 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-12-14 13:45:16 +0900 |
commit | 2a0491ff45c7b3d40e81f0258b2d4f0e0bc7aff8 (patch) | |
tree | 1daa01cd5425d4bfae39785687b5ffa929c9c1da /Documentation | |
parent | d8eb45f9fd62dc397cf0fd8ab64924419532afa6 (diff) |
soc: samsung: pm_domains: Bring back support for ARMv7 Exynos
Add a new compatible 'samsung,exynos5433-pd' to support both types
of Exynos SoCs:
- ARMv8 (Exynos5433 and Exynos7420) using 0xf,
- ARMv7 using 0x7,
for power domain on/off registers.
The new kernel is not compatible with older DTB.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/exynos/power_domain.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/exynos/power_domain.txt b/Documentation/devicetree/bindings/arm/exynos/power_domain.txt index 5da38c5ed476..407a04092022 100644 --- a/Documentation/devicetree/bindings/arm/exynos/power_domain.txt +++ b/Documentation/devicetree/bindings/arm/exynos/power_domain.txt @@ -6,6 +6,8 @@ to gate power to one or more peripherals on the processor. Required Properties: - compatible: should be one of the following. * samsung,exynos4210-pd - for exynos4210 type power domain. + * samsung,exynos5433-pd - for exynos5433 type power domain present + on ARMv8 SoC (like Exynos5433 and Exynos7) - reg: physical base address of the controller and length of memory mapped region. - #power-domain-cells: number of cells in power domain specifier; |