From 22b0c36ae7e39dc7ae7211ab038c22fb3d8158b0 Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Sun, 8 Oct 2023 10:16:16 +0800 Subject: [PATCH] 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 --- target/linux/ramips/dts/mt7621_iodata_wn-deax1800gr.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.30.2