From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932588AbbIUS6b (ORCPT ); Mon, 21 Sep 2015 14:58:31 -0400 Received: from mail-pa0-f43.google.com ([209.85.220.43]:34226 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753224AbbIUS61 (ORCPT ); Mon, 21 Sep 2015 14:58:27 -0400 Subject: Re: [PATCH 1/2] dt-bindings: Fix tipo in st,clkgen-pll documentation To: Gabriel Fernandez References: <1442389379-9298-1-git-send-email-gabriel.fernandez@linaro.org> <1442389379-9298-2-git-send-email-gabriel.fernandez@linaro.org> Cc: Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Srinivas Kandagatla , Maxime Coquelin , Patrice Chotard , Russell King , Michael Turquette , Stephen Boyd , Peter Griffin , Pankaj Dev , Olivier Bideau , Geert Uytterhoeven , Fabian Frederick , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel@stlinux.com, linux-clk@vger.kernel.org From: Rob Herring Message-ID: <56001C82.8060009@kernel.org> Date: Mon, 21 Sep 2015 10:04:34 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1442389379-9298-2-git-send-email-gabriel.fernandez@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/16/2015 02:42 AM, Gabriel Fernandez wrote: > replace "sst,plls-c32-cx_x" by "st,plls-c32-cx_x" Ironically, the subject has a typo... Acked-by: Rob Herring > > Signed-off-by: Gabriel Fernandez > --- > Documentation/devicetree/bindings/clock/st/st,clkgen-pll.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/clock/st/st,clkgen-pll.txt b/Documentation/devicetree/bindings/clock/st/st,clkgen-pll.txt > index d8b168e..e2c6db0 100644 > --- a/Documentation/devicetree/bindings/clock/st/st,clkgen-pll.txt > +++ b/Documentation/devicetree/bindings/clock/st/st,clkgen-pll.txt > @@ -21,8 +21,8 @@ Required properties: > "st,stih416-plls-c32-ddr", "st,clkgen-plls-c32" > "st,stih407-plls-c32-a0", "st,clkgen-plls-c32" > "st,stih407-plls-c32-a9", "st,clkgen-plls-c32" > - "sst,plls-c32-cx_0", "st,clkgen-plls-c32" > - "sst,plls-c32-cx_1", "st,clkgen-plls-c32" > + "st,plls-c32-cx_0", "st,clkgen-plls-c32" > + "st,plls-c32-cx_1", "st,clkgen-plls-c32" > > "st,stih415-gpu-pll-c32", "st,clkgengpu-pll-c32" > "st,stih416-gpu-pll-c32", "st,clkgengpu-pll-c32" >