diff options
author | Luka Perkov <luka@openwrt.org> | 2013-09-25 18:07:20 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-09-25 18:07:20 +0000 |
commit | f55d0ff66c34aaaa57637b2f074e840f29fde9a2 (patch) | |
tree | 03e9c02116b0bf9f87cd9d09c06596d1296ec783 /target/linux/imx6/patches-3.10 | |
parent | 7530971113842f44e7d1a33dfbfd977f6dfb8912 (diff) | |
download | upstream-f55d0ff66c34aaaa57637b2f074e840f29fde9a2.tar.gz upstream-f55d0ff66c34aaaa57637b2f074e840f29fde9a2.tar.bz2 upstream-f55d0ff66c34aaaa57637b2f074e840f29fde9a2.zip |
imx6: add support for gw54xx
The Gateworks GW54xx family of products is based on the Freescale
i.MX6Q SoC and offers a large variety of peripherals such as:
- i.MX6Q 1GB DDR3 (standard)
- 256MB NAND FLASH (standard)
- 6x PCIe (3x with USB)
- Optional expansion for additional USB/PCI based periperhals
- 1x USB EHCI
- 1x USB OTG
- HDMI Audio/Video in/out
- Analog Video in/out
- Analog Audio in/out
- Gateworks System Controller
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 38188
Diffstat (limited to 'target/linux/imx6/patches-3.10')
-rw-r--r-- | target/linux/imx6/patches-3.10/111-gw54xx.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/imx6/patches-3.10/111-gw54xx.patch b/target/linux/imx6/patches-3.10/111-gw54xx.patch new file mode 100644 index 0000000000..fa212ad711 --- /dev/null +++ b/target/linux/imx6/patches-3.10/111-gw54xx.patch @@ -0,0 +1,10 @@ +--- a/arch/arm/boot/dts/Makefile ++++ b/arch/arm/boot/dts/Makefile +@@ -118,6 +118,7 @@ dtb-$(CONFIG_ARCH_MXC) += \ + imx6dl-wandboard.dtb \ + imx6q-arm2.dtb \ + imx6q-gw5400-a.dtb \ ++ imx6q-gw54xx.dtb \ + imx6q-sabreauto.dtb \ + imx6q-sabrelite.dtb \ + imx6q-sabresd.dtb \ |