Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Vikas Sajjan and committed by
Kukjin Kim
fbe4e9f5 98504def

+6
+1
Documentation/devicetree/bindings/arm/samsung/pmu.txt
··· 7 7 - "samsung,exynos4212-pmu" - for Exynos4212 SoC, 8 8 - "samsung,exynos4412-pmu" - for Exynos4412 SoC, 9 9 - "samsung,exynos5250-pmu" - for Exynos5250 SoC, 10 + - "samsung,exynos5260-pmu" - for Exynos5260 SoC. 10 11 - "samsung,exynos5410-pmu" - for Exynos5410 SoC, 11 12 - "samsung,exynos5420-pmu" - for Exynos5420 SoC. 12 13 second value must be always "syscon".
+5
arch/arm/boot/dts/exynos5260.dtsi
··· 227 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 235 uart0: serial@12C00000 { 231 236 compatible = "samsung,exynos4210-uart"; 232 237 reg = <0x12C00000 0x100>;