2022-10-25 08:06:24

by Frank Wunderlich

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

From: Frank Wunderlich <[email protected]>

This property is not defined in binding and driver.

Signed-off-by: Frank Wunderlich <[email protected]>
---
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



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

Il 25/10/22 09:42, Frank Wunderlich ha scritto:
> From: Frank Wunderlich <[email protected]>
>
> This property is not defined in binding and driver.
>
> Signed-off-by: Frank Wunderlich <[email protected]>

This commit needs a Fixes tag :-)

Regards,
Angelo


2022-10-25 11:45:31

by Frank Wunderlich

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

Am 2022-10-25 12:52, schrieb AngeloGioacchino Del Regno:
> Il 25/10/22 09:42, Frank Wunderlich ha scritto:
>> From: Frank Wunderlich <[email protected]>
>>
>> This property is not defined in binding and driver.
>>
>> Signed-off-by: Frank Wunderlich <[email protected]>
>
> 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

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

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 <[email protected]>
>>>
>>> This property is not defined in binding and driver.
>>>
>>> Signed-off-by: Frank Wunderlich <[email protected]>
>>
>> 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