From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 12/14] phy: phy-stih41x-usb: DT spelling s/#phy-cell/#phy-cells/ Date: Mon, 25 Apr 2016 08:45:00 -0500 Message-ID: <20160425134500.GA5523@rob-hp-laptop> References: <1461166339-11109-1-git-send-email-geert+renesas@glider.be> <1461166339-11109-13-git-send-email-geert+renesas@glider.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1461166339-11109-13-git-send-email-geert+renesas@glider.be> Sender: linux-input-owner@vger.kernel.org To: Geert Uytterhoeven Cc: Dmitry Torokhov , Lee Jones , Zhou Wang , Tony Lindgren , Srinivas Kandagatla , Michael Ellerman , Vinod Koul , Mark Brown , Alexandre Belloni , Joe Perches , devicetree@vger.kernel.org, linux-input@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, dmaengine@vger.kernel.org List-Id: devicetree@vger.kernel.org On Wed, Apr 20, 2016 at 05:32:17PM +0200, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven Applied, thanks. Rob > --- > Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt b/Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt > index 00944a05ee6b4998..744b4809542edd3b 100644 > --- a/Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt > +++ b/Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt > @@ -17,7 +17,7 @@ Example: > > usb2_phy: usb2phy@0 { > compatible = "st,stih416-usb-phy"; > - #phy-cell = <0>; > + #phy-cells = <0>; > st,syscfg = <&syscfg_rear>; > clocks = <&clk_sysin>; > clock-names = "osc_phy"; > -- > 1.9.1 > From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh@kernel.org (Rob Herring) Date: Mon, 25 Apr 2016 08:45:00 -0500 Subject: [PATCH 12/14] phy: phy-stih41x-usb: DT spelling s/#phy-cell/#phy-cells/ In-Reply-To: <1461166339-11109-13-git-send-email-geert+renesas@glider.be> References: <1461166339-11109-1-git-send-email-geert+renesas@glider.be> <1461166339-11109-13-git-send-email-geert+renesas@glider.be> Message-ID: <20160425134500.GA5523@rob-hp-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Apr 20, 2016 at 05:32:17PM +0200, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven Applied, thanks. Rob > --- > Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt b/Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt > index 00944a05ee6b4998..744b4809542edd3b 100644 > --- a/Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt > +++ b/Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt > @@ -17,7 +17,7 @@ Example: > > usb2_phy: usb2phy at 0 { > compatible = "st,stih416-usb-phy"; > - #phy-cell = <0>; > + #phy-cells = <0>; > st,syscfg = <&syscfg_rear>; > clocks = <&clk_sysin>; > clock-names = "osc_phy"; > -- > 1.9.1 >