1. 05 1月, 2015 1 次提交
    • A
      ARM: dts: imx6dl: correct cpufreq volt/freq table · 4c61a1e7
      Anson Huang 提交于
      Currently the cpufreq volt/freq table we used is
      for LDO enable mode, according to latest datasheet
      Rev. 3, 03/2014, the volt/freq table is as below:
      
      LDO enabled(min value):
      996MHz: VDDARM: 1.225V, VDDSOC: 1.150V;
      792MHz: VDDARM: 1.150V, VDDSOC: 1.150V;
      396MHz: VDDARM: 1.050V, VDDSOC: 1.150V;
      
      LDO bypassed(min value):
      996MHz: VDDARM: 1.250V, VDDSOC: 1.150V;
      792MHz: VDDARM: 1.150V, VDDSOC: 1.150V;
      396MHz: VDDARM: 1.050V, VDDSOC: 1.150V;
      
      Adding 25mV to cover board IR drop, for LDO enabled
      mode of 996MHz, VDDARM should be 1.250V, so this
      patch updates it.
      Signed-off-by: NAnson Huang <b20788@freescale.com>
      Reviewed-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      4c61a1e7
  2. 23 11月, 2014 2 次提交
  3. 18 7月, 2014 1 次提交
  4. 16 5月, 2014 1 次提交
  5. 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
  6. 24 2月, 2014 2 次提交
  7. 09 2月, 2014 2 次提交
  8. 22 8月, 2013 7 次提交
  9. 17 6月, 2013 5 次提交
  10. 23 5月, 2013 1 次提交
  11. 09 4月, 2013 4 次提交
  12. 10 2月, 2013 1 次提交
    • 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