[PATCH v4 4/6] arm64: dts: mt8183: drop drv-type from mmc-node

Frank Wunderlich posted 6 patches 1 year, 11 months ago
There is a newer version of this series
[PATCH v4 4/6] arm64: dts: mt8183: drop drv-type from mmc-node
Posted by Frank Wunderlich 1 year, 11 months ago
From: Frank Wunderlich <frank-w@public-files.de>

This property is not defined in binding and driver.

Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
---
 arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
index b4b86bb1f1a7..0c9b18c16c89 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
@@ -378,7 +378,6 @@ &mmc1 {
 	mmc-pwrseq = <&wifi_pwrseq>;
 	bus-width = <4>;
 	max-frequency = <200000000>;
-	drv-type = <2>;
 	cap-sd-highspeed;
 	sd-uhs-sdr50;
 	sd-uhs-sdr104;
-- 
2.34.1
Re: [PATCH v4 4/6] arm64: dts: mt8183: drop drv-type from mmc-node
Posted by AngeloGioacchino Del Regno 1 year, 11 months ago
Il 25/10/22 09:42, Frank Wunderlich ha scritto:
> From: Frank Wunderlich <frank-w@public-files.de>
> 
> This property is not defined in binding and driver.
> 
> Signed-off-by: Frank Wunderlich <frank-w@public-files.de>

This commit needs a Fixes tag :-)

Regards,
Angelo
Re: [PATCH v4 4/6] arm64: dts: mt8183: drop drv-type from mmc-node
Posted by Frank Wunderlich (linux) 1 year, 11 months ago
Am 2022-10-25 12:52, schrieb AngeloGioacchino Del Regno:
> Il 25/10/22 09:42, Frank Wunderlich ha scritto:
>> From: Frank Wunderlich <frank-w@public-files.de>
>> 
>> This property is not defined in binding and driver.
>> 
>> Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
> 
> This commit needs a Fixes tag :-)

i hope it is ok adding it here instead of resend full series...

Fixes: cd894e274b74 ("arm64: dts: mt8183: Add krane-sku176 board")

regards Frank
Re: [PATCH v4 4/6] arm64: dts: mt8183: drop drv-type from mmc-node
Posted by AngeloGioacchino Del Regno 1 year, 11 months ago
Il 25/10/22 13:33, Frank Wunderlich (linux) ha scritto:
> Am 2022-10-25 12:52, schrieb AngeloGioacchino Del Regno:
>> Il 25/10/22 09:42, Frank Wunderlich ha scritto:
>>> From: Frank Wunderlich <frank-w@public-files.de>
>>>
>>> This property is not defined in binding and driver.
>>>
>>> Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
>>
>> This commit needs a Fixes tag :-)
> 
> i hope it is ok adding it here instead of resend full series...
> 
> Fixes: cd894e274b74 ("arm64: dts: mt8183: Add krane-sku176 board")
> 
> regards Frank

Please send a v5 with the appropriate Fixes tags.

Regards,
Angelo