diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2017-01-30 13:19:00 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2017-01-31 20:30:48 +0100 |
commit | 55d74adfa9758cad5dd989b22cb2558303fe9a0f (patch) | |
tree | e199c800992e538bfaaffbb9deac67994e738815 /arch/arm/boot/dts/exynos4412.dtsi | |
parent | ARM: dts: exynos: Fix indentation of EHCI and OHCI ports (diff) | |
download | linux-55d74adfa9758cad5dd989b22cb2558303fe9a0f.tar.xz linux-55d74adfa9758cad5dd989b22cb2558303fe9a0f.zip |
ARM: dts: exynos: Add labels to all existing power domains
Provide human readable names for all power domains defined in Exynos SoCs.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/exynos4412.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos4412.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi index 4f7b5a1a848c..235bbb69ad7c 100644 --- a/arch/arm/boot/dts/exynos4412.dtsi +++ b/arch/arm/boot/dts/exynos4412.dtsi @@ -172,6 +172,7 @@ compatible = "samsung,exynos4210-pd"; reg = <0x10023CA0 0x20>; #power-domain-cells = <0>; + label = "ISP"; }; l2c: l2-cache-controller@10502000 { |