1. 18 7月, 2014 3 次提交
    • R
      ARM: dts: add initial Rex Basic board support · 417d65f6
      Robert Nelson 提交于
      Add initial Rex Pro i.mx6dl board support. Ethernet, UART, USB, I2C, SPI, HDMI,
      Audio, and SDHC cards are working.  Currently no mainline u-boot, so boot with
      cat zImage imx6dl-rex-basic.dtb > zImage.dtb, then using mkimage create uImage
      Signed-off-by: NRobert Nelson <robertcnelson@gmail.com>
      Signed-off-by: NShawn Guo <shawn.guo@freescale.com>
      417d65f6
    • R
      ARM: dts: add initial Rex Pro board support · e2047e33
      Robert Nelson 提交于
      Add initial Rex Pro i.mx6q board support. Ethernet, UART, USB, I2C, SPI, HDMI,
      Audio, and SDHC cards are working.  Currently no mainline u-boot, so boot with
      cat zImage imx6q-rex-pro.dtb > zImage.dtb, then using mkimage create uImage
      Signed-off-by: NRobert Nelson <robertcnelson@gmail.com>
      Signed-off-by: NShawn Guo <shawn.guo@freescale.com>
      e2047e33
    • G
      ARM: dts: Restructure imx6qdl-wandboard.dtsi for new rev C1 board. · 8536239e
      George Joseph 提交于
      The rev C1 Wandboard uses the Broadcom 4330 for WiFi and Bluetooth instead of
      the 4329.  This changes the PADS assigned for the control lines.  Another
      side effect of the change is that on the rev C1 board, usdhc driver can't
      detect the chip presence correctly so usdhc2 now needs its 'non-removeable'
      property removed.
      
      So that rev B1 and earlier can continue to work, this patch splits the
      board-specific definitions from imx6qdl-wandboard.dtsi into
      imx6qdl-wandboard-revb1.dtsi and imx6qdl-wandboard-revc1.dtsi.  The new files
      include the original base imx6qdl-wandboard.dtsi which retains the common
      definitions.
      
      The existing imx6dl-wandboard.dts includes imx6qdl-wandboard-revc1.dtsi and
      imx6dl-wandboard-revb1.dts (new) includes imx6qdl-wandboard-revb1.dtsi.
      This makes the rev C1 board the new default.  The same pattern is used for
      imx6q-wandboard.dts.
      
      So, from U-Boot on a WB-Quad you use imxq-wandboard-revb1.dtb for the older B1
      board and imxq-wandboard.dtb for the current rev C1 board.
      Signed-off-by: NGeorge Joseph <george.joseph@fairview5.com>
      Signed-off-by: NShawn Guo <shawn.guo@freescale.com>
      8536239e
  2. 22 8月, 2013 2 次提交