Skip to content

Commit

Permalink
arm64: dts: ti: k3-am65-main: Drop dma-coherent in crypto node
Browse files Browse the repository at this point in the history
[ Upstream commit b86833a ]

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

Fixes: b366b24 ("arm64: dts: ti: k3-am6: Add crypto accelarator 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-2-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 582babe commit 0e2de85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/ti/k3-am65-main.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,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";
Expand Down

0 comments on commit 0e2de85

Please sign in to comment.