From patchwork Thu Jun 25 15:06:30 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Zapolskiy X-Patchwork-Id: 488477 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 04B6A1402C3 for ; Fri, 26 Jun 2015 01:06:58 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752582AbbFYPGv (ORCPT ); Thu, 25 Jun 2015 11:06:51 -0400 Received: from relay1.mentorg.com ([192.94.38.131]:45579 "EHLO relay1.mentorg.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752483AbbFYPGp (ORCPT ); Thu, 25 Jun 2015 11:06:45 -0400 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-01.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1Z88ji-0004du-7l from Vladimir_Zapolskiy@mentor.com ; Thu, 25 Jun 2015 08:06:42 -0700 Received: from eyas.fin.mentorg.com (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server (TLS) id 14.3.224.2; Thu, 25 Jun 2015 16:06:40 +0100 From: Vladimir Zapolskiy To: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Mike Turquette , Sylwester Nawrocki CC: , Subject: [PATCH] Documentation: dt: clk: fix typo in assigned-clock-rates name Date: Thu, 25 Jun 2015 18:06:30 +0300 Message-ID: <1435244790-13064-1-git-send-email-vladimir_zapolskiy@mentor.com> X-Mailer: git-send-email 2.1.4 MIME-Version: 1.0 X-Originating-IP: [137.202.0.76] Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Fix a trivial copy-paste typo, "assigned-clock-rates" property is named as "assigned-clock-parents". Signed-off-by: Vladimir Zapolskiy --- Documentation/devicetree/bindings/clock/clock-bindings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/clock/clock-bindings.txt b/Documentation/devicetree/bindings/clock/clock-bindings.txt index 06fc6d5..bf5b041 100644 --- a/Documentation/devicetree/bindings/clock/clock-bindings.txt +++ b/Documentation/devicetree/bindings/clock/clock-bindings.txt @@ -138,7 +138,7 @@ Some platforms may require initial configuration of default parent clocks and clock frequencies. Such a configuration can be specified in a device tree node through assigned-clocks, assigned-clock-parents and assigned-clock-rates properties. The assigned-clock-parents property should contain a list of parent -clocks in form of phandle and clock specifier pairs, the assigned-clock-parents +clocks in form of phandle and clock specifier pairs, the assigned-clock-rates property the list of assigned clock frequency values - corresponding to clocks listed in the assigned-clocks property.