diff options
| -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>; |
