Message ID | 20250417182652.3521104-3-jm@ti.com |
---|---|
State | New |
Headers | show |
Series | Fix V1P8_SIGNAL_ENA | expand |
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
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@ti.com> --- Documentation/devicetree/bindings/mmc/sdhci-am654.yaml | 5 +++++ 1 file changed, 5 insertions(+)