From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Machek Subject: [PATCH] stmmac.txt: fix typo Date: Mon, 18 Aug 2014 23:59:28 +0200 Message-ID: <20140818215928.GA4400@amd> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org, pawel.moll-5wv7dgnIgG8@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, dinguyen-EIB2kfCEclfQT0dZR+AlfA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, trivial-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org List-Id: devicetree@vger.kernel.org Fix typo in devicetree example. Signed-off-by: Pavel Machek diff --git a/Documentation/devicetree/bindings/net/stmmac.txt b/Documentation/devicetree/bindings/net/stmmac.txt index f319112..4012b5c 100644 --- a/Documentation/devicetree/bindings/net/stmmac.txt +++ b/Documentation/devicetree/bindings/net/stmmac.txt @@ -49,5 +49,5 @@ Examples: max-frame-size = <3800>; phy-mode = "gmii"; clocks = <&clock>; - clock-names = "stmmaceth">; + clock-names = "stmmaceth"; }; -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752296AbaHRV7c (ORCPT ); Mon, 18 Aug 2014 17:59:32 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:50071 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751977AbaHRV7b (ORCPT ); Mon, 18 Aug 2014 17:59:31 -0400 Date: Mon, 18 Aug 2014 23:59:28 +0200 From: Pavel Machek To: robh+dt@kernel.org, linux-kernel@vger.kernel.org, davem@davemloft.net, pawel.moll@arm.com, mark.rutland@arm.com, dinguyen@altera.com, devicetree@vger.kernel.org, trivial@kernel.org Subject: [PATCH] stmmac.txt: fix typo Message-ID: <20140818215928.GA4400@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix typo in devicetree example. Signed-off-by: Pavel Machek diff --git a/Documentation/devicetree/bindings/net/stmmac.txt b/Documentation/devicetree/bindings/net/stmmac.txt index f319112..4012b5c 100644 --- a/Documentation/devicetree/bindings/net/stmmac.txt +++ b/Documentation/devicetree/bindings/net/stmmac.txt @@ -49,5 +49,5 @@ Examples: max-frame-size = <3800>; phy-mode = "gmii"; clocks = <&clock>; - clock-names = "stmmaceth">; + clock-names = "stmmaceth"; }; -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html