Skip to content

Commit 0c41c47

Browse files
Boris Brezilloncristibirsan
authored andcommitted
HACK (do not mainline): ARM: at91/dt: Extend HSMC regs range
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>
1 parent de143ba commit 0c41c47

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
@@ -443,7 +443,8 @@
443443
pmecc: ecc-engine@ffffc070 {
444444
compatible = "atmel,at91sam9g45-pmecc";
445445
reg = <0xffffc070 0x490>,
446-
<0xffffc500 0x100>;
446+
<0xffffc500 0x100>,
447+
<0xffffc63c 0x14>; /* SMC timing regs */
447448
};
448449
};
449450

0 commit comments

Comments
 (0)