Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752717AbdDDGeE (ORCPT ); Tue, 4 Apr 2017 02:34:04 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:13211 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751022AbdDDGeC (ORCPT ); Tue, 4 Apr 2017 02:34:02 -0400 Subject: Re: [PATCH v2] clk: stm32h7: Add stm32h743 clock driver To: Rob Herring References: <1490778502-23651-1-git-send-email-gabriel.fernandez@st.com> <20170403143958.gi7vyhianzetnxz2@rob-hp-laptop> CC: Mark Rutland , Russell King , Maxime Coquelin , Alexandre Torgue , Michael Turquette , Stephen Boyd , Nicolas Pitre , Arnd Bergmann , Daniel Thompson , Andrea Merello , =?UTF-8?Q?Rados=c5=82aw_Pietrzyk?= , Lee Jones , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , linux-clk , Ludovic Barre , Olivier Bideau , Amelie Delaunay From: Gabriel Fernandez Message-ID: <4cc836cb-33fe-1a6d-2bbb-f8ad4d0e4ce7@st.com> Date: Tue, 4 Apr 2017 08:33:10 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.51] X-ClientProxiedBy: SFHDAG2NODE1.st.com (10.75.127.4) To SFHDAG4NODE2.st.com (10.75.127.11) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-04-04_05:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 702 Lines: 27 On 04/03/2017 06:04 PM, Rob Herring wrote: > On Mon, Apr 3, 2017 at 9:39 AM, Rob Herring wrote: >> On Wed, Mar 29, 2017 at 11:08:22AM +0200, gabriel.fernandez@st.com wrote: >>> From: Gabriel Fernandez >>> >>> This patch enables clocks for STM32H743 boards. >>> >>> Signed-off-by: Gabriel Fernandez >>> >>> Just for the MFD changes: >>> Acked-by: Lee Jones >>> >>> +Required properties for pll node: >>> +- compatible: Should be: >>> + "stm32h7-pll" >> stm,stm32h7-pll > Err, I meant st,stm32h7-pll. Oops, sorry i will fix it. Thank's Gabriel >> With that, >> >> Acked-by: Rob Herring