From patchwork Fri Jul 5 08:18:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 2824006 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 764C0BF4A1 for ; Fri, 5 Jul 2013 08:35:04 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5483720153 for ; Fri, 5 Jul 2013 08:35:03 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3BD082012E for ; Fri, 5 Jul 2013 08:35:02 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uv1TO-0006RJ-GY; Fri, 05 Jul 2013 08:34:34 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uv1TA-0001oi-21; Fri, 05 Jul 2013 08:34:20 +0000 Received: from mail-pa0-f47.google.com ([209.85.220.47]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uv1T6-0001o1-Vf for linux-arm-kernel@lists.infradead.org; Fri, 05 Jul 2013 08:34:17 +0000 Received: by mail-pa0-f47.google.com with SMTP id kl14so2037373pab.6 for ; Fri, 05 Jul 2013 01:33:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=MnE4QN9cTU4uEx47AixfPoXA42vhRDo51/jIw7YuKYc=; b=iD4IGcHbv+qh4Hc0tkLdOvM28w92ksyNRo2wWar09XVBWXqP035Tgb4uHfPZzQAuOS ABOVPIuseCcJ4b86CkKxsUD4RoABNuH/wEhTk01R5eyGKTLMDpVZnHOXK760VxcHP02k 1l7Wlsje0GF1MeM9Lx9PMehvjTaBar80GTWDRsp8XP5TDL/8DAtUH1CVGJgVLwz5uKAb VNlIEhJNIRBNpxemQ7Sv63ippQRs1XYnSc1IegaR5wM8oLylfyer5ZivVlOVb9GtEwd8 +rEr5jk5ZcrNFfGLRmlQbBI9mkJ9St1U3e4ivw3xQlNE4bxWKhh0o8cYWvNzkHFEpK37 LPDw== X-Received: by 10.68.113.2 with SMTP id iu2mr8771989pbb.108.1373013233535; Fri, 05 Jul 2013 01:33:53 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id vu5sm7239194pab.10.2013.07.05.01.33.49 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 05 Jul 2013 01:33:52 -0700 (PDT) From: Sachin Kamat To: linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, devicetree-discuss@lists.ozlabs.org Subject: [PATCH 1/1] of/documentation: Fix a typo in exynos5250-clock.txt Date: Fri, 5 Jul 2013 13:48:01 +0530 Message-Id: <1373012281-26433-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-Gm-Message-State: ALoCoQlbpaDd7rmn2e6lhmkPyPbd2DCg14WoWOuA4yVpwn/1zzKkVv0w8odnnK5WCZG5Dfn34MjG X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130705_043417_137096_3FF43E23 X-CRM114-Status: GOOD ( 10.69 ) X-Spam-Score: -2.6 (--) Cc: kgene.kim@samsung.com, mturquette@linaro.org, patches@linaro.org, sachin.kamat@linaro.org, rob@landley.net, grant.likely@linaro.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The clocks should be numbered sequentially as they are represented as enum values in the clock driver. Typo introduced by commit 17d4caccef ("clk: exynos5250: register display block gate clocks to common clock framework") Signed-off-by: Sachin Kamat --- .../devicetree/bindings/clock/exynos5250-clock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt index 781a627..1a05761 100644 --- a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt +++ b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt @@ -154,7 +154,7 @@ clock which they consume. dsim0 341 dp 342 mixer 343 - hdmi 345 + hdmi 344 Example 1: An example of a clock controller node is listed below.