[PATCH v2 2/2] dt-bindings: mmc: sdhci-am654: Add ti,suppress-v1p8-ena
From: Judith Mendez
Date: Thu Apr 17 2025 - 14:31:25 EST
This patch documents ti,suppress-v1p8-ena which is a flag
used to suppress V1P8_SIGNAL_ENA in sdhci_am654 driver. This
quirk is necessary to fix fail init issues across various
types of SD cards tested on Sitara K3 SoCs.
Signed-off-by: Judith Mendez <jm@xxxxxx>
---
Documentation/devicetree/bindings/mmc/sdhci-am654.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml
index 676a746953893..0f92bbf8e13b3 100644
--- a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml
+++ b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml
@@ -201,6 +201,11 @@ properties:
and the controller is required to be forced into Test mode
to set the TESTCD bit.
+ ti,suppress-v1p8-ena:
+ $ref: /schemas/types.yaml#/definitions/flag
+ description:
+ When present, V1P8_SIGNAL_ENA shall be suppressed.
+
required:
- compatible
- reg
--
2.49.0