[PATCH 02/13] Document devtree binding for power management controllers.
Scott Wood
scottwood at freescale.com
Tue May 8 04:29:43 EST 2007
Signed-off-by: Scott Wood <scottwood at freescale.com>
---
Documentation/powerpc/booting-without-of.txt | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt
index aaea829..fc54511 100644
--- a/Documentation/powerpc/booting-without-of.txt
+++ b/Documentation/powerpc/booting-without-of.txt
@@ -1725,6 +1725,19 @@ platforms are moved over to use the flattened-device-tree model.
partition-names = "fs\0firmware";
};
+ k) Power Management Controllers
+
+ Required Properties:
+
+ - compatible : mpc83xx chips should use "fsl,mpc83xx-pmc". 831x chips
+ with additional PMC functionality also list "fsl,mpc831x-pmc".
+ - reg : For fsl,mpc83xx-pmc devices, resource 0 is the PMC reg block,
+ and resource 1 is the Clock Configuration reg block.
+
+ Optional Properties:
+
+ - interrupts : On fsl,mpc83xx-pmc, this is the PMC interrupt.
+
More devices will be defined as this spec matures.
VII - Specifying interrupt information for devices
--
1.5.0.3
More information about the Linuxppc-dev
mailing list