Lastly, the patch that requires the previous ones to support the
DGN3500.

Signed-off-by: Daniel Gimpelevich <[email protected]>
Index: target/linux/lantiq/dts/DGN3500.dtsi
===================================================================
--- target/linux/lantiq/dts/DGN3500.dtsi        (revision 36698)
+++ target/linux/lantiq/dts/DGN3500.dtsi        (working copy)
@@ -2,7 +2,7 @@
 
 / {
        chosen {
-               bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
+               bootargs-append = "console=ttyLTQ0,115200 init=/etc/preinit";
        };
 
        memory@0 {
@@ -112,6 +112,13 @@
                };
        };
 
+       ath9k_eep {
+               compatible = "ath9k,eeprom";
+               ath,eep-flash = <2 0xf000>;
+               ath,pci-slot = <14>;
+               ath,eep-swap;
+       };
+
        rtl8366rb {
                compatible = "rtl8366rb";
                gpio-sda = <&gpio 35 0>;
@@ -144,7 +151,7 @@
        gpio-leds {
                compatible = "gpio-leds";
                internet {
-                       label = "inernet";
+                       label = "internet";
                        gpios = <&gpio 2 1>;
                };
                dsl {
@@ -158,7 +165,6 @@
                power {
                        label = "power";
                        gpios = <&gpio 34 1>;
-                       default-state = "on";
                };
                power2 {
                        label = "power2";
Index: target/linux/lantiq/base-files/etc/uci-defaults/02_network
===================================================================
--- target/linux/lantiq/base-files/etc/uci-defaults/02_network  (revision 36698)
+++ target/linux/lantiq/base-files/etc/uci-defaults/02_network  (working copy)
@@ -72,6 +72,11 @@
 VG3503J)
        ucidef_set_interface_lan 'eth0 eth1'
        ;;
+DGN3500*)
+       ucidef_set_interface_lan "eth0.1"
+       ucidef_add_switch "switch0" "1" "1"
+       ucidef_add_switch_vlan "switch0" "1" "3 2 1 0 5t"
+       ;;
 esac
 
 [ -z "$(ls /lib/modules/`uname -r`/ltq_atm*)" ] || set_atm_wan "$vpi" "$vci" 
"$encaps" "$payload"



_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to