Skip to content

Commit 79ae518

Browse files
Chris Choufrank-w
Chris Chou
authored andcommitted
arm64: dts: mediatek: mt7988: correct sram size of eth
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 at mediatek.com>
1 parent fe1a175 commit 79ae518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/mediatek/mt7988a.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@
961961
eth: ethernet@15100000 {
962962
compatible = "mediatek,mt7988-eth";
963963
reg = <0 0x15100000 0 0x80000>,
964-
<0 0x15400000 0 0x380000>;
964+
<0 0x15400000 0 0x200000>;
965965
interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
966966
<GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>,
967967
<GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>,

0 commit comments

Comments
 (0)