ath79: fix unit_address_format warning
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9561_tplink_tl-wdr6500-v2.dts
index 04567e6b889eb39eb8713c260ef92a9c618163c8..8767693c82e559182a432e023dd979b0c61f0c42 100644 (file)
@@ -86,9 +86,9 @@
                                        #address-cells = <1>;
                                        #size-cells = <1>;
 
-                                       macaddr_uboot_0fc00: macaddr@0fc00 {
+                                       macaddr_uboot_fc00: macaddr@fc00 {
                                                compatible = "mac-base";
-                                               reg = <0x0fc00 0x6>;
+                                               reg = <0xfc00 0x6>;
                                                #nvmem-cell-cells = <1>;
                                        };
                                };
                compatible = "qcom,ath10k";
                reg = <0 0 0 0 0>;
 
-               nvmem-cells = <&macaddr_uboot_0fc00 (-2)>, <&calibration_ath10k>;
+               nvmem-cells = <&macaddr_uboot_fc00 (-2)>, <&calibration_ath10k>;
                nvmem-cell-names = "mac-address", "calibration";
        };
 };
 
        phy-handle = <&swphy4>;
 
-       nvmem-cells = <&macaddr_uboot_0fc00 1>;
+       nvmem-cells = <&macaddr_uboot_fc00 1>;
        nvmem-cell-names = "mac-address";
 };
 
 &eth1 {
        status = "okay";
 
-       nvmem-cells = <&macaddr_uboot_0fc00 0>;
+       nvmem-cells = <&macaddr_uboot_fc00 0>;
        nvmem-cell-names = "mac-address";
 };
 
 &wmac {
        status = "okay";
 
-       nvmem-cells = <&macaddr_uboot_0fc00 (-1)>, <&calibration_ath9k>;
+       nvmem-cells = <&macaddr_uboot_fc00 (-1)>, <&calibration_ath9k>;
        nvmem-cell-names = "mac-address", "calibration";
 };