Skip to content

Commit d61d0e0

Browse files
committed
ARM: dts: at91: sam9x60: Fix resume crash on NAND
sam9x60 does not define the SMC Timings Register. Drop the offset and size for the SMC Timings Refister in dts. Fix incorrect accesses in the resume call in the NAND driver. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
1 parent 1d9bf85 commit d61d0e0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

arch/arm/boot/dts/sam9x60.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,8 +641,7 @@
641641
pmecc: ecc-engine@ffffe000 {
642642
compatible = "atmel,at91sam9g45-pmecc";
643643
reg = <0xffffe000 0x600>,
644-
<0xffffe600 0x200>,
645-
<0x100000 0x100000>;
644+
<0xffffe600 0x200>;
646645
};
647646

648647
mpddrc: mpddrc@ffffe800 {

0 commit comments

Comments
 (0)