diff options
author | Jayesh Choudhary <[email protected]> | 2022-10-31 20:55:20 +0530 |
---|---|---|
committer | Nishanth Menon <[email protected]> | 2022-11-15 10:50:28 -0600 |
commit | f00f26711d7183f8675c5591ba8daaabe94be452 (patch) | |
tree | 5a1638226cf30d3b154c03d3825fbc04dc7294c8 | |
parent | 26c5012403f3f1fd3bf8f7d3389ee539ae5cc162 (diff) |
arm64: dts: ti: k3-j7200-mcu-wakeup: Drop dma-coherent in crypto node
crypto driver itself is not dma-coherent. So drop it.
Fixes: d683a73980a6 ("arm64: dts: ti: k3-j7200-mcu-wakeup: Add SA2UL 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-j7200-mcu-wakeup.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi index 51ae76cc760e..fe669deba489 100644 --- a/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi @@ -391,7 +391,6 @@ dmas = <&mcu_udmap 0xf501>, <&mcu_udmap 0x7502>, <&mcu_udmap 0x7503>; dma-names = "tx", "rx1", "rx2"; - dma-coherent; rng: rng@40910000 { compatible = "inside-secure,safexcel-eip76"; |