diff options
| author | Jayesh Choudhary <[email protected]> | 2022-10-31 20:55:19 +0530 |
|---|---|---|
| committer | Nishanth Menon <[email protected]> | 2022-11-15 10:50:22 -0600 |
| commit | 26c5012403f3f1fd3bf8f7d3389ee539ae5cc162 (patch) | |
| tree | 9318303d050ea238f2219492edfa14bc9496dff4 | |
| parent | b86833ab3653dbb0dc453eec4eef8615e63de4e2 (diff) | |
arm64: dts: ti: k3-j721e-main: Drop dma-coherent in crypto node
crypto driver itself is not dma-coherent. So drop it.
Fixes: 8ebcaaae8017 ("arm64: dts: ti: k3-j721e-main: Add crypto accelerator 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-j721e-main.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi index bc3146e24816..e7ce5410ad07 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi @@ -415,7 +415,6 @@ 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"; |