mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-22 02:52:26 +01:00
Revert "bmips: huawei-hg556a-c: use nvmem for wifi eeprom"
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
This reverts commit72f43ac220. The NVMEM codepath does not perform automatic byte conversion. It can be fixed but the upstream version is quite different from the local mac80211 patch. Revert until mac80211 gets updated and the whole mess can get squared away. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/22091 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commitb270580dea)
This commit is contained in:
parent
17d625c858
commit
c0dd42dcc4
1 changed files with 5 additions and 15 deletions
|
|
@ -38,26 +38,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
&cal_data {
|
||||
nvmem-layout {
|
||||
compatible = "fixed-layout";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
cal_data_1fe00: calibration@1fe00 {
|
||||
reg = <0x1fe00 0x200>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&pci {
|
||||
status = "okay";
|
||||
|
||||
wifi@1,0 {
|
||||
compatible = "pci1814,3062";
|
||||
compatible = "pci0,0";
|
||||
reg = <0x0800 0 0 0 0>;
|
||||
|
||||
nvmem-cells = <&cal_data_1fe00>, <&macaddr_cfe_6a0 1>;
|
||||
nvmem-cell-names = "calibration", "mac-address";
|
||||
ralink,mtd-eeprom = <&cal_data 0x1fe00>;
|
||||
|
||||
nvmem-cells = <&macaddr_cfe_6a0 1>;
|
||||
nvmem-cell-names = "mac-address";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue