mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
ramips: netgear_r6xxx: cleaning up nvmem-cells definitions
Move nvmem-cells definitions to dts files to prevent overwriting Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
This commit is contained in:
parent
fd610a2083
commit
3ce71a1ead
@ -60,3 +60,8 @@
|
||||
&ohci {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&wifi5 {
|
||||
nvmem-cells = <&eeprom_factory_8000>;
|
||||
nvmem-cell-names = "eeprom";
|
||||
};
|
||||
|
@ -40,3 +40,8 @@
|
||||
&ohci {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&wifi5 {
|
||||
nvmem-cells = <&eeprom_factory_8000>;
|
||||
nvmem-cell-names = "eeprom";
|
||||
};
|
||||
|
@ -44,6 +44,6 @@
|
||||
};
|
||||
|
||||
&wifi5 {
|
||||
nvmem-cells = <&macaddr_factory_4 2>;
|
||||
nvmem-cell-names = "mac-address";
|
||||
nvmem-cells = <&eeprom_factory_8000>, <&macaddr_factory_4 2>;
|
||||
nvmem-cell-names = "eeprom", "mac-address";
|
||||
};
|
||||
|
@ -138,8 +138,6 @@
|
||||
&pcie0 {
|
||||
wifi5: wifi@0,0 {
|
||||
reg = <0x0000 0 0 0 0>;
|
||||
nvmem-cells = <&eeprom_factory_8000>;
|
||||
nvmem-cell-names = "eeprom";
|
||||
ieee80211-freq-limit = <5000000 6000000>;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user