diff options
author | 2022-11-09 12:32:02 +0100 | |
---|---|---|
committer | 2023-02-14 11:41:03 -0600 | |
commit | a0754633c32171be7b2a9b8717022f7848efd0c5 (patch) | |
tree | e9742d47b517699e1665d6d5b179a26b3018db85 | |
parent | dt-bindings: PCI: qcom: Unify MSM8996 and MSM8998 clock order (diff) | |
download | wireguard-linux-a0754633c32171be7b2a9b8717022f7848efd0c5.tar.xz wireguard-linux-a0754633c32171be7b2a9b8717022f7848efd0c5.zip |
dt-bindings: PCI: qcom-ep: Correct qcom,perst-regs
qcom,perst-regs is an phandle array of one item with a phandle and its
arguments.
Link: https://lore.kernel.org/r/20221109113202.74406-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Acked-by: Manivannan Sadhasivam <mani@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml index 8d7eb51edcb4..89cfdee4b89f 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml +++ b/Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml @@ -47,8 +47,10 @@ properties: enable registers $ref: "/schemas/types.yaml#/definitions/phandle-array" items: - minItems: 3 - maxItems: 3 + - items: + - description: Syscon to TCSR system registers + - description: Perst enable offset + - description: Perst separation enable offset interrupts: items: |