Author: blogic Date: 2015-10-05 12:28:34 +0200 (Mon, 05 Oct 2015) New Revision: 47132
Modified: trunk/target/linux/lantiq/base-files/etc/uci-defaults/01_leds trunk/target/linux/lantiq/base-files/etc/uci-defaults/02_network trunk/target/linux/lantiq/dts/ARV7519RW22.dts Log: lantiq: several ARV7519RW22 fixes Fixes ARV7519RW22 flash register (only 1 flash). Power LED is green, not red. Rename message LEDs to internet. Add LEDs configuration (lan, wan, power). Enable switch VLANs. Fix secondary USB. Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]> Signed-off-by: Jos?\195?\169 V?\195?\161zquez Fern?\195?\161ndez <[email protected]> Modified: trunk/target/linux/lantiq/base-files/etc/uci-defaults/01_leds =================================================================== --- trunk/target/linux/lantiq/base-files/etc/uci-defaults/01_leds 2015-10-05 10:28:26 UTC (rev 47131) +++ trunk/target/linux/lantiq/base-files/etc/uci-defaults/01_leds 2015-10-05 10:28:34 UTC (rev 47132) @@ -51,6 +51,11 @@ ucidef_set_led_netdev "dsl" "dsl" "dsl" "nas0" ucidef_set_led_netdev "internet_green" "internet_green" "internet_green" "pppoe-wan" ;; +ARV7519RW22) + ucidef_set_led_default "power" "power" "power" "1" + ucidef_set_led_netdev "internet_green" "internet_green" "internet_green" "pppoe-wan" + ucidef_set_led_netdev "lan" "lan" "lan" "eth0.1" + ;; ARV8539PW22) ucidef_set_led_default "power" "power" "soc:green:power" "1" ucidef_set_led_default "power2" "power2" "soc:red:power" "0" Modified: trunk/target/linux/lantiq/base-files/etc/uci-defaults/02_network =================================================================== --- trunk/target/linux/lantiq/base-files/etc/uci-defaults/02_network 2015-10-05 10:28:26 UTC (rev 47131) +++ trunk/target/linux/lantiq/base-files/etc/uci-defaults/02_network 2015-10-05 10:28:34 UTC (rev 47132) @@ -162,6 +162,9 @@ ARV7519RW22) lan_mac=$(mtd_get_mac_binary boardconfig 22) wan_mac=$(macaddr_add "$lan_mac" 1) + ucidef_set_interface_lan "eth0.1" + ucidef_add_switch "switch0" "1" "1" + ucidef_add_switch_vlan "switch0" "1" "0 2 3 4 5 6t" ;; BTHOMEHUBV2B|BTHOMEHUBV3A) Modified: trunk/target/linux/lantiq/dts/ARV7519RW22.dts =================================================================== --- trunk/target/linux/lantiq/dts/ARV7519RW22.dts 2015-10-05 10:28:26 UTC (rev 47131) +++ trunk/target/linux/lantiq/dts/ARV7519RW22.dts 2015-10-05 10:28:34 UTC (rev 47132) @@ -18,7 +18,7 @@ nor-boot@0 { compatible = "lantiq,nor"; bank-width = <2>; - reg = <0 0x0 0x2000000>, <1 0x2000000 0x2000000>; + reg = <0 0x0 0x2000000>; #address-cells = <1>; #size-cells = <1>; @@ -151,9 +151,13 @@ ifxhcd@E101000 { status = "okay"; gpios = <&gpio 32 0>; - lantiq,portmask = <0x3>; }; + ifxhcd@E106000 { + status = "okay"; + gpios = <&gpio 32 0>; + }; + pcie@d900000 { status = "disabled"; compatible = "lantiq,pcie-xway"; @@ -202,11 +206,11 @@ label = "lan"; gpios = <&gpio 2 1>; }; - message_red { - label = "message_red"; + internet_red { + label = "internet_red"; gpios = <&gpio 10 1>; }; - power_red { + power_green { label = "power"; gpios = <&gpio 14 1>; default-state = "on"; @@ -215,12 +219,12 @@ label = "alarm"; gpios = <&gpio 15 1>; }; - message_orange { - label = "message_orange"; + internet_orange { + label = "internet_orange"; gpios = <&gpio 19 1>; }; - message_green { - label = "message_green"; + internet_green { + label = "internet_green"; gpios = <&gpio 28 1>; }; voice_green { _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
