mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
arm64: dts: ti: k3-am65-main: Drop dma-coherent in crypto node
crypto driver itself is not dma-coherent. So drop it.
Fixes: b366b2409c ("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
This commit is contained in:
parent
3308a31c50
commit
b86833ab36
|
|
@ -123,7 +123,6 @@ crypto: crypto@4e00000 {
|
||||||
dmas = <&main_udmap 0xc001>, <&main_udmap 0x4002>,
|
dmas = <&main_udmap 0xc001>, <&main_udmap 0x4002>,
|
||||||
<&main_udmap 0x4003>;
|
<&main_udmap 0x4003>;
|
||||||
dma-names = "tx", "rx1", "rx2";
|
dma-names = "tx", "rx1", "rx2";
|
||||||
dma-coherent;
|
|
||||||
|
|
||||||
rng: rng@4e10000 {
|
rng: rng@4e10000 {
|
||||||
compatible = "inside-secure,safexcel-eip76";
|
compatible = "inside-secure,safexcel-eip76";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user