Commit 02ba4ce6 authored by Mark Kettenis's avatar Mark Kettenis Committed by Gregory CLEMENT

arm64: dts: marvell: mark CP110 ahci as dma-coherent

The hardware is clearly DMA coherent and not marking it as such leads
to cache coherency problems, at least with the OpenBSD kernel.
Signed-off-by: default avatarMark Kettenis <kettenis@openbsd.org>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent bffed3d4
...@@ -233,6 +233,7 @@ CP110_LABEL(sata0): sata@540000 { ...@@ -233,6 +233,7 @@ CP110_LABEL(sata0): sata@540000 {
compatible = "marvell,armada-8k-ahci", compatible = "marvell,armada-8k-ahci",
"generic-ahci"; "generic-ahci";
reg = <0x540000 0x30000>; reg = <0x540000 0x30000>;
dma-coherent;
interrupts = <ICU_GRP_NSR 107 IRQ_TYPE_LEVEL_HIGH>; interrupts = <ICU_GRP_NSR 107 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&CP110_LABEL(clk) 1 15>, clocks = <&CP110_LABEL(clk) 1 15>,
<&CP110_LABEL(clk) 1 16>; <&CP110_LABEL(clk) 1 16>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment