Skip to content

Commit 9868268

Browse files
Sarthak GargUlf Hansson
authored andcommitted
dt-bindings: mmc: controller: Add max-sd-hs-hz property
Introduce a new optional device tree property max-sd-hs-hz to limit the maximum frequency (in Hz) used for SD cards operating in High-Speed (HS) mode due to any board electrical limitations. Signed-off-by: Sarthak Garg <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent 08b68ca commit 9868268

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Documentation/devicetree/bindings/mmc/mmc-controller-common.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ properties:
9393
minimum: 400000
9494
maximum: 384000000
9595

96+
max-sd-hs-hz:
97+
description: |
98+
Maximum frequency (in Hz) to be used for SD cards operating in
99+
High-Speed (HS) mode.
100+
minimum: 400000
101+
maximum: 50000000
102+
default: 50000000
103+
96104
disable-wp:
97105
$ref: /schemas/types.yaml#/definitions/flag
98106
description:

0 commit comments

Comments
 (0)