|
|
@@ -44,13 +44,6 @@
|
|
|
color = <LED_COLOR_ID_GREEN>;
|
|
|
gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
|
|
|
};
|
|
|
-
|
|
|
- wlan {
|
|
|
- function = LED_FUNCTION_WLAN;
|
|
|
- color = <LED_COLOR_ID_GREEN>;
|
|
|
- gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
|
|
|
- linux,default-trigger = "phy0tpt";
|
|
|
- };
|
|
|
};
|
|
|
};
|
|
|
|
|
|
@@ -111,6 +104,16 @@
|
|
|
label = "art";
|
|
|
reg = <0xfd0000 0x010000>;
|
|
|
read-only;
|
|
|
+
|
|
|
+ nvmem-layout {
|
|
|
+ compatible = "fixed-layout";
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <1>;
|
|
|
+
|
|
|
+ cal_art_1000: calibration@1000 {
|
|
|
+ reg = <0x1000 0x440>;
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
partition@fe0000 {
|
|
|
@@ -154,5 +157,11 @@
|
|
|
&wmac {
|
|
|
status = "okay";
|
|
|
|
|
|
- qca,no-eeprom;
|
|
|
+ nvmem-cells = <&cal_art_1000>;
|
|
|
+ nvmem-cell-names = "calibration";
|
|
|
+
|
|
|
+ led {
|
|
|
+ led-sources = <19>;
|
|
|
+ led-active-low;
|
|
|
+ };
|
|
|
};
|