summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/arm/ste-u300.txt
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-04-19 10:50:42 +0200
committerLinus Walleij <linus.walleij@linaro.org>2013-06-17 13:54:25 +0200
commit4d3ab5ec205472c79a6efb4be6fdf4817f0405e2 (patch)
tree4530c323c0b833ff86aeb293f8e851bb96a9d846 /Documentation/devicetree/bindings/arm/ste-u300.txt
parentae87bb8ef751bf8a2b664cb2ea7cdd54affa14c0 (diff)
ARM: u300: set up board power from device tree
This adds support for setting up the board power from the device tree on the U300. We use a board-specific node in the device tree for the S365 board and bind a regulator for the board power to this node. Cc: Mark Brown <broonie@kernel.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/ste-u300.txt')
-rw-r--r--Documentation/devicetree/bindings/arm/ste-u300.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/ste-u300.txt b/Documentation/devicetree/bindings/arm/ste-u300.txt
index 222dca558576..cd9001a667bc 100644
--- a/Documentation/devicetree/bindings/arm/ste-u300.txt
+++ b/Documentation/devicetree/bindings/arm/ste-u300.txt
@@ -7,3 +7,16 @@ or board power regulator supplies.
Required root node property:
compatible="stericsson,u300";
+
+Boards with the U300 SoC include:
+
+S365 "Small Board U365":
+
+Required node: s365
+
+Example:
+
+s365 {
+ compatible = "stericsson,s365";
+ vana15-supply = <&ab3100_ldo_d_reg>;
+};