Skip to content

Commit 96eb12e

Browse files
DragonBluephauke
authored andcommitted
ath79: fix ath9k calibration data size for AR9132
For ath9k NICs older than AR9287, The eeprom size is 0xeb8. Fixes: openwrt/openwrt#17196 Fixes: 74f2df9 ("ath79: mtd-cal-data removals") Signed-off-by: Shiji Yang <yangshiji66@qq.com> Link: openwrt/openwrt#17261 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
1 parent 5a24850 commit 96eb12e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

target/linux/ath79/dts/ar9132_buffalo_wzr-hp-g300nh.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
#size-cells = <1>;
146146

147147
cal_art_11000: calibration@11000 {
148-
reg = <0x11000 0x440>;
148+
reg = <0x11000 0xeb8>;
149149
};
150150

151151
macaddr_art_1120c: macaddr@1120c {

target/linux/ath79/dts/ar9132_tplink_tl-wa901nd-v2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
#size-cells = <1>;
105105

106106
cal_art_1000: calibration@1000 {
107-
reg = <0x1000 0x440>;
107+
reg = <0x1000 0xeb8>;
108108
};
109109
};
110110
};

target/linux/ath79/dts/ar9132_tplink_tl-wr1043nd-v1.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
#size-cells = <1>;
132132

133133
cal_art_1000: calibration@1000 {
134-
reg = <0x1000 0x440>;
134+
reg = <0x1000 0xeb8>;
135135
};
136136
};
137137
};

target/linux/ath79/dts/ar9132_tplink_tl-wr941-v2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
#size-cells = <1>;
154154

155155
cal_art_1000: calibration@1000 {
156-
reg = <0x1000 0x440>;
156+
reg = <0x1000 0xeb8>;
157157
};
158158
};
159159
};

0 commit comments

Comments
 (0)