From: Conor Dooley Date: Fri, 16 May 2025 09:59:39 +0000 (+0100) Subject: dt-bindings: PCI: microchip,pcie-host: Fix DMA coherency property X-Git-Tag: v6.16-rc1~50^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db8266017e0a703809c83453112c8d5ceb4f03af;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: PCI: microchip,pcie-host: Fix DMA coherency property PolarFire SoC may be configured in a way that requires non-coherent DMA handling. On RISC-V, buses are coherent by default & the dma-noncoherent property is required to denote buses or devices that are non-coherent. For some reason, instead of adding dma-noncoherent to the binding the pointless, NOP, property dma-coherent was. Swap dma-coherent for dma-noncoherent. Fixes: 04aa999eb96fd ("dt-bindings: PCI: microchip,pcie-host: Allow dma-noncoherent") Signed-off-by: Conor Dooley Signed-off-by: Krzysztof WilczyƄski Link: https://lore.kernel.org/r/20250516-datebook-senator-ff7a1c30cbd5@spud --- diff --git a/Documentation/devicetree/bindings/pci/microchip,pcie-host.yaml b/Documentation/devicetree/bindings/pci/microchip,pcie-host.yaml index 1aadfdee868fc..47b0bad690d5a 100644 --- a/Documentation/devicetree/bindings/pci/microchip,pcie-host.yaml +++ b/Documentation/devicetree/bindings/pci/microchip,pcie-host.yaml @@ -50,7 +50,7 @@ properties: items: pattern: '^fic[0-3]$' - dma-coherent: true + dma-noncoherent: true ranges: minItems: 1