aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/ste-u300.txt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-07-25doc: devicetree: bindings: Fix typo in bindingsMasanari Iida1-1/+1
Correct spelling typo in devicetree/bindings. Singed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2013-06-17ARM: u300: add syscon nodeLinus Walleij1-3/+27
This adds a device tree node for the U300 system controller and remaps this dynamically instead of using hard-coded virtual addresses. The board power set-up code is altered to fetch a reference to the syscon using ampersand <&syscon> notation. This way of passing a pointer to the syscon will also be used by the clocks. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2013-06-17ARM: u300: set up board power from device treeLinus Walleij1-0/+13
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>
2013-05-31ARM: u300: basic device tree supportLinus Walleij1-0/+9
This register the most basic peripherals and makes the U300 boot to prompt from a device tree. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>