Message ID | 1591094883-11674-2-git-send-email-vbadigan@codeaurora.org |
---|---|
State | New |
Headers | show |
Series | [V3,1/3] dt-bindings: mmc: Supply max load for mmc supplies | expand |
diff --git a/Documentation/devicetree/bindings/mmc/mmc-controller.yaml b/Documentation/devicetree/bindings/mmc/mmc-controller.yaml index acc9f10871d4..d95219721fa1 100644 --- a/Documentation/devicetree/bindings/mmc/mmc-controller.yaml +++ b/Documentation/devicetree/bindings/mmc/mmc-controller.yaml @@ -290,6 +290,12 @@ properties: description: Supply for the bus IO line power + vmmc-supply-max-microamp: + description: Maximum load for the card power. + + vqmmc-supply-max-microamp: + description: Maximum load for the bus IO line power. + mmc-pwrseq: $ref: /schemas/types.yaml#/definitions/phandle description:
Supply the max load needed for driving the mmc supplies. Signed-off-by: Veerabhadrarao Badiganti <vbadigan@codeaurora.org> --- Documentation/devicetree/bindings/mmc/mmc-controller.yaml | 6 ++++++ 1 file changed, 6 insertions(+)