arm64: dts: qcom: sc8180x: drop duplicated PCI iommus property
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 12 Nov 2023 18:44:30 +0000 (19:44 +0100)
committerBjorn Andersson <andersson@kernel.org>
Sun, 3 Dec 2023 04:57:50 +0000 (20:57 -0800)
The IOMMUs for PCI controller on SC8180x are defined in iommu-map, so
drop duplicared iommus:

  sc8180x-lenovo-flex-5g.dtb: pci@1c08000: Unevaluated properties are not allowed ('iommus' was unexpected)

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20231112184430.3495-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sc8180x.dtsi

index a34f438ef2d9a4160b9f6bc2eb4fbb9f7ca3ef8e..00967811a808cc036e3fb08e50e66a3bf4fd87bf 100644 (file)
                        assigned-clocks = <&gcc GCC_PCIE_0_AUX_CLK>;
                        assigned-clock-rates = <19200000>;
 
-                       iommus = <&apps_smmu 0x1d80 0x7f>;
                        iommu-map = <0x0   &apps_smmu 0x1d80 0x1>,
                                    <0x100 &apps_smmu 0x1d81 0x1>;
 
                        assigned-clocks = <&gcc GCC_PCIE_3_AUX_CLK>;
                        assigned-clock-rates = <19200000>;
 
-                       iommus = <&apps_smmu 0x1e00 0x7f>;
                        iommu-map = <0x0   &apps_smmu 0x1e00 0x1>,
                                    <0x100 &apps_smmu 0x1e01 0x1>;
 
                        assigned-clocks = <&gcc GCC_PCIE_1_AUX_CLK>;
                        assigned-clock-rates = <19200000>;
 
-                       iommus = <&apps_smmu 0x1c80 0x7f>;
                        iommu-map = <0x0   &apps_smmu 0x1c80 0x1>,
                                    <0x100 &apps_smmu 0x1c81 0x1>;
 
                        assigned-clocks = <&gcc GCC_PCIE_2_AUX_CLK>;
                        assigned-clock-rates = <19200000>;
 
-                       iommus = <&apps_smmu 0x1d00 0x7f>;
                        iommu-map = <0x0   &apps_smmu 0x1d00 0x1>,
                                    <0x100 &apps_smmu 0x1d01 0x1>;