1. 08 3月, 2014 1 次提交
    • P
      ARM: dts: imx6qdl: Add IPU DI ports and endpoints, move imx-drm node to dtsi · 4520e692
      Philipp Zabel 提交于
      This patch connects IPU and display encoder (HDMI, LVDS, MIPI)
      device tree nodes, as well as parallel displays on the DISP0
      and DISP1 outputs, using the OF graph bindings described in
      Documentation/devicetree/bindings/media/video-interfaces.txt
      
      The IPU ports correspond to the two display interfaces. The
      order of endpoints in the ports is arbitrary.
      
      Each encoder with an associated input multiplexer has multiple
      input ports in the device tree. The order and reg property of
      the ports must correspond to the multiplexer input order.
      
      Since the imx-drm node now only needs to contain links to the
      display interfaces, it can be moved to the SoC dtsi level. At
      the board level, only connections between the display interface
      ports and encoders or panels have to be added.
      Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      4520e692
  2. 24 2月, 2014 2 次提交
  3. 13 1月, 2014 1 次提交
  4. 16 12月, 2013 1 次提交
  5. 18 11月, 2013 1 次提交
  6. 29 9月, 2013 1 次提交
  7. 26 9月, 2013 2 次提交
  8. 22 8月, 2013 16 次提交
  9. 17 6月, 2013 4 次提交
  10. 09 4月, 2013 7 次提交
  11. 04 4月, 2013 1 次提交
  12. 10 2月, 2013 3 次提交
    • S
      ARM: dts: add dtsi for imx6q and imx6dl · 7c1da585
      Shawn Guo 提交于
      Add dtsi for imx6q and imx6dl with non-common blocks moved into there.
      Major differences between imx6dl and imx6q:
      
       * Dual vs. Quad cores
       * single vs. dual IPU
       * 128 vs. 256 KB OCRAM
       * imx6q: ECSPI5, OpenVG (GC355), SATA
       * imx6dl: I2C4, PXP, EPDC, LCDIF
       * iomuxc/pads definition
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      7c1da585
    • S
      ARM: dts: rename imx6q.dtsi to imx6qdl.dtsi · 4bacf2a3
      Shawn Guo 提交于
      i.MX6 Quad and i.MX6 DualLite is similar enough to share one dtsi
      file, so rename imx6q.dtsi to imx6qdl.dtsi preparing for the addition
      of imx6dl support.
      
      Another member of i.MX6 series i.MX6 SoloLite is different enough
      from the other two, so it will stand as a separate dtsi.  That's why
      we rename to imx6qdl.dtsi not imx6.dtsi.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      4bacf2a3
    • A
      ARM: dts: i.MX6: Add regulator delay support · 46743dd6
      Anson Huang 提交于
      For ANATOP LDOs, vddcpu, vddsoc and vddpu
      have step time settings in the misc2 register, need
      to add necessary step time info for these three LDOs,
      then regulator driver can add necessary delay based on
      these settings.
      
      offset 0x170:
      bit [24-25]: vddcpu
      bit [26-27]: vddpu
      bit [28-29]: vddsoc
      
      field definition:
      0'b00: 64 cycles of 24M clock;
      0'b01: 128 cycles of 24M clock;
      0'b02: 256 cycles of 24M clock;
      0'b03: 512 cycles of 24M clock;
      Signed-off-by: NAnson Huang <b20788@freescale.com>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      46743dd6