Message ID | 20230213211408.2110702-1-konrad.dybcio@linaro.org (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Rob Herring |
Headers | show |
Series | dt-bindings: PCI: qcom: Fix msm8998-specific compatible | expand |
On 13/02/2023 22:14, Konrad Dybcio wrote: > In the commit mentioned in the fixes tag, everything went well except > the fallback and the specific compatible got swapped and the 8998 DTSI > began failing the dtbs check. Fix it. > > Fixes: 7d1780d023ca ("dt-bindings: PCI: qcom: Unify MSM8996 and MSM8998 clock order") > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> I don't see compatibles being touched at all in this commit. This is not correct commit to fix. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml index 872817d6d2bd..fb32c43dd12d 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml @@ -39,8 +39,8 @@ properties: - qcom,pcie-sm8450-pcie0 - qcom,pcie-sm8450-pcie1 - items: - - const: qcom,pcie-msm8996 - const: qcom,pcie-msm8998 + - const: qcom,pcie-msm8996 reg: minItems: 4
In the commit mentioned in the fixes tag, everything went well except the fallback and the specific compatible got swapped and the 8998 DTSI began failing the dtbs check. Fix it. Fixes: 7d1780d023ca ("dt-bindings: PCI: qcom: Unify MSM8996 and MSM8998 clock order") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)