Skip to content

Commit 0fe0fd3

Browse files
claudiubezneanoglitch
authored andcommitted
ARM: dts: at91: sama5d2: map securam as device
Due to strobe signal not being propagated from CPU to securam the securam needs to be mapped as device or strongly ordered memory to work properly. Otherwise, updating to one offset may affect the adjacent locations in securam. Fixes: d4ce5f4 ("ARM: dts: at91: sama5d2: Add securam node") Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
1 parent ec17ed0 commit 0fe0fd3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/boot/dts/sama5d2.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@
653653
clocks = <&pmc PMC_TYPE_PERIPHERAL 51>;
654654
#address-cells = <1>;
655655
#size-cells = <1>;
656+
no-memory-wc;
656657
ranges = <0 0xf8044000 0x1420>;
657658
};
658659

0 commit comments

Comments
 (0)