Message ID | 1627627573-32454-2-git-send-email-rnayak@codeaurora.org |
---|---|
State | Accepted |
Commit | cca5644c05220df7e9f9d973fa57060cf4b0ddb5 |
Headers | show |
Series | [v3,1/4] dt-bindings: nvmem: qfprom: Add optional power-domains property | expand |
On Fri, 30 Jul 2021 12:16:10 +0530, Rajendra Nayak wrote: > qfprom devices on some SoCs need to vote on the performance state > of a power-domain, so add the power-domains optional property to the > bindings > > Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org> > Reviewed-by: Douglas Anderson <dianders@chromium.org> > --- > Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml index 861b205..dede8892 100644 --- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml +++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml @@ -51,6 +51,9 @@ properties: vcc-supply: description: Our power supply. + power-domains: + maxItems: 1 + # Needed if any child nodes are present. "#address-cells": const: 1