Skip to content

Commit

Permalink
arm64: dts: ti: k3-j7200-mcu-wakeup: Drop dma-coherent in crypto node
Browse files Browse the repository at this point in the history
[ Upstream commit f00f267 ]

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

Fixes: d683a73 ("arm64: dts: ti: k3-j7200-mcu-wakeup: Add SA2UL node")
Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Manorit Chawdhry <m-chawdhry@ti.com>
Link: https://lore.kernel.org/r/20221031152520.355653-4-j-choudhary@ti.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Jayesh Choudhary authored and gregkh committed Dec 31, 2022
1 parent dc7d896 commit 2b2c143
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,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";
Expand Down

0 comments on commit 2b2c143

Please sign in to comment.