1. 25 7月, 2013 1 次提交
  2. 17 6月, 2013 2 次提交
    • L
      ARM: u300: add syscon node · cf0ce095
      Linus Walleij 提交于
      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: NLinus Walleij <linus.walleij@linaro.org>
      cf0ce095
    • L
      ARM: u300: set up board power from device tree · 4d3ab5ec
      Linus Walleij 提交于
      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: NLinus Walleij <linus.walleij@linaro.org>
      4d3ab5ec
  3. 31 5月, 2013 1 次提交