From 20ec6af15eba161970d95fecbd831e72eb47a56b Mon Sep 17 00:00:00 2001 From: Russell Senior Date: Mon, 26 Nov 2018 14:27:06 -0800 Subject: ath79: split ubnt outdoor device leds into separate dtsi Move common LED configuration into a separate includible dtsi. Signed-off-by: Russell Senior --- target/linux/ath79/dts/ar7241_ubnt_xm.dtsi | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'target/linux/ath79/dts/ar7241_ubnt_xm.dtsi') diff --git a/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi b/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi index f6cefdabd0..6a5e07caf7 100644 --- a/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi +++ b/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi @@ -9,11 +9,6 @@ compatible = "ubnt,xm", "qca,ar7241"; model = "Ubiquiti Networks XM (rev 1.0) board"; - aliases { - led-boot = &link4; - led-failsafe = &link4; - }; - /* extosc: ref { compatible = "fixed-clock"; #clock-cells = <0>; @@ -29,29 +24,6 @@ debounce-interval = <60>; }; }; - - leds { - compatible = "gpio-leds"; - link1 { - label = "ubnt:red:link1"; - gpios = <&gpio 0 GPIO_ACTIVE_HIGH>; - }; - - link2 { - label = "ubnt:orange:link2"; - gpios = <&gpio 1 GPIO_ACTIVE_HIGH>; - }; - - link3 { - label = "ubnt:green:link3"; - gpios = <&gpio 11 GPIO_ACTIVE_HIGH>; - }; - - link4: link4 { - label = "ubnt:green:link4"; - gpios = <&gpio 7 GPIO_ACTIVE_HIGH>; - }; - }; }; &uart { -- cgit v1.2.3