mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-16 07:27:26 +00:00
ramips: fix EEPROM size for I-O DATA WN-DEAX1800GR
I-O DATA WN-DEAX1800GR uses MT7915 PCIe NIC. The correct EEPROM size is 0xe00. Fixes: ac68fbf526d ("ramips: add support for I-O DATA WN-DEAX1800GR") Signed-off-by: Shiji Yang <yangshiji66@qq.com>
This commit is contained in:
parent
e66eed033f
commit
22b0c36ae7
@ -130,7 +130,7 @@
|
||||
#size-cells = <1>;
|
||||
|
||||
eeprom: eeprom@0 {
|
||||
reg = <0x0 0x1aa20>;
|
||||
reg = <0x0 0xe00>;
|
||||
};
|
||||
|
||||
macaddr_factory_4: macaddr@4 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user