From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 30 Mar 2020 12:59:00 +0200 Subject: [PATCH 1/2] ARM: dts: stm32: Add alternate pinmux for SDMMC2 pins 4-7 In-Reply-To: <954302c5-bb7c-3de0-8fb6-7dc213dcc155@st.com> References: <20200326210044.418526-1-marex@denx.de> <954302c5-bb7c-3de0-8fb6-7dc213dcc155@st.com> Message-ID: <2c11357d-b541-aa2c-8c6c-93a0dd65efbb@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 3/30/20 12:48 PM, Patrice CHOTARD wrote: > Hi Marek Hi, > On 3/26/20 10:00 PM, Marek Vasut wrote: >> Add another mux option for SDMMC2 pins 4..7, this is used on AV96 board. >> >> Signed-off-by: Marek Vasut >> Cc: Patrick Delaunay >> Cc: Patrice Chotard >> --- >> arch/arm/dts/stm32mp157-pinctrl.dtsi | 21 +++++++++++++++++++++ >> 1 file changed, 21 insertions(+) >> >> diff --git a/arch/arm/dts/stm32mp157-pinctrl.dtsi b/arch/arm/dts/stm32mp157-pinctrl.dtsi >> index 81a363d93d..e25c44760e 100644 >> --- a/arch/arm/dts/stm32mp157-pinctrl.dtsi >> +++ b/arch/arm/dts/stm32mp157-pinctrl.dtsi >> @@ -907,6 +907,27 @@ >> }; >> }; >> >> + sdmmc2_d47_pins_b: sdmmc2-d47-1 { >> + pins { >> + pinmux = , /* SDMMC2_D4 */ >> + , /* SDMMC2_D5 */ >> + , /* SDMMC2_D6 */ >> + ; /* SDMMC2_D7 */ >> + slew-rate = <1>; >> + drive-push-pull; >> + bias-pull-up; >> + }; >> + }; >> + Actually, this one is wrong, the AFs are wrong. Lemme send a V2. The rest of the patches should be OK. Sorry for the mess up.