]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: marvell: cn9132-clearfog: disable eMMC high-speed modes
authorJosua Mayer <josua@solid-run.com>
Thu, 11 Sep 2025 18:28:05 +0000 (20:28 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 12 Sep 2025 12:54:38 +0000 (14:54 +0200)
Similar to MacchiatoBIN the high-speed modes are unstable on the CN9132
CEX-7 module, leading to failed transactions under normal use.

Disable all high-speed modes including UHS.

Additionally add no-sdio and non-removable properties as appropriate for
eMMC.

Fixes: e9ff907f4076 ("arm64: dts: add description for solidrun cn9132 cex7 module and clearfog board")
Cc: stable@vger.kernel.org
Signed-off-by: Josua Mayer <josua@solid-run.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/cn9132-sr-cex7.dtsi

index afc041c1c448c3e49e1c35d817e91e75db6cfad6..bb2bb47fd77c12f1461b5b9f6ef5567a32cc0153 100644 (file)
        pinctrl-0 = <&ap_mmc0_pins>;
        pinctrl-names = "default";
        vqmmc-supply = <&v_1_8>;
+       /*
+        * Not stable in HS modes - phy needs "more calibration", so disable
+        * UHS (by preventing voltage switch), SDR104, SDR50 and DDR50 modes.
+        */
+       no-1-8-v;
+       no-sd;
+       no-sdio;
+       non-removable;
        status = "okay";
 };