Skip to content
  1. Feb 09, 2014
    • Shawn Guo's avatar
      ARM: dts: imx6: use generic node name for fixed regulator · 56160e33
      Shawn Guo authored
      
      
      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: default avatarShawn Guo <shawn.guo@linaro.org>
      56160e33
    • Shawn Guo's avatar
      ARM: dts: imx6sl: make pinctrl nodes board specific · fffaa65d
      Shawn Guo authored
      
      
      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: default avatarShawn Guo <shawn.guo@linaro.org>
      fffaa65d
    • Shawn Guo's avatar
      ARM: dts: imx6qdl: make pinctrl nodes board specific · 817c27a1
      Shawn Guo authored
      
      
      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: default avatarShawn Guo <shawn.guo@linaro.org>
      817c27a1
    • Valentin Raevsky's avatar
      ARM: dts: Add initial support for cm-fx6. · 682d055e
      Valentin Raevsky authored
      
      
      Add initial support for cm-fx6 module.
      
      cm-fx6 is a module based on mx6q SoC with the following features:
      - Up to 4GB of DDR3
      - 1 LCD/DVI output port
      - 1 HDMI output port
      - 2 LVDS LCD ports
      - Gigabit Ethernet
      - Analog Audio
      - CAN
      - SATA
      - NAND
      - PCIE
      
      This patch allows to boot up the module, configures the serial console,
      the Ethernet adapter and the heartbeat led.
      
      cm-fx6 is embedded inside the Utilite computer.
      
      Signed-off-by: default avatarValentin Raevsky <valentin@compulab.co.il>
      Signed-off-by: default avatarIgor Grinberg <grinberg@compulab.co.il>
      Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
      682d055e
    • Peter Chen's avatar
      ARM: dts: imx6q-arm2: enable USB OTG · 67339b35
      Peter Chen authored
      
      
      Enable USB OTG controller at imx6q-arm2 board
      
      Signed-off-by: default avatarPeter Chen <peter.chen@freescale.com>
      Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
      67339b35
    • Tim Harvey's avatar
      ARM: dts: add Gateworks Ventana support · e3946fe8
      Tim Harvey authored
      
      
      The Gateworks Ventana product family consists of several baseboard designs
      based on the Freescale i.MX6 family of processors.  Each baseboard has a
      different set of possible features.
      
      Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
      Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
      e3946fe8
    • Tim Harvey's avatar
      ARM: dts: disable flexcan by default · a1135337
      Tim Harvey authored
      
      
      Typically nodes are disabled by default and enabled when needed.
      
      Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
      Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
      a1135337
  2. Feb 02, 2014
  3. Feb 01, 2014
  4. Jan 31, 2014
  5. Jan 30, 2014
Loading