ath79: fix label MAC address for Ubiquiti UniFi AP Outdoor+
The label has the MAC address of eth0, not the WLAN PHY address. We can merge the definition back into ar7241_ubnt_unifi.dtsi, as both DTS derived from it use the same interface for their label MAC addresses after all. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
		| @@ -7,7 +7,6 @@ | |||||||
| 	model = "Ubiquiti UniFi AP Outdoor+"; | 	model = "Ubiquiti UniFi AP Outdoor+"; | ||||||
|  |  | ||||||
| 	aliases { | 	aliases { | ||||||
| 		label-mac-device = &wifi; |  | ||||||
| 		led-boot = &led_white; | 		led-boot = &led_white; | ||||||
| 		led-failsafe = &led_white; | 		led-failsafe = &led_white; | ||||||
| 		led-running = &led_blue; | 		led-running = &led_blue; | ||||||
|   | |||||||
| @@ -7,7 +7,6 @@ | |||||||
| 	model = "Ubiquiti UniFi AP"; | 	model = "Ubiquiti UniFi AP"; | ||||||
|  |  | ||||||
| 	aliases { | 	aliases { | ||||||
| 		label-mac-device = ð0; |  | ||||||
| 		led-boot = &led_dome_green; | 		led-boot = &led_dome_green; | ||||||
| 		led-failsafe = &led_dome_green; | 		led-failsafe = &led_dome_green; | ||||||
| 		led-running = &led_dome_green; | 		led-running = &led_dome_green; | ||||||
|   | |||||||
| @@ -6,6 +6,10 @@ | |||||||
| #include <dt-bindings/input/input.h> | #include <dt-bindings/input/input.h> | ||||||
|  |  | ||||||
| / { | / { | ||||||
|  | 	aliases { | ||||||
|  | 		label-mac-device = ð0; | ||||||
|  | 	}; | ||||||
|  |  | ||||||
| 	extosc: ref { | 	extosc: ref { | ||||||
| 		compatible = "fixed-clock"; | 		compatible = "fixed-clock"; | ||||||
| 		#clock-cells = <0>; | 		#clock-cells = <0>; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Matthias Schiffer
					Matthias Schiffer