浏览代码

ARM: dts: add PMU to the NHK15 device tree

The so-called Nomadik Power Mangament Unit is actually a set
of some power management registers and some miscellaneous
system control stuff like muxing of entire hardware units.
Add this as a system controller.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Linus Walleij 9 年之前
父节点
当前提交
6fb2de9d9f
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      arch/arm/boot/dts/ste-nomadik-stn8815.dtsi

+ 6 - 0
arch/arm/boot/dts/ste-nomadik-stn8815.dtsi

@@ -168,6 +168,12 @@
 		};
 	};
 
+	/* Power Management Unit */
+	pmu: pmu@101e9000 {
+		compatible = "stericsson,nomadik-pmu", "syscon";
+		reg = <0x101e0000 0x1000>;
+	};
+
 	src: src@101e0000 {
 		compatible = "stericsson,nomadik-src";
 		reg = <0x101e0000 0x1000>;