imx6: use upstream gateworks board names
authorLuka Perkov <luka@openwrt.org>
Tue, 29 Oct 2013 02:19:07 +0000 (02:19 +0000)
committerLuka Perkov <luka@openwrt.org>
Tue, 29 Oct 2013 02:19:07 +0000 (02:19 +0000)
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38573

target/linux/imx6/base-files/etc/uci-defaults/02_network
target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6dl-gw51xx.dts
target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6dl-gw52xx.dts
target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6q-gw54xx.dts

index a8b748275e01a3e4917190655967f40a089a78e7..9a221dd1717c5473c247711b6184273197cf842a 100644 (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'
        ;;
index e4c6df6585e83599e2b3c97366e417f225125929..3368d45255419b3995f26f751ae89f3c962a8942 100644 (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 */
index 42bd30e229820e2eb0b0f081e43e5bae79f5cc59..400c06485baa4b96c6c831a25963b5d21cf09942 100644 (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 */
index bc66c3eb4c096f2a979e26950fc83e460e975dd4..f9cf29a990369742c8f7c4c4df2367456ce65d4c 100644 (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 */