Skip to content

Commit 998aaa4

Browse files
Boris Brezillonclaudiubeznea
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 4ea6e8d commit 998aaa4

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
@@ -441,7 +441,8 @@
441441
pmecc: ecc-engine@ffffc070 {
442442
compatible = "atmel,at91sam9g45-pmecc";
443443
reg = <0xffffc070 0x490>,
444-
<0xffffc500 0x100>;
444+
<0xffffc500 0x100>,
445+
<0xffffc63c 0x14>; /* SMC timing regs */
445446
};
446447
};
447448

0 commit comments

Comments
 (0)