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: 2824005 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id D1F539F3EB for ; Fri, 5 Jul 2013 08:33:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EE65F20153 for ; Fri, 5 Jul 2013 08:33:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0EA142012E for ; Fri, 5 Jul 2013 08:33:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756058Ab3GEId4 (ORCPT ); Fri, 5 Jul 2013 04:33:56 -0400 Received: from mail-pd0-f169.google.com ([209.85.192.169]:42229 "EHLO mail-pd0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753718Ab3GEIdy (ORCPT ); Fri, 5 Jul 2013 04:33:54 -0400 Received: by mail-pd0-f169.google.com with SMTP id y10so1810745pdj.14 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=VB1c2vRpZXUuRWupy92Qao58mN+Z5YZGowLbpKU+HS8qLd6WBnqV6yO6OoasxFbFAr HpSlQX8f93LCfC3IeZc+ZAkPB//RMMpdjh6on/kt7oK4xD54qQAdrWnrEiQ+rRdvm5KD C6LTIO3oWBd9jrmYFLVScisnL60p8sR6aCfro/TuIwmLp56OIyHZ6XhJrkDe4q+d2P/x ypfVf2KJIb3v+XgjNs7FaqZAZQXr0O6jS0BIlunO5Jnuy/LgT96TeOEIkqWB45pJ+bP9 1Kq6DvyOQ4zt/J2bp5lW/LgOicuuw0RL3JWCOpLLoF6JpV//L6DctkdRAQ/M2IENMseo zD4A== 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 Cc: mturquette@linaro.org, grant.likely@linaro.org, rob@landley.net, kgene.kim@samsung.com, sachin.kamat@linaro.org, patches@linaro.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: ALoCoQn6mHbrjYLSzank3am7vloJ9cF5boseH3Li7nhbXiCyMZNUrQGlFT6jF7lOv/h/OGy9deDf Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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.