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/[email protected] Signed-off-by: Johan Hovold <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]>
1 parent 5b05eab commit 839fbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)