1. 11 3月, 2015 1 次提交
  2. 23 11月, 2014 1 次提交
  3. 16 9月, 2014 3 次提交
  4. 18 7月, 2014 2 次提交
  5. 14 4月, 2014 1 次提交
  6. 20 2月, 2014 1 次提交
    • F
      ARM: dts: imx6sl-evk: Keep VGEN1 regulator always enabled · d2c3936e
      Fabio Estevam 提交于
      On imx6sl-evk board the VGEN1 regulator powers up the NVCC_1P2V domain of the
      imx6sl SoC, so we need to keep it always powered.
      
      According to imx6sl datasheet the GPIO block has three supplies:
      NVCC33_IO, NVCC18_IO and NVCC_1P2V and it states that:
      "All digital I/O supplies (NVCC_xxxx) must be powered under normal conditions
      whether the associated I/O pins are in use or not"
      
      This problem has been observed by the fact that a GPIO connected to an LED could
      not work when the PMIC driver was enabled.
      
      Keeping VGEN1 regulator always enabled fixes the problem.
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      d2c3936e
  7. 10 2月, 2014 4 次提交
  8. 09 2月, 2014 2 次提交
    • S
      ARM: dts: imx6: use generic node name for fixed regulator · 56160e33
      Shawn Guo 提交于
      The device tree specification recommends that generic name should be
      used for nodes.  So instead of naming those fixed regulator nodes
      arbitrarily, let's use the generic name 'regulator@num' for those nodes.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      56160e33
    • S
      ARM: dts: imx6sl: make pinctrl nodes board specific · fffaa65d
      Shawn Guo 提交于
      Currently, all pinctrl setting nodes are defined in <soc>.dtsi, so that
      boards that share the same pinctrl setting do not have to define it time
      and time again in <board>.dts.  However, along with the devices and use
      cases being added continuously, the pinctrl setting nodes under iomuxc
      becomes more than expected.  This bloats device tree blob for particular
      board unnecessarily since only a small subset of those pinctrl setting
      nodes will be used by the board.  It impacts not only the DTB file size
      but also the run-time device tree lookup efficiency.
      
      The patch moves all the pinctrl data into individual boards as needed.
      With the changes, the pinctrl setting nodes becomes local to particular
      board, and it makes no sense to continue numbering the setting for
      given peripheral.  Thus, all the pinctrl phandler name gets updated to
      have only peripheral name in there.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      fffaa65d
  9. 18 10月, 2013 1 次提交
  10. 12 10月, 2013 1 次提交
  11. 26 9月, 2013 1 次提交
  12. 17 6月, 2013 1 次提交