diff options
author | Vikas Sajjan <vikas.sajjan@samsung.com> | 2014-07-28 17:17:39 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-07-28 17:17:39 -0400 |
commit | fbe4e9f55b276f515f15e869ce039fe78fc43c6c (patch) | |
tree | 389dca589fa16bb41beea8f2b22b0c636ec2806e | |
parent | 98504def7cd7fdda94de8a9a90887d1dc787c609 (diff) |
ARM: dts: Add PMU DT node for exynos5260 SoC
Adds PMU DT node for exynos5260 SoC.
Signed-off-by: Vikas Sajjan <vikas.sajjan@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r-- | Documentation/devicetree/bindings/arm/samsung/pmu.txt | 1 | ||||
-rw-r--r-- | arch/arm/boot/dts/exynos5260.dtsi | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/samsung/pmu.txt b/Documentation/devicetree/bindings/arm/samsung/pmu.txt index fe14d8118093..e0e955e7af8c 100644 --- a/Documentation/devicetree/bindings/arm/samsung/pmu.txt +++ b/Documentation/devicetree/bindings/arm/samsung/pmu.txt | |||
@@ -7,6 +7,7 @@ Properties: | |||
7 | - "samsung,exynos4212-pmu" - for Exynos4212 SoC, | 7 | - "samsung,exynos4212-pmu" - for Exynos4212 SoC, |
8 | - "samsung,exynos4412-pmu" - for Exynos4412 SoC, | 8 | - "samsung,exynos4412-pmu" - for Exynos4412 SoC, |
9 | - "samsung,exynos5250-pmu" - for Exynos5250 SoC, | 9 | - "samsung,exynos5250-pmu" - for Exynos5250 SoC, |
10 | - "samsung,exynos5260-pmu" - for Exynos5260 SoC. | ||
10 | - "samsung,exynos5410-pmu" - for Exynos5410 SoC, | 11 | - "samsung,exynos5410-pmu" - for Exynos5410 SoC, |
11 | - "samsung,exynos5420-pmu" - for Exynos5420 SoC. | 12 | - "samsung,exynos5420-pmu" - for Exynos5420 SoC. |
12 | second value must be always "syscon". | 13 | second value must be always "syscon". |
diff --git a/arch/arm/boot/dts/exynos5260.dtsi b/arch/arm/boot/dts/exynos5260.dtsi index 5398a60207ca..4f2fabeecb0e 100644 --- a/arch/arm/boot/dts/exynos5260.dtsi +++ b/arch/arm/boot/dts/exynos5260.dtsi | |||
@@ -227,6 +227,11 @@ | |||
227 | interrupts = <0 243 0>; | 227 | interrupts = <0 243 0>; |
228 | }; | 228 | }; |
229 | 229 | ||
230 | pmu_system_controller: system-controller@10D50000 { | ||
231 | compatible = "samsung,exynos5260-pmu", "syscon"; | ||
232 | reg = <0x10D50000 0x10000>; | ||
233 | }; | ||
234 | |||
230 | uart0: serial@12C00000 { | 235 | uart0: serial@12C00000 { |
231 | compatible = "samsung,exynos4210-uart"; | 236 | compatible = "samsung,exynos4210-uart"; |
232 | reg = <0x12C00000 0x100>; | 237 | reg = <0x12C00000 0x100>; |