Skip to content

Commit c549b9e

Browse files
krzkgregkh
authored andcommitted
dt-bindings: PCI: qcom,pcie-sm8550: Add missing required power-domains and resets
commit e60c6f3 upstream. Commit b8d3404 ("dt-bindings: PCI: qcom,pcie-sm8550: Move SM8550 to dedicated schema") move the device schema to separate file, but it missed a "if:not:...then:" clause in the original binding which was requiring power-domains and resets for this particular chip. Fixes: b8d3404 ("dt-bindings: PCI: qcom,pcie-sm8550: Move SM8550 to dedicated schema") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Manivannan Sadhasivam <mani@kernel.org> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Cc: stable@vger.kernel.org Link: https://patch.msgid.link/20251030-dt-bindings-pci-qcom-fixes-power-domains-v2-8-28c1f11599fe@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 1bff3e3 commit c549b9e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ properties:
8383
- const: pci # PCIe core reset
8484
- const: link_down # PCIe link down reset
8585

86+
required:
87+
- power-domains
88+
- resets
89+
- reset-names
90+
8691
allOf:
8792
- $ref: qcom,pcie-common.yaml#
8893

0 commit comments

Comments
 (0)