imx6: use upstream gateworks board names

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

SVN-Revision: 38573
master
Luka Perkov 11 years ago
parent 3aba97dcba
commit b8038b78ec
  1. 12
      target/linux/imx6/base-files/etc/uci-defaults/02_network
  2. 2
      target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6dl-gw51xx.dts
  3. 2
      target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6dl-gw52xx.dts
  4. 2
      target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6q-gw54xx.dts

@ -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'
;;

@ -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 */

@ -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 */

@ -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 */

Loading…
Cancel
Save