imx6: use upstream gateworks board names

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 38573
This commit is contained in:
Luka Perkov 2013-10-29 02:19:07 +00:00
parent 3aba97dcba
commit b8038b78ec
4 changed files with 11 additions and 7 deletions

View File

@ -12,12 +12,16 @@ touch /etc/config/network
ucidef_set_interface_loopback
case "`cat /proc/device-tree/model`" in
"Gateworks Ventana GW51XX" |\
"Gateworks Ventana GW52XX")
"Gateworks Ventana i.MX6 DualLite GW51XX" |\
"Gateworks Ventana i.MX6 DualLite GW52XX" |\
"Gateworks Ventana i.MX6 Quad GW51XX" |\
"Gateworks Ventana i.MX6 Quad GW52XX")
ucidef_set_interface_lan 'eth0'
;;
"Gateworks Ventana GW53XX" |\
"Gateworks Ventana GW54XX" |\
"Gateworks Ventana i.MX6 DualLite GW53XX" |\
"Gateworks Ventana i.MX6 DualLite GW54XX" |\
"Gateworks Ventana i.MX6 Quad GW53XX" |\
"Gateworks Ventana i.MX6 Quad GW54XX" |\
"Gateworks Ventana GW5400-A")
ucidef_set_interfaces_lan_wan 'eth0' 'eth1'
;;

View File

@ -13,7 +13,7 @@
#include "imx6dl.dtsi"
/ {
model = "Gateworks Ventana GW51XX";
model = "Gateworks Ventana i.MX6 DualLite GW51XX";
compatible = "gw,imx6dl-gw51xx", "gw,ventana", "fsl,imx6dl";
/* these are used by bootloader for disabling nodes */

View File

@ -13,7 +13,7 @@
#include "imx6dl.dtsi"
/ {
model = "Gateworks Ventana GW52XX";
model = "Gateworks Ventana i.MX6 DualLite GW52XX";
compatible = "gw,imx6dl-gw52xx", "gw,ventana", "fsl,imx6dl";
/* these are used by bootloader for disabling nodes */

View File

@ -13,7 +13,7 @@
#include "imx6q.dtsi"
/ {
model = "Gateworks Ventana GW54XX";
model = "Gateworks Ventana i.MX6 Quad GW54XX";
compatible = "gw,imx6q-gw54xx", "gw,ventana", "fsl,imx6q";
/* these are used by bootloader for disabling nodes */