]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-am654-base-board: Limit Sd card to High speed modes
authorFaiz Abbas <faiz_abbas@ti.com>
Thu, 4 Feb 2021 09:41:04 +0000 (15:11 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Thu, 4 Feb 2021 15:07:57 +0000 (20:37 +0530)
There's an issue with the base board in which the power cycle
circuit takes way longer to power down than expected by mmc core.
code. This prevents the card from enumerating in UHS modes.

Disable UHS modes for this board until a new board revision fixes
the issue.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
arch/arm/dts/k3-am654-base-board.dts

index 33a1b9fdc4b73e112afec7dd48f52113a944f850..830526a1e47330006c08a3abd84c75a3f5dece6f 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&main_mmc1_pins_default>;
        ti,driver-strength-ohm = <50>;
+       sdhci-caps-mask = <0x7 0x0>;
        disable-wp;
 };