Skip to content

Commit

Permalink
dt-bindings: mmc: sdhci-of-dwcmhsc: Add reset support
Browse files Browse the repository at this point in the history
Properly describe reset related properties in the binding.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221107173310.60503-1-sebastian.reichel@collabora.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
  • Loading branch information
Sebastian Reichel authored and Ulf Hansson committed Dec 7, 2022
1 parent 5c1a2b7 commit 5cb7d23
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ properties:
- const: block
- const: timer

resets:
maxItems: 5

reset-names:
items:
- const: core
- const: bus
- const: axi
- const: block
- const: timer

rockchip,txclk-tapnum:
description: Specify the number of delay for tx sampling.
$ref: /schemas/types.yaml#/definitions/uint8
Expand Down

0 comments on commit 5cb7d23

Please sign in to comment.