[RESEND] arm64: dts: mediatek: mt8186-corsola: make SDIO card removable

Axe Yang posted 1 patch 7 months, 4 weeks ago
arch/arm64/boot/dts/mediatek/mt8186-corsola.dtsi | 1 -
1 file changed, 1 deletion(-)
[RESEND] arm64: dts: mediatek: mt8186-corsola: make SDIO card removable
Posted by Axe Yang 7 months, 4 weeks ago
Under specific conditions, the SDIO function driver needs to
remove/add SDIO card to perform a reset. Remove the non-removable
property to support this scenario.

Signed-off-by: Axe Yang <axe.yang@mediatek.com>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
---
 arch/arm64/boot/dts/mediatek/mt8186-corsola.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt8186-corsola.dtsi b/arch/arm64/boot/dts/mediatek/mt8186-corsola.dtsi
index cebb134331fb..fc78a79d96e9 100644
--- a/arch/arm64/boot/dts/mediatek/mt8186-corsola.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8186-corsola.dtsi
@@ -518,7 +518,6 @@ &mmc1 {
 	cap-sdio-irq;
 	no-mmc;
 	no-sd;
-	non-removable;
 	vmmc-supply = <&pp3300_s3>;
 	vqmmc-supply = <&mt6366_vio18_reg>;
 	mmc-pwrseq = <&wifi_pwrseq>;
-- 
2.46.0
Re: [RESEND] arm64: dts: mediatek: mt8186-corsola: make SDIO card removable
Posted by AngeloGioacchino Del Regno 7 months, 4 weeks ago
On Thu, 24 Apr 2025 09:34:35 +0800, Axe Yang wrote:
> Under specific conditions, the SDIO function driver needs to
> remove/add SDIO card to perform a reset. Remove the non-removable
> property to support this scenario.
> 
> 

Applied to v6.15-next/dts64, thanks!

[1/1] arm64: dts: mediatek: mt8186-corsola: make SDIO card removable
      commit: ab394a9785f0339fd6617cd51ca4e2982a82cd87

Cheers,
Angelo