Skip to content

Commit 37f52c4

Browse files
krzkgregkh
authored andcommitted
dt-bindings: PCI: qcom,pcie-sc7280: Add missing required power-domains and resets
commit ef99c2e upstream. Commit 756485b ("dt-bindings: PCI: qcom,pcie-sc7280: Move SC7280 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: 756485b ("dt-bindings: PCI: qcom,pcie-sc7280: Move SC7280 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-2-28c1f11599fe@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 149b97d commit 37f52c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ properties:
7676
items:
7777
- const: pci
7878

79+
required:
80+
- power-domains
81+
- resets
82+
- reset-names
83+
7984
allOf:
8085
- $ref: qcom,pcie-common.yaml#
8186

0 commit comments

Comments
 (0)