diff options
author | Horia Geantă <horia.geanta@nxp.com> | 2021-03-07 23:56:29 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-03-15 09:13:43 +0300 |
commit | 0f22183206a73274ebf4d8bcb33c6704bc1463a7 (patch) | |
tree | a7d1adafefc7df996e8a898e37a0166e9e0b7c30 /arch/arm/boot/dts/ls1021a.dtsi | |
parent | ce8da614934245c1c2264770c7c49090e3b34080 (diff) | |
download | linux-0f22183206a73274ebf4d8bcb33c6704bc1463a7.tar.xz |
ARM: dts: ls1021a: mark crypto engine dma coherent
Crypto engine (CAAM) on LS1021A platform is configured HW-coherent,
mark accordingly the DT node.
Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/ls1021a.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ls1021a.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi index 85462f234fc7..4fce81422943 100644 --- a/arch/arm/boot/dts/ls1021a.dtsi +++ b/arch/arm/boot/dts/ls1021a.dtsi @@ -246,6 +246,7 @@ reg = <0x0 0x1700000 0x0 0x100000>; ranges = <0x0 0x0 0x1700000 0x100000>; interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>; + dma-coherent; sec_jr0: jr@10000 { compatible = "fsl,sec-v5.0-job-ring", |