ARM: dts: microchip: sama5d27_wlsom1_ek: Remove mmc-ddr-3_3v property from sdmmc0...
authorMihai Sain <mihai.sain@microchip.com>
Mon, 4 Dec 2023 07:25:37 +0000 (09:25 +0200)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Fri, 8 Dec 2023 18:50:25 +0000 (20:50 +0200)
On board the sdmmc0 interface is wired to a SD Card socket.
According with mmc-controller bindings, the mmc-ddr-3_3v property
is used for eMMC devices to enable high-speed DDR mode (3.3V I/O).
Remove the mmc-ddr-3_3v property from sdmmc0 node.

Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
Link: https://lore.kernel.org/r/20231204072537.2991-1-mihai.sain@microchip.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1_ek.dts

index e055b9e2fe34463b2dd7a7f80abdbe2ce14acb4f..15239834d886edbf9e732ac461a92ac9eea42ae5 100644 (file)
 
 &sdmmc0 {
        bus-width = <4>;
-       mmc-ddr-3_3v;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_sdmmc0_default>;
        status = "okay";