[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240213124146.202391-1-aford173@gmail.com>
Date: Tue, 13 Feb 2024 06:41:45 -0600
From: Adam Ford <aford173@...il.com>
To: linux-omap@...r.kernel.org
Cc: aford@...conembedded.com,
Adam Ford <aford173@...il.com>,
BenoƮt Cousson <bcousson@...libre.com>,
Tony Lindgren <tony@...mide.com>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] arm: dts: omap3: Migrate hsmmc driver to sdhci driver
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@...il.com>
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@...b2000 {
};
mmc1: mmc@...9c000 {
- compatible = "ti,omap3-hsmmc";
+ compatible = "ti,omap3-sdhci";
reg = <0x4809c000 0x200>;
interrupts = <83>;
ti,hwmods = "mmc1";
@@ -518,7 +518,7 @@ mmc1: mmc@...9c000 {
};
mmc2: mmc@...b4000 {
- compatible = "ti,omap3-hsmmc";
+ compatible = "ti,omap3-sdhci";
reg = <0x480b4000 0x200>;
interrupts = <86>;
ti,hwmods = "mmc2";
@@ -527,7 +527,7 @@ mmc2: mmc@...b4000 {
};
mmc3: mmc@...ad000 {
- compatible = "ti,omap3-hsmmc";
+ compatible = "ti,omap3-sdhci";
reg = <0x480ad000 0x200>;
interrupts = <94>;
ti,hwmods = "mmc3";
--
2.43.0
Powered by blists - more mailing lists