|
|
@@ -21,16 +21,10 @@
|
|
|
leds {
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
- wlan2g {
|
|
|
- label = "white:wlan2g";
|
|
|
- gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
|
|
|
- linux,default-trigger = "phy0tpt";
|
|
|
- };
|
|
|
-
|
|
|
wlan5g {
|
|
|
label = "white:wlan5g";
|
|
|
gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
|
|
|
- linux,default-trigger = "phy1tpt";
|
|
|
+ linux,default-trigger = "phy0tpt";
|
|
|
};
|
|
|
|
|
|
qss {
|
|
|
@@ -190,6 +184,11 @@
|
|
|
|
|
|
nvmem-cells = <&macaddr_romfile_f100 0>, <&cal_art_1000>;
|
|
|
nvmem-cell-names = "mac-address", "calibration";
|
|
|
+
|
|
|
+ led {
|
|
|
+ led-sources = <14>;
|
|
|
+ led-active-low;
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
&pcie0 {
|