mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
ath79: remove redundant mtd-mac-address for wmac
For several devices, wmac MAC address is set from art 0x1002 explicitly by using mtd-mac-address although mtd-cal-data is pulled from art 0x1000. With the MAC address in 0x1002, the driver should automatically use it when reading caldata from 0x1000. Thus, remove the redundant mtd-mac-address for those devices. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> Tested-by: Jeff Kletsky <git-commits@allycomm.com> Tested-by: Karl Palsson <karlp@etactica.com>
This commit is contained in:
parent
6f2e1b7485
commit
2b1baf9b16
@ -132,5 +132,4 @@
|
||||
&wmac {
|
||||
status = "okay";
|
||||
mtd-cal-data = <&art 0x1000>;
|
||||
mtd-mac-address = <&art 0x1002>;
|
||||
};
|
||||
|
@ -116,5 +116,4 @@
|
||||
&wmac {
|
||||
status = "okay";
|
||||
mtd-cal-data = <&art 0x1000>;
|
||||
mtd-mac-address = <&art 0x1002>;
|
||||
};
|
||||
|
@ -127,5 +127,4 @@
|
||||
&wmac {
|
||||
status = "okay";
|
||||
mtd-cal-data = <&art 0x1000>;
|
||||
mtd-mac-address = <&art 0x1002>;
|
||||
};
|
||||
|
@ -139,7 +139,6 @@
|
||||
status = "okay";
|
||||
|
||||
mtd-cal-data = <&art 0x1000>;
|
||||
mtd-mac-address = <&art 0x1002>;
|
||||
};
|
||||
|
||||
ð0 {
|
||||
|
@ -220,5 +220,4 @@
|
||||
status = "okay";
|
||||
|
||||
mtd-cal-data = <&art 0x1000>;
|
||||
mtd-mac-address = <&art 0x1002>;
|
||||
};
|
||||
|
@ -143,7 +143,6 @@
|
||||
&wmac {
|
||||
status = "okay";
|
||||
mtd-cal-data = <&art 0x1000>;
|
||||
mtd-mac-address = <&art 0x1002>;
|
||||
};
|
||||
|
||||
&pinmux {
|
||||
|
@ -141,5 +141,4 @@
|
||||
&wmac {
|
||||
status = "okay";
|
||||
mtd-cal-data = <&art 0x1000>;
|
||||
mtd-mac-address = <&art 0x1002>;
|
||||
};
|
||||
|
@ -133,5 +133,4 @@
|
||||
&wmac {
|
||||
status = "okay";
|
||||
mtd-cal-data = <&art 0x1000>;
|
||||
mtd-mac-address = <&art 0x1002>;
|
||||
};
|
||||
|
@ -173,5 +173,4 @@
|
||||
&wmac {
|
||||
status = "okay";
|
||||
mtd-cal-data = <&art 0x1000>;
|
||||
mtd-mac-address = <&art 0x1002>;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user