Author: blogic Date: 2016-01-01 22:18:59 +0100 (Fri, 01 Jan 2016) New Revision: 48043
Modified: trunk/target/linux/lantiq/dts/P2812HNUF1.dts trunk/target/linux/lantiq/dts/P2812HNUFX.dtsi Log: lantiq: P2812HNUFX - move usb leds to P2812HNU-F1 The P2812HNU-F3 doesn't have usb leds. Only the P2812HNU-F1 has those leds. Reported-by: Sylwester Petela <[email protected]> Signed-off-by: Mathias Kresin <[email protected]> Modified: trunk/target/linux/lantiq/dts/P2812HNUF1.dts =================================================================== --- trunk/target/linux/lantiq/dts/P2812HNUF1.dts 2016-01-01 21:18:54 UTC (rev 48042) +++ trunk/target/linux/lantiq/dts/P2812HNUF1.dts 2016-01-01 21:18:59 UTC (rev 48043) @@ -5,6 +5,13 @@ / { model = "P2812HNUF1 - ZyXEL P-2812HNU-F1"; + chosen { + leds { + usb = &usb1; + usb2 = &usb2; + }; + }; + fpi@10000000 { localbus@0 { nand-parts@0 { @@ -42,4 +49,15 @@ compatible = "ralink,eeprom"; ralink,eeprom = "RT3062.eeprom"; }; + + gpio-leds { + usb1: usb1 { + label = "p2812hnuf1:green:usb1"; + gpios = <&gpio 38 1>; + }; + usb2: usb2 { + label = "p2812hnuf1:green:usb2"; + gpios = <&gpio 44 1>; + }; + }; }; Modified: trunk/target/linux/lantiq/dts/P2812HNUFX.dtsi =================================================================== --- trunk/target/linux/lantiq/dts/P2812HNUFX.dtsi 2016-01-01 21:18:54 UTC (rev 48042) +++ trunk/target/linux/lantiq/dts/P2812HNUFX.dtsi 2016-01-01 21:18:59 UTC (rev 48043) @@ -11,8 +11,6 @@ dsl = &dsl_green; internet = &internet_green; - usb = &usb1; - usb2 = &usb2; wifi = &wireless_green; }; }; @@ -308,14 +306,6 @@ gpios = <&stp 23 1>; default-state = "keep"; }; - usb1: usb1 { - label = "p2812hnufx:green:usb1"; - gpios = <&gpio 38 1>; - }; - usb2: usb2 { - label = "p2812hnufx:green:usb2"; - gpios = <&gpio 44 1>; - }; phone1 { label = "p2812hnufx:green:phone"; gpios = <&gpio 11 1>; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
