diff options
author | Jayesh Choudhary <[email protected]> | 2022-10-31 20:55:18 +0530 |
---|---|---|
committer | Nishanth Menon <[email protected]> | 2022-11-15 10:50:10 -0600 |
commit | b86833ab3653dbb0dc453eec4eef8615e63de4e2 (patch) | |
tree | 3b145369e4209df30ae5bd528fc7ab37d6021521 | |
parent | 3308a31c507cacff94dc4c55f8402de1f9102621 (diff) |
arm64: dts: ti: k3-am65-main: Drop dma-coherent in crypto node
crypto driver itself is not dma-coherent. So drop it.
Fixes: b366b2409c97 ("arm64: dts: ti: k3-am6: Add crypto accelarator node")
Signed-off-by: Jayesh Choudhary <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Reviewed-by: Manorit Chawdhry <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi index 89e6320214c2..da7cc60b33b5 100644 --- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi @@ -123,7 +123,6 @@ dmas = <&main_udmap 0xc001>, <&main_udmap 0x4002>, <&main_udmap 0x4003>; dma-names = "tx", "rx1", "rx2"; - dma-coherent; rng: rng@4e10000 { compatible = "inside-secure,safexcel-eip76"; |