Skip to content

Commit 9ab03a1

Browse files
nehebrobimarko
authored andcommitted
ipq40xx: remove default MAC assignments
1006 and 5006 are defaults that get set based on the calibration data. There's no need to explicitly specify them. Signed-off-by: Rosen Penev <[email protected]> Link: openwrt/openwrt#17128 Signed-off-by: Robert Marko <[email protected]>
1 parent 1c27422 commit 9ab03a1

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq40x9-dr40x9.dts

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -254,17 +254,9 @@
254254
reg = <0x1000 0x2f20>;
255255
};
256256

257-
macaddr_art_1006: mac-address@1006 {
258-
reg = <0x1006 0x6>;
259-
};
260-
261257
precal_art_5000: precal@5000 {
262258
reg = <0x5000 0x2f20>;
263259
};
264-
265-
macaddr_art_5006: mac-address@5006 {
266-
reg = <0x5006 0x6>;
267-
};
268260
};
269261
};
270262

@@ -382,15 +374,15 @@
382374

383375
&wifi0 {
384376
status = "okay";
385-
nvmem-cells = <&precal_art_1000>, <&macaddr_art_1006>;
386-
nvmem-cell-names = "pre-calibration", "mac-address";
377+
nvmem-cells = <&precal_art_1000>;
378+
nvmem-cell-names = "pre-calibration";
387379
qcom,ath10k-calibration-variant = "Wallys-DR40X9";
388380
};
389381

390382
&wifi1 {
391383
status = "okay";
392-
nvmem-cell-names = "pre-calibration", "mac-address";
393-
nvmem-cells = <&precal_art_5000>, <&macaddr_art_5006>;
384+
nvmem-cell-names = "pre-calibration";
385+
nvmem-cells = <&precal_art_5000>;
394386
qcom,ath10k-calibration-variant = "Wallys-DR40X9";
395387
};
396388

0 commit comments

Comments
 (0)