Message ID | babc878a93cb6461a5d39331f8ecfa654dfda921.1706802597.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | dt-bindings: PCI: rcar-pci-host: Add missing IOMMU properties | expand |
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 >
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
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
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(+)