diff mbox series

[1/2] mediatek: dts: correct sram size of eth

Message ID mailman.62311.1739779776.1089.openwrt-devel@lists.openwrt.org
State New
Headers show
Series [1/2] mediatek: dts: correct sram size of eth | expand

Commit Message

Ivan Davydov via openwrt-devel Feb. 17, 2025, 8:08 a.m. UTC
The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.

To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.
From: Chris Chou <chris.chou@mediatek.com>

Original memory size for eth has overlap the region for eip197.
Without this patch, inside-secure driver for eip197 will fail at
devm_ioremap_resource. It's because ethernet driver request same memory
region first.
Correct the memory size for ethernet in this patch.

Signed-off-by: Chris Chou <chris.chou@mediatek.com>
---
 .../files-6.6/arch/arm64/boot/dts/mediatek/mt7988a.dtsi         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/target/linux/mediatek/files-6.6/arch/arm64/boot/dts/mediatek/mt7988a.dtsi b/target/linux/mediatek/files-6.6/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
index 39f8fd2..2be16aa 100644
--- a/target/linux/mediatek/files-6.6/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
+++ b/target/linux/mediatek/files-6.6/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
@@ -1463,7 +1463,7 @@ 
 		eth: ethernet@15100000 {
 			compatible = "mediatek,mt7988-eth";
 			reg = <0 0x15100000 0 0x80000>,
-			      <0 0x15400000 0 0x380000>;
+			      <0 0x15400000 0 0x200000>;
 			interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
 				     <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>,
 				     <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>,