From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrice CHOTARD Subject: Re: [PATCH v2 0/6] Add mmc support for STM32F7 boards Date: Wed, 7 Mar 2018 09:11:03 +0000 Message-ID: References: <1519901623-23216-1-git-send-email-patrice.chotard@st.com> <44ed2e2c-83f1-77f5-fa70-29c5525b9ee7@st.com> <20180307083538.vicxhbu72jex7zi6@dell> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180307083538.vicxhbu72jex7zi6@dell> Content-Language: en-US Content-ID: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Lee Jones , Alexandre TORGUE Cc: "mark.rutland@arm.com" , "devicetree@vger.kernel.org" , "linux@armlinux.org.uk" , "linux-kernel@vger.kernel.org" , "robh+dt@kernel.org" , "mcoquelin.stm32@gmail.com" , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org Hi Lee On 03/07/2018 09:35 AM, Lee Jones wrote: > On Mon, 05 Mar 2018, Alexandre Torgue wrote: > >> Hi Patrice, >> >> On 03/01/2018 11:53 AM, patrice.chotard@st.com wrote: >>> From: Patrice Chotard >>> >>> This series adds : >>> _ SDIO pins definition for STM32F7 SoCs family >>> _ add sdio1 DT entry for STM32F746 Discovery board >>> _ add sdio1 DT entry for STM32F746 Evaluation board >>> _ add sdio1 DT entry for STM32F769 Discovery board >>> _ add SDMMC2 entry in stm32f7-rcc.h >>> _ replace sdio2 hard coded value in stm32f746.dtsi >>> >>> v2: _ rename sdio_pins / sdio_od_pins to sdio_pins_a / sdio_od_pins_a >>> and update board dts files accordingly. >>> >>> >>> Patrice Chotard (6): >>> ARM: dts: stm32: Add sdio pins definition for stm32f7 >>> ARM: dts: stm32: Enable sdio1 for stm32f746-disco >>> ARM: dts: stm32: Enable sdio1 for stm32f746-eval >>> ARM: dts: stm32: Enable sdio1 for stm32f769-disco >>> dt-bindings: mfd: Add STM32F7 SDMMC2 rcc entry >>> ARM: dts: stm32: Fix sdio2 rcc hard coded value >>> >>> arch/arm/boot/dts/stm32746g-eval.dts | 17 ++++++++++ >>> arch/arm/boot/dts/stm32f7-pinctrl.dtsi | 62 ++++++++++++++++++++++++++++++++++ >>> arch/arm/boot/dts/stm32f746-disco.dts | 19 +++++++++++ >>> arch/arm/boot/dts/stm32f746.dtsi | 2 +- >>> arch/arm/boot/dts/stm32f769-disco.dts | 19 +++++++++++ >>> include/dt-bindings/mfd/stm32f7-rcc.h | 1 + >>> 6 files changed, 119 insertions(+), 1 deletion(-) >>> >> Series applied on stm32-next. > > Even the MFD patch? > Yes, the MFD part has been taken by Alex. Patrice