diff options
| author | Johan Hovold <[email protected]> | 2022-06-29 14:09:51 +0000 |
|---|---|---|
| committer | Bjorn Helgaas <[email protected]> | 2022-07-15 20:30:57 +0000 |
| commit | 839fbdee4c080eb95567cbcf6366072a56d3a3cc (patch) | |
| tree | 51e74d5b9e2e2c4b37bfd97f926b6eea695949cb | |
| parent | dt-bindings: PCI: qcom: Fix description typo (diff) | |
| download | kernel-839fbdee4c080eb95567cbcf6366072a56d3a3cc.tar.gz kernel-839fbdee4c080eb95567cbcf6366072a56d3a3cc.zip | |
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: 6700a9b00f0a ("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]>
| -rw-r--r-- | Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml index c40ba753707c..92402f1d3fda 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml @@ -614,7 +614,7 @@ allOf: - if: not: properties: - compatibles: + compatible: contains: enum: - qcom,pcie-msm8996 |
