diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2017-01-25 14:55:35 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2017-01-27 10:38:54 +0300 |
commit | 6bce1974f64aba108ad344cb2ef0110d9c09ebd2 (patch) | |
tree | aee0b17029be9d48048e460bc4036c1ce64185c1 /Documentation/devicetree/bindings/power/pd-samsung.txt | |
parent | fa59aa70907b2e5c08f58d63ed7c1e5017e39301 (diff) | |
download | linux-6bce1974f64aba108ad344cb2ef0110d9c09ebd2.tar.xz |
soc: samsung: pm_domains: Add new Exynos5433 compatible
Add a new compatible string for Exynos5433 because it uses the 0xf
value instead of 0x7 for domain on/off registers.
Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/power/pd-samsung.txt')
-rw-r--r-- | Documentation/devicetree/bindings/power/pd-samsung.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power/pd-samsung.txt b/Documentation/devicetree/bindings/power/pd-samsung.txt index 4e947372a693..f5d4b68d2760 100644 --- a/Documentation/devicetree/bindings/power/pd-samsung.txt +++ b/Documentation/devicetree/bindings/power/pd-samsung.txt @@ -6,6 +6,7 @@ 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. - reg: physical base address of the controller and length of memory mapped region. - #power-domain-cells: number of cells in power domain specifier; |