mirror of https://github.com/torvalds/linux.git
dt-bindings: PCI: qcom,pcie-sa8775p: Add missing required power-domains and resets
Commit544e8f96ef("dt-bindings: PCI: qcom,pcie-sa8775p: Move SA8775p 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:544e8f96ef("dt-bindings: PCI: qcom,pcie-sa8775p: Move SA8775p 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> Link: https://patch.msgid.link/20251030-dt-bindings-pci-qcom-fixes-power-domains-v2-1-28c1f11599fe@linaro.org
This commit is contained in:
parent
e3d7fda088
commit
2ca17727b3
|
|
@ -78,6 +78,9 @@ properties:
|
||||||
required:
|
required:
|
||||||
- interconnects
|
- interconnects
|
||||||
- interconnect-names
|
- interconnect-names
|
||||||
|
- power-domains
|
||||||
|
- resets
|
||||||
|
- reset-names
|
||||||
|
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: qcom,pcie-common.yaml#
|
- $ref: qcom,pcie-common.yaml#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue