Skip to content

Commit d89d1d3

Browse files
committed
ARM: dts: at91: sam9x60: Shrink SMC 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 1e42b7f commit d89d1d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/sam9x60.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653

654654
smc: smc@ffffea00 {
655655
compatible = "atmel,at91sam9260-smc", "syscon";
656-
reg = <0xffffea00 0x200>;
656+
reg = <0xffffea00 0x100>;
657657
};
658658

659659
aic: interrupt-controller@fffff100 {

0 commit comments

Comments
 (0)