Commit 26c50124 authored by Jayesh Choudhary's avatar Jayesh Choudhary Committed by Nishanth Menon

arm64: dts: ti: k3-j721e-main: Drop dma-coherent in crypto node

crypto driver itself is not dma-coherent. So drop it.

Fixes: 8ebcaaae ("arm64: dts: ti: k3-j721e-main: Add crypto accelerator node")
Signed-off-by: default avatarJayesh Choudhary <j-choudhary@ti.com>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Reviewed-by: default avatarManorit Chawdhry <m-chawdhry@ti.com>
Link: https://lore.kernel.org/r/20221031152520.355653-3-j-choudhary@ti.com
parent b86833ab
......@@ -415,7 +415,6 @@ main_crypto: crypto@4e00000 {
dmas = <&main_udmap 0xc000>, <&main_udmap 0x4000>,
<&main_udmap 0x4001>;
dma-names = "tx", "rx1", "rx2";
dma-coherent;
rng: rng@4e10000 {
compatible = "inside-secure,safexcel-eip76";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment