From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 9 Dec 2020 14:57:47 +0100 Subject: [PATCH] ARM: dts: stm32: Consistently enable internal pull-ups for SD bus In-Reply-To: <4bb00bf5-5fe5-794b-24b5-9f39e8c5b505@foss.st.com> References: <20201009210735.243532-1-marex@denx.de> <4bb00bf5-5fe5-794b-24b5-9f39e8c5b505@foss.st.com> Message-ID: <600554a8-7f98-1c47-1948-ce5e5573b186@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/9/20 11:22 AM, Patrick DELAUNAY wrote: Hi, [...] >> @@ -1340,13 +1340,13 @@ >> ?????????????????? ; /* SDMMC2_CMD */ >> ????????????? slew-rate = <1>; >> ????????????? drive-push-pull; >> -??????????? bias-disable; >> +??????????? bias-pull-up; >> ????????? }; >> ????????? pins2 { >> ????????????? pinmux = ; /* 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.