Skip to content

Commit 1e42b7f

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

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
@@ -630,7 +630,7 @@
630630

631631
sfr: sfr@f8050000 {
632632
compatible = "microchip,sam9x60-sfr", "syscon";
633-
reg = <0xf8050000 0x4000>;
633+
reg = <0xf8050000 0x100>;
634634
};
635635

636636
matrix: matrix@ffffde00 {

0 commit comments

Comments
 (0)