mirror of https://github.com/torvalds/linux.git
dt-bindings: PCI: qcom,pcie-sc7280: Add missing required power-domains and resets
Commit756485bfbb("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:756485bfbb("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
This commit is contained in:
parent
2ca17727b3
commit
ef99c2efea
|
|
@ -76,6 +76,11 @@ properties:
|
||||||
items:
|
items:
|
||||||
- const: pci
|
- const: pci
|
||||||
|
|
||||||
|
required:
|
||||||
|
- power-domains
|
||||||
|
- resets
|
||||||
|
- reset-names
|
||||||
|
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: qcom,pcie-common.yaml#
|
- $ref: qcom,pcie-common.yaml#
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue