From: Shiji Yang Date: Sun, 8 Oct 2023 02:16:16 +0000 (+0800) Subject: ramips: fix EEPROM size for I-O DATA WN-DEAX1800GR X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=22b0c36ae7e39dc7ae7211ab038c22fb3d8158b0;p=openwrt%2Fstaging%2Fhauke.git 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 --- diff --git a/target/linux/ramips/dts/mt7621_iodata_wn-deax1800gr.dts b/target/linux/ramips/dts/mt7621_iodata_wn-deax1800gr.dts index 10959a1fcd..b9357632e1 100644 --- a/target/linux/ramips/dts/mt7621_iodata_wn-deax1800gr.dts +++ b/target/linux/ramips/dts/mt7621_iodata_wn-deax1800gr.dts @@ -130,7 +130,7 @@ #size-cells = <1>; eeprom: eeprom@0 { - reg = <0x0 0x1aa20>; + reg = <0x0 0xe00>; }; macaddr_factory_4: macaddr@4 {