diff options
author | Luka Perkov <luka@openwrt.org> | 2014-02-20 17:26:10 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-02-20 17:26:10 +0000 |
commit | 223c6808baba3af4fde888b5a14196af99ebec4b (patch) | |
tree | 44b3e57c000540137f069c9766f93d21ebec598a /target/linux/imx6/profiles | |
parent | a52100469f7f0544640f2914d66c68631787bddf (diff) | |
download | upstream-223c6808baba3af4fde888b5a14196af99ebec4b.tar.gz upstream-223c6808baba3af4fde888b5a14196af99ebec4b.tar.bz2 upstream-223c6808baba3af4fde888b5a14196af99ebec4b.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>
SVN-Revision: 39644
Diffstat (limited to 'target/linux/imx6/profiles')
-rw-r--r-- | target/linux/imx6/profiles/120-gateworks.mk | 8 |
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)) |