2021-03-08 08:28:17

by Horia Geanta

[permalink] [raw]
Subject: [PATCH] ARM: dts: ls1021a: mark crypto engine dma coherent

Crypto engine (CAAM) on LS1021A platform is configured HW-coherent,
mark accordingly the DT node.

Signed-off-by: Horia Geantă <[email protected]>
---
arch/arm/boot/dts/ls1021a.dtsi | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index 007dd2bd0595..62c6eb87cfb7 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -246,6 +246,7 @@
reg = <0x0 0x1700000 0x0 0x100000>;
ranges = <0x0 0x0 0x1700000 0x100000>;
interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
+ dma-coherent;

sec_jr0: jr@10000 {
compatible = "fsl,sec-v5.0-job-ring",

base-commit: 498f8aee6ec000392d918ecbcbeb1b5ee3132006
--
2.17.1


2021-03-15 04:37:43

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: ls1021a: mark crypto engine dma coherent

On Sun, Mar 07, 2021 at 10:56:29PM +0200, Horia Geantă wrote:
> Crypto engine (CAAM) on LS1021A platform is configured HW-coherent,
> mark accordingly the DT node.
>
> Signed-off-by: Horia Geantă <[email protected]>

Applied, thanks.