Skip to content

Commit 1bff3e3

Browse files
krzkgregkh
authored andcommitted
dt-bindings: PCI: qcom,pcie-sm8450: Add missing required power-domains and resets
commit 667facc upstream. Commit 88c9b3a ("dt-bindings: PCI: qcom,pcie-sm8450: Move SM8450 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: 88c9b3a ("dt-bindings: PCI: qcom,pcie-sm8450: Move SM8450 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-7-28c1f11599fe@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent d06674a commit 1bff3e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

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

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

0 commit comments

Comments
 (0)