1. 30 4月, 2014 1 次提交
  2. 14 4月, 2014 2 次提交
  3. 10 2月, 2014 5 次提交
  4. 09 2月, 2014 4 次提交
  5. 13 1月, 2014 1 次提交
  6. 16 12月, 2013 1 次提交
  7. 21 10月, 2013 1 次提交
  8. 18 10月, 2013 2 次提交
  9. 12 10月, 2013 1 次提交
  10. 26 9月, 2013 4 次提交
  11. 22 8月, 2013 4 次提交
  12. 17 6月, 2013 2 次提交
  13. 09 4月, 2013 7 次提交
  14. 04 4月, 2013 1 次提交
  15. 10 2月, 2013 4 次提交
    • 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
    • S
      ARM: imx: enable imx6q-cpufreq support · 96574a6d
      Shawn Guo 提交于
      Update operating-points per hardware document and add support for
      1 GHz and 1.2 GHz frequencies.
      
      400 MHz, 800 MHz and 1 GHz should be supported by all i.MX6Q chips,
      while 1.2 GHz support needs to know from OTP fuse bit.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      96574a6d