mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 22:02:28 +00:00
4d3ab5ec20
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>
23 lines
444 B
Plaintext
23 lines
444 B
Plaintext
ST-Ericsson U300 Device Tree Bindings
|
|
|
|
For various board the "board" node may contain specific properties
|
|
that pertain to this particular board, such as board-specific GPIOs
|
|
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>;
|
|
};
|