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 | 88ac0fc90aa022bd580b86aa4fda8670b8cd01be (patch) | |
tree | ed56b9bdc756b3b55a05acc942dc6dde6354bcae /target/linux/imx6/patches-3.10/111-gw54xx.patch | |
parent | 66d3fcf859c9880145cb6bcf4181741ed6908e3b (diff) | |
download | upstream-88ac0fc90aa022bd580b86aa4fda8670b8cd01be.tar.gz upstream-88ac0fc90aa022bd580b86aa4fda8670b8cd01be.tar.bz2 upstream-88ac0fc90aa022bd580b86aa4fda8670b8cd01be.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38188 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/imx6/patches-3.10/111-gw54xx.patch')
-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 \ |