@@ -290,6 +290,22 @@ properties:
description:
Supply for the bus IO line power
+ vmmc-max-load-microamp:
+ allOf:
+ - $ref: /schemas/types.yaml#/definitions/uint32
+ - minimum: 0
+ - maximum: 1000000
+ description:
+ Maximum load for the card power.
+
+ vqmmc-max-load-microamp:
+ allOf:
+ - $ref: /schemas/types.yaml#/definitions/uint32
+ - minimum: 0
+ - maximum: 1000000
+ 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> --- .../devicetree/bindings/mmc/mmc-controller.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)