Skip to content

Commit 4d3f17a

Browse files
committed
ARM: dts: at91: sam9x60: Shrink PMECC & PMERRLOC ioremap size
Don't waste memory and map just the registers that are defined. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
1 parent d61d0e0 commit 4d3f17a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/sam9x60.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,8 +640,8 @@
640640

641641
pmecc: ecc-engine@ffffe000 {
642642
compatible = "atmel,at91sam9g45-pmecc";
643-
reg = <0xffffe000 0x600>,
644-
<0xffffe600 0x200>;
643+
reg = <0xffffe000 0x300>,
644+
<0xffffe600 0x100>;
645645
};
646646

647647
mpddrc: mpddrc@ffffe800 {

0 commit comments

Comments
 (0)