aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/base-files/lib
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-11-18 21:35:09 +0000
committerLuka Perkov <luka@openwrt.org>2015-11-18 21:35:09 +0000
commit8c6556049763053a40d55f4071d64111598f898c (patch)
tree9d3e8074250369fc43365d54048b7fed8caf60ec /target/linux/imx6/base-files/lib
parent84c7a31535d9afc84a0f17960c5a3ef9c801485b (diff)
downloadupstream-8c6556049763053a40d55f4071d64111598f898c.tar.gz
upstream-8c6556049763053a40d55f4071d64111598f898c.tar.bz2
upstream-8c6556049763053a40d55f4071d64111598f898c.zip
imx6: add Gateworks GW551x support
Upstream patch: e9d6d6b62f306ba83e1441af5daf2809a6167474 Add support for the Gateworks GW5510 board featuring: * i.MX6 SoC * up to 512MB DDR3 * up to 2GB NAND flash * 1x miniPCIe socket (with USB) * HDMI out (micro-HDMI) * HDMI in (micro-HDMI) (currently supported by only vendor kernel) * TTL level I/O (supported by GW16111 breakout board): * I2C * 2x UART * CAN * 2x DIO (GPIO/PWM) * USB OTG Also add support to OpenWrt build system Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com> SVN-Revision: 47505
Diffstat (limited to 'target/linux/imx6/base-files/lib')
-rwxr-xr-xtarget/linux/imx6/base-files/lib/imx6.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/imx6/base-files/lib/imx6.sh b/target/linux/imx6/base-files/lib/imx6.sh
index 360ec58795..32440aab9c 100755
--- a/target/linux/imx6/base-files/lib/imx6.sh
+++ b/target/linux/imx6/base-files/lib/imx6.sh
@@ -34,6 +34,11 @@ imx6_board_detect() {
name="gw54xx"
;;
+ "Gateworks Ventana i.MX6 Dual/Quad GW551X" |\
+ "Gateworks Ventana i.MX6 Solo/DualLite GW551X")
+ name="gw551x"
+ ;;
+
"Gateworks Ventana i.MX6 DualLite/Solo GW552X" |\
"Gateworks Ventana i.MX6 Dual/Quad GW552X")
name="gw552x"