ipq40xx: remove default MAC assignments
authorRosen Penev <rosenp@gmail.com>
Mon, 25 Nov 2024 23:09:28 +0000 (15:09 -0800)
committerRobert Marko <robimarko@gmail.com>
Fri, 6 Dec 2024 09:47:46 +0000 (10:47 +0100)
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 <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17128
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq40x9-dr40x9.dts

index 271a97209255a46e9ca9e9dff8fbc441d0220dd7..a549f034074d0868dc4205cb283f1ea74b825db5 100644 (file)
                                                reg = <0x1000 0x2f20>;
                                        };
 
-                                       macaddr_art_1006: mac-address@1006 {
-                                               reg = <0x1006 0x6>;
-                                       };
-
                                        precal_art_5000: precal@5000 {
                                                reg = <0x5000 0x2f20>;
                                        };
-
-                                       macaddr_art_5006: mac-address@5006 {
-                                               reg = <0x5006 0x6>;
-                                       };
                                };
                        };
 
 
 &wifi0 {
        status = "okay";
-       nvmem-cells = <&precal_art_1000>, <&macaddr_art_1006>;
-       nvmem-cell-names = "pre-calibration", "mac-address";
+       nvmem-cells = <&precal_art_1000>;
+       nvmem-cell-names = "pre-calibration";
        qcom,ath10k-calibration-variant = "Wallys-DR40X9";
 };
 
 &wifi1 {
        status = "okay";
-       nvmem-cell-names = "pre-calibration", "mac-address";
-       nvmem-cells = <&precal_art_5000>, <&macaddr_art_5006>;
+       nvmem-cell-names = "pre-calibration";
+       nvmem-cells = <&precal_art_5000>;
        qcom,ath10k-calibration-variant = "Wallys-DR40X9";
 };