Skip to content

Commit ad5d04d

Browse files
ryan-wannergregkh
authored andcommitted
ARM: dts: microchip: sama7d65: Force SDMMC Legacy mode
[ Upstream commit 217efb4 ] The SDMMC in this IP currently only supports legacy mode due to a hardware quirk, setting the flags to reflect the limitation. Fixes: deaa14a ("ARM: dts: microchip: add support for sama7d65_curiosity board") Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Link: https://lore.kernel.org/r/20250819170528.126010-1-Ryan.Wanner@microchip.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 3da20d9 commit ad5d04d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,8 @@
352352

353353
&sdmmc1 {
354354
bus-width = <4>;
355+
no-1-8-v;
356+
sdhci-caps-mask = <0x0 0x00200000>;
355357
pinctrl-names = "default";
356358
pinctrl-0 = <&pinctrl_sdmmc1_default>;
357359
status = "okay";

0 commit comments

Comments
 (0)