[PATCH 1/1] dt-bindings: mmc: sdhci-of-dwcmhsc: Add reset support
Sebastian Reichel
sebastian.reichel at collabora.com
Fri Oct 21 10:16:54 PDT 2022
Properly describe reset related properties in the binding.
Signed-off-by: Sebastian Reichel <sebastian.reichel at collabora.com>
---
.../devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml
index 71f8e726d641..162c1a4abf3c 100644
--- a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml
+++ b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml
@@ -45,6 +45,18 @@ properties:
- const: block
- const: timer
+ resets:
+ minItems: 5
+ 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
--
2.35.1
More information about the Linux-rockchip
mailing list