Skip to content

Commit 839fbde

Browse files
jhovoldbjorn-helgaas
authored andcommitted
dt-bindings: PCI: qcom: Fix reset conditional
Fix the reset conditional which always evaluated to true due to a misspelled property name ("compatibles" in plural). Fixes: 6700a9b ("dt-bindings: PCI: qcom: Do not require resets on msm8996 platforms") Link: https://lore.kernel.org/r/20220629141000.18111-2-johan+linaro@kernel.org Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 5b05eab commit 839fbde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/pci/qcom,pcie.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ allOf:
614614
- if:
615615
not:
616616
properties:
617-
compatibles:
617+
compatible:
618618
contains:
619619
enum:
620620
- qcom,pcie-msm8996

0 commit comments

Comments
 (0)