The sdhci driver has been around for several years, and it supports the OMAP3 family. Instead of using the older driver, let's finally migrate to the newer one. Signed-off-by: Adam Ford <aford173@xxxxxxxxx> diff --git a/arch/arm/boot/dts/ti/omap/omap3.dtsi b/arch/arm/boot/dts/ti/omap/omap3.dtsi index 92cd4c99dae7..218d7212c749 100644 --- a/arch/arm/boot/dts/ti/omap/omap3.dtsi +++ b/arch/arm/boot/dts/ti/omap/omap3.dtsi @@ -507,7 +507,7 @@ hdqw1w: 1w@480b2000 { }; mmc1: mmc@4809c000 { - compatible = "ti,omap3-hsmmc"; + compatible = "ti,omap3-sdhci"; reg = <0x4809c000 0x200>; interrupts = <83>; ti,hwmods = "mmc1"; @@ -518,7 +518,7 @@ mmc1: mmc@4809c000 { }; mmc2: mmc@480b4000 { - compatible = "ti,omap3-hsmmc"; + compatible = "ti,omap3-sdhci"; reg = <0x480b4000 0x200>; interrupts = <86>; ti,hwmods = "mmc2"; @@ -527,7 +527,7 @@ mmc2: mmc@480b4000 { }; mmc3: mmc@480ad000 { - compatible = "ti,omap3-hsmmc"; + compatible = "ti,omap3-sdhci"; reg = <0x480ad000 0x200>; interrupts = <94>; ti,hwmods = "mmc3"; -- 2.43.0