public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: PCI: rcar-pci-host: Add missing IOMMU properties
@ 2024-02-01 15:52 Geert Uytterhoeven
  2024-02-01 18:03 ` Conor Dooley
  2024-05-17 10:27 ` Krzysztof Wilczyński
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2024-02-01 15:52 UTC (permalink / raw)
  To: Marek Vasut, Yoshihiro Shimoda, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Rob Herring, Bjorn Helgaas,
	Krzysztof Kozlowski, Conor Dooley
  Cc: linux-pci, linux-renesas-soc, devicetree, Geert Uytterhoeven

make dtbs_check:

    arch/arm64/boot/dts/renesas/r8a77951-salvator-xs.dtb: pcie@fe000000: Unevaluated properties are not allowed ('iommu-map', 'iommu-map-mask' were unexpected)
	    from schema $id: http://devicetree.org/schemas/pci/rcar-pci-host.yaml#

Fix this by adding the missing IOMMU-related properties.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/pci/rcar-pci-host.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/pci/rcar-pci-host.yaml b/Documentation/devicetree/bindings/pci/rcar-pci-host.yaml
index b6a7cb32f61e5d4f..835b6db00c27968a 100644
--- a/Documentation/devicetree/bindings/pci/rcar-pci-host.yaml
+++ b/Documentation/devicetree/bindings/pci/rcar-pci-host.yaml
@@ -77,6 +77,9 @@ properties:
   vpcie12v-supply:
     description: The 12v regulator to use for PCIe.
 
+  iommu-map: true
+  iommu-map-mask: true
+
 required:
   - compatible
   - reg
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: PCI: rcar-pci-host: Add missing IOMMU properties
  2024-02-01 15:52 [PATCH] dt-bindings: PCI: rcar-pci-host: Add missing IOMMU properties Geert Uytterhoeven
@ 2024-02-01 18:03 ` Conor Dooley
  2024-05-17 10:27 ` Krzysztof Wilczyński
  1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2024-02-01 18:03 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Marek Vasut, Yoshihiro Shimoda, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Rob Herring, Bjorn Helgaas,
	Krzysztof Kozlowski, Conor Dooley, linux-pci, linux-renesas-soc,
	devicetree

[-- Attachment #1: Type: text/plain, Size: 1210 bytes --]

On Thu, Feb 01, 2024 at 04:52:01PM +0100, Geert Uytterhoeven wrote:
> make dtbs_check:
> 
>     arch/arm64/boot/dts/renesas/r8a77951-salvator-xs.dtb: pcie@fe000000: Unevaluated properties are not allowed ('iommu-map', 'iommu-map-mask' were unexpected)
> 	    from schema $id: http://devicetree.org/schemas/pci/rcar-pci-host.yaml#
> 
> Fix this by adding the missing IOMMU-related properties.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor.

> ---
>  Documentation/devicetree/bindings/pci/rcar-pci-host.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/pci/rcar-pci-host.yaml b/Documentation/devicetree/bindings/pci/rcar-pci-host.yaml
> index b6a7cb32f61e5d4f..835b6db00c27968a 100644
> --- a/Documentation/devicetree/bindings/pci/rcar-pci-host.yaml
> +++ b/Documentation/devicetree/bindings/pci/rcar-pci-host.yaml
> @@ -77,6 +77,9 @@ properties:
>    vpcie12v-supply:
>      description: The 12v regulator to use for PCIe.
>  
> +  iommu-map: true
> +  iommu-map-mask: true
> +
>  required:
>    - compatible
>    - reg
> -- 
> 2.34.1
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: PCI: rcar-pci-host: Add missing IOMMU properties
  2024-02-01 15:52 [PATCH] dt-bindings: PCI: rcar-pci-host: Add missing IOMMU properties Geert Uytterhoeven
  2024-02-01 18:03 ` Conor Dooley
@ 2024-05-17 10:27 ` Krzysztof Wilczyński
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Wilczyński @ 2024-05-17 10:27 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Marek Vasut, Yoshihiro Shimoda, Lorenzo Pieralisi, Rob Herring,
	Bjorn Helgaas, Krzysztof Kozlowski, Conor Dooley, linux-pci,
	linux-renesas-soc, devicetree

Hello,

> make dtbs_check:
> 
>     arch/arm64/boot/dts/renesas/r8a77951-salvator-xs.dtb: pcie@fe000000: Unevaluated properties are not allowed ('iommu-map', 'iommu-map-mask' were unexpected)
> 	    from schema $id: http://devicetree.org/schemas/pci/rcar-pci-host.yaml#
> 
> Fix this by adding the missing IOMMU-related properties.

Applied to dt-bindings, thank you!

[1/1] dt-bindings: PCI: rcar-pci-host: Add missing IOMMU properties
      https://git.kernel.org/pci/pci/c/78d212851f0e

	Krzysztof

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-17 10:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-01 15:52 [PATCH] dt-bindings: PCI: rcar-pci-host: Add missing IOMMU properties Geert Uytterhoeven
2024-02-01 18:03 ` Conor Dooley
2024-05-17 10:27 ` Krzysztof Wilczyński

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox