From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752505AbbLIP7N (ORCPT ); Wed, 9 Dec 2015 10:59:13 -0500 Received: from mail-pa0-f47.google.com ([209.85.220.47]:35606 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752440AbbLIP7J (ORCPT ); Wed, 9 Dec 2015 10:59:09 -0500 From: Masanari Iida To: rdunlap@infradead.org, corbet@lwn.net, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Masanari Iida Subject: [PATCH 2/2] Doc:devicetree/ti: Fix typo in ti Date: Thu, 10 Dec 2015 00:59:30 +0900 Message-Id: <1449676770-6234-2-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 2.6.4.442.g545299f In-Reply-To: <1449676770-6234-1-git-send-email-standby24x7@gmail.com> References: <1449676770-6234-1-git-send-email-standby24x7@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch fix some spelling typos found in Documentation/devicetree/bindings/clock/ti. Signed-off-by: Masanari Iida --- Documentation/devicetree/bindings/clock/ti/fapll.txt | 2 +- Documentation/devicetree/bindings/clock/ti/mux.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/clock/ti/fapll.txt b/Documentation/devicetree/bindings/clock/ti/fapll.txt index c19b3f2..a05713e 100644 --- a/Documentation/devicetree/bindings/clock/ti/fapll.txt +++ b/Documentation/devicetree/bindings/clock/ti/fapll.txt @@ -5,7 +5,7 @@ Binding status: Unstable - ABI compatibility may be broken in the future This binding uses the common clock binding[1]. It assumes a register-mapped FAPLL with usually two selectable input clocks (reference clock and bypass clock), and one or more child -syntesizers. +synthesizers. [1] Documentation/devicetree/bindings/clock/clock-bindings.txt diff --git a/Documentation/devicetree/bindings/clock/ti/mux.txt b/Documentation/devicetree/bindings/clock/ti/mux.txt index 2d0d170..685c23b 100644 --- a/Documentation/devicetree/bindings/clock/ti/mux.txt +++ b/Documentation/devicetree/bindings/clock/ti/mux.txt @@ -8,7 +8,7 @@ parents, one of which can be selected as output. This clock does not gate or adjust the parent rate via a divider or multiplier. By default the "clocks" property lists the parents in the same order -as they are programmed into the regster. E.g: +as they are programmed into the register. E.g: clocks = <&foo_clock>, <&bar_clock>, <&baz_clock>; -- 2.6.4.442.g545299f