[PATCH] ARM: dts: stm32: Consistently enable internal pull-ups for SD bus
Marek Vasut
marex at denx.de
Wed Dec 9 14:57:47 CET 2020
On 12/9/20 11:22 AM, Patrick DELAUNAY wrote:
Hi,
[...]
>> @@ -1340,13 +1340,13 @@
>> <STM32_PINMUX('G', 6, AF10)>; /* SDMMC2_CMD */
>> slew-rate = <1>;
>> drive-push-pull;
>> - bias-disable;
>> + bias-pull-up;
>> };
>> pins2 {
>> pinmux = <STM32_PINMUX('E', 3, AF9)>; /* SDMMC2_CK */
>> slew-rate = <2>;
>> drive-push-pull;
>> - bias-disable;
>> + bias-pull-up;
>> };
>> };
>> --
>> 2.28.0
>>
> I don't see consensus on this device tree modification in Linux kernel
> side [1].
>
> And for the DH board the modification is now done in SOM dtsi files
> after [2].
>
> So can I close this patchset in patchwork ?
Yes
> And if the modification is accepted in kernel device tree , I will get
> it with my next device
>
> tree alignment...
I plan to realign the DTs after 2021.01 is out too.
More information about the U-Boot
mailing list