From patchwork Mon Aug 18 21:59:28 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Machek X-Patchwork-Id: 381141 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id D2CFA14009B for ; Tue, 19 Aug 2014 07:59:32 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752124AbaHRV7b (ORCPT ); Mon, 18 Aug 2014 17:59:31 -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 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 2950D81D7D; Mon, 18 Aug 2014 23:59:29 +0200 (CEST) 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-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Fix typo in devicetree example. Signed-off-by: Pavel Machek Acked-by: Mark Rutland 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"; };