arm64: dts: qcom: msm8996: remove snps,dw-pcie compatibles
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 11 Apr 2022 11:58:08 +0000 (14:58 +0300)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 12 Apr 2022 14:21:16 +0000 (09:21 -0500)
On MSM8996 PCI controller bindings are not compatible with snps,dw-pcie
binding. The platform doesn't provide second (global) IRQ, it requires
additional glue code. To prevent it from probing against the dw-pcie
driver, remove corresponding compatible.

Fixes: ed965ef89227 ("arm64: dts: qcom: msm8996: add support to pcie")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220411115808.1976500-2-dmitry.baryshkov@linaro.org
arch/arm64/boot/dts/qcom/msm8996.dtsi

index e918038..1a15393 100644 (file)
                        ranges;
 
                        pcie0: pcie@600000 {
-                               compatible = "qcom,pcie-msm8996", "snps,dw-pcie";
+                               compatible = "qcom,pcie-msm8996";
                                status = "disabled";
                                power-domains = <&gcc PCIE0_GDSC>;
                                bus-range = <0x00 0xff>;
                        };
 
                        pcie1: pcie@608000 {
-                               compatible = "qcom,pcie-msm8996", "snps,dw-pcie";
+                               compatible = "qcom,pcie-msm8996";
                                power-domains = <&gcc PCIE1_GDSC>;
                                bus-range = <0x00 0xff>;
                                num-lanes = <1>;
                        };
 
                        pcie2: pcie@610000 {
-                               compatible = "qcom,pcie-msm8996", "snps,dw-pcie";
+                               compatible = "qcom,pcie-msm8996";
                                power-domains = <&gcc PCIE2_GDSC>;
                                bus-range = <0x00 0xff>;
                                num-lanes = <1>;