Skip to content

Commit a594f00

Browse files
Boris Brezillonambarus
authored andcommitted
HACK (do not mainline): ARM: at91/dt: Extend HSMC regs range
Close related to: HACK (do not mainline): mtd: nand: atmel: Save/restore SMC regs Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> [claudiu.beznea@microchip.com: conform with latest DTS version of driver] Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> [ta: port to 5.4, amend commit description] Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
1 parent 4019c3a commit a594f00

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

arch/arm/boot/dts/sama5d3.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,8 @@
453453
pmecc: ecc-engine@ffffc070 {
454454
compatible = "atmel,at91sam9g45-pmecc";
455455
reg = <0xffffc070 0x490>,
456-
<0xffffc500 0x100>;
456+
<0xffffc500 0x100>,
457+
<0xffffc63c 0x14>; /* SMC timing regs */
457458
};
458459
};
459460

0 commit comments

Comments
 (0)