aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/patches-3.10
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-12-09 11:30:23 +0000
committerLuka Perkov <luka@openwrt.org>2013-12-09 11:30:23 +0000
commit60a7a1f2c968cd5eff75ae7b48e00730de21b4af (patch)
treee9319dd83c79d0a553bb85b673f06040eb187b24 /target/linux/imx6/patches-3.10
parent08253dd78c1aa2a1233c5da01379bb064870b6bd (diff)
downloadupstream-60a7a1f2c968cd5eff75ae7b48e00730de21b4af.tar.gz
upstream-60a7a1f2c968cd5eff75ae7b48e00730de21b4af.tar.bz2
upstream-60a7a1f2c968cd5eff75ae7b48e00730de21b4af.zip
imx6: add support for GW53xx
The Gateworks GW53xx family of products is based on the Freescale i.MX6DL SoC and offers a small form-factor with peripherals such as: * i.MX6DL * NAND FLASH * 4x PCIe * 4x USB EHCI (1x front-panel; 3x PCIe sockets) * 1x USB OTG * 1x uSD * LVDS connector (VLDS for display, PWM/GPIO for backlight, i2c for touch) * HDMI Audio/Video out * Analog Video in * Digital IO * Gateworks System Controller * Accelerometer * Canbus * Optional GPS * Industrial temp (-40C to +85C) * DC input voltage 8 to 42V (Passive PoE and 802.3af) Signed-off-by: Tim Harvey <tharvey@gateworks.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39012 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/imx6/patches-3.10')
-rw-r--r--target/linux/imx6/patches-3.10/114-gw53xx.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/imx6/patches-3.10/114-gw53xx.patch b/target/linux/imx6/patches-3.10/114-gw53xx.patch
new file mode 100644
index 0000000000..9c31204640
--- /dev/null
+++ b/target/linux/imx6/patches-3.10/114-gw53xx.patch
@@ -0,0 +1,10 @@
+--- a/arch/arm/boot/dts/Makefile
++++ b/arch/arm/boot/dts/Makefile
+@@ -121,6 +121,7 @@ dtb-$(CONFIG_ARCH_MXC) += \
+ imx6q-gw54xx.dtb \
+ imx6dl-gw51xx.dtb \
+ imx6dl-gw52xx.dtb \
++ imx6dl-gw53xx.dtb \
+ imx6q-sabreauto.dtb \
+ imx6q-sabrelite.dtb \
+ imx6q-sabresd.dtb \