From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH v4 1/9] clk: stm32f4: Update DT bindings documentation To: Stephen Boyd , Gabriel FERNANDEZ References: <1481638820-29324-1-git-send-email-gabriel.fernandez@st.com> <1481638820-29324-2-git-send-email-gabriel.fernandez@st.com> <20161222001051.GP8288@codeaurora.org> CC: Rob Herring , Mark Rutland , Russell King , Maxime Coquelin , Michael Turquette , Nicolas Pitre , Arnd Bergmann , "daniel.thompson@linaro.org" , "andrea.merello@gmail.com" , "radoslaw.pietrzyk@gmail.com" , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-clk@vger.kernel.org" , "kernel@stlinux.com" , Ludovic BARRE , Olivier BIDEAU , Amelie DELAUNAY From: Alexandre Torgue Message-ID: Date: Mon, 9 Jan 2017 17:28:56 +0100 MIME-Version: 1.0 In-Reply-To: <20161222001051.GP8288@codeaurora.org> Content-Type: text/plain; charset="windows-1252"; format=flowed List-ID: Hi Stephen, On 12/22/2016 01:10 AM, Stephen Boyd wrote: > On 12/13, gabriel.fernandez@st.com wrote: >> From: Gabriel Fernandez >> >> Creation of dt include file for specific stm32f4 clocks. >> These specific clocks are not derived from system clock (SYSCLOCK) >> We should use index 1 to use these clocks in DT. >> e.g. <&rcc 1 CLK_LSI> >> >> Signed-off-by: Gabriel Fernandez >> Acked-by: Rob Herring >> --- > > Applied to clk-stm32f4 and merged into clk-next. > I'm preparing pull request branch for STM32 DT part. This patch is also requested to build correctly DT patches. Do you know how could we synchronize our pull request ? Thanks Alex