aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/profiles
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-02-20 17:26:10 +0000
committerLuka Perkov <luka@openwrt.org>2014-02-20 17:26:10 +0000
commit48d02a5a97e4d853b14d9663eb5def66ede80e63 (patch)
tree0d0256e4f7adf38e45cbc655fbc31096ae739c99 /target/linux/imx6/profiles
parent91ea98bba889cf4bd86644677272208f401ebf5c (diff)
downloadupstream-48d02a5a97e4d853b14d9663eb5def66ede80e63.tar.gz
upstream-48d02a5a97e4d853b14d9663eb5def66ede80e63.tar.bz2
upstream-48d02a5a97e4d853b14d9663eb5def66ede80e63.zip
imx6: update Ventana dts
Update the Ventana device-tree to match upstream: - Add IMX6Q/IMX6DL variants for GW54xx/GW53xx/GW52xx/GW51xx - align pinctrl with upstream - consolidate multiple patches into one Signed-off-by: Tim Harvey <tharvey@gateworks.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39644 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/imx6/profiles')
-rw-r--r--target/linux/imx6/profiles/120-gateworks.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/target/linux/imx6/profiles/120-gateworks.mk b/target/linux/imx6/profiles/120-gateworks.mk
index 13c4359615..f74e2d8e8f 100644
--- a/target/linux/imx6/profiles/120-gateworks.mk
+++ b/target/linux/imx6/profiles/120-gateworks.mk
@@ -40,7 +40,11 @@ VENTANA_DTS:= \
imx6dl-gw51xx \
imx6dl-gw52xx \
imx6dl-gw53xx \
- imx6q-gw5400-a \
- imx6q-gw54xx
+ imx6dl-gw54xx \
+ imx6q-gw51xx \
+ imx6q-gw52xx \
+ imx6q-gw53xx \
+ imx6q-gw54xx \
+ imx6q-gw5400-a
$(eval $(call Profile,VENTANA))