ARM: rockchip: add power-management-unit
authorHeiko Stuebner <heiko@sntech.de>
Mon, 17 Jun 2013 20:17:16 +0000 (22:17 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 1 Mar 2014 16:21:53 +0000 (17:21 +0100)
The pmu is needed to bring up the cores during smp operations and later
also other system parts. Therefore add a node and documentation for it.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Ulrich Prinz <ulrich.prinz@googlemail.com>
Documentation/devicetree/bindings/arm/rockchip/pmu.txt [new file with mode: 0644]
arch/arm/boot/dts/rk3xxx.dtsi

diff --git a/Documentation/devicetree/bindings/arm/rockchip/pmu.txt b/Documentation/devicetree/bindings/arm/rockchip/pmu.txt
new file mode 100644 (file)
index 0000000..3ee9b42
--- /dev/null
@@ -0,0 +1,16 @@
+Rockchip power-management-unit:
+-------------------------------
+
+The pmu is used to turn off and on different power domains of the SoCs
+This includes the power to the CPU cores.
+
+Required node properties:
+- compatible value : = "rockchip,rk3066-pmu";
+- reg : physical base address and the size of the registers window
+
+Example:
+
+       pmu@20004000 {
+               compatible = "rockchip,rk3066-pmu";
+               reg = <0x20004000 0x100>;
+       };
index 0a3d5b131ebac3c598c8ef184bf03281ea827adf..26e5a968d49d1ffa39619d172237f28c4c74f1a7 100644 (file)
                        reg = <0x1013c000 0x100>;
                };
 
+               pmu@20004000 {
+                       compatible = "rockchip,rk3066-pmu";
+                       reg = <0x20004000 0x100>;
+               };
+
                gic: interrupt-controller@1013d000 {
                        compatible = "arm,cortex-a9-gic";
                        interrupt-controller;
This page took 0.027173 seconds and 5 git commands to generate.