From patchwork Tue Jul 9 06:12:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 2825104 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 6D9D2C0AB2 for ; Tue, 9 Jul 2013 06:28:57 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 89D7E20124 for ; Tue, 9 Jul 2013 06:28:56 +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 7C55C20121 for ; Tue, 9 Jul 2013 06:28:55 +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 1UwRPv-0000qE-40; Tue, 09 Jul 2013 06:28:51 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UwRPs-0007JU-OS; Tue, 09 Jul 2013 06:28:48 +0000 Received: from mail-pd0-f182.google.com ([209.85.192.182]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UwRPo-0007Ix-LS for linux-arm-kernel@lists.infradead.org; Tue, 09 Jul 2013 06:28:46 +0000 Received: by mail-pd0-f182.google.com with SMTP id r10so4894114pdi.13 for ; Mon, 08 Jul 2013 23:28:22 -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=N54YQ68jSHZ+igshy3fWsC9ZpRuyaOXJuFNQy3wabWw=; b=J+ETDazjKRzFaOzvGKDr6Jmnkb+BAFrGm+C30G/CrRJ8Wt4vK5WCr3Oa1ZhWzupv91 L1u7WmCKWAaFO+HU4mx+V5BscZCKuDFyboBIlImL1kUEN7AS2wmrJanFLM+i2xiCCVFY wqQ8vRa+LZ2Br4B8b6hA4iAsLU0gdjgkbahID/0uCQeNG7C2ldZhIaRgQ4WBpTyZcOcc SnjbD9ePdu5TognHbp6+TaekYCUs2/2G+e2vmZyB3PVaH/ePP071cBQqZCLDYD58GKrK gK6R9PzPfH/J/p4CHwj2t/E/u7BOTBcEn+Szp4bnmVoxJq/z/K+II4hdgzrC2BxHm+sQ tHcg== X-Received: by 10.68.131.68 with SMTP id ok4mr7363306pbb.146.1373351302045; Mon, 08 Jul 2013 23:28:22 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id aj3sm28267568pad.8.2013.07.08.23.28.18 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 08 Jul 2013 23:28:21 -0700 (PDT) From: Sachin Kamat To: linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 3/3] of/documentation: Update G2D documentation Date: Tue, 9 Jul 2013 11:42:44 +0530 Message-Id: <1373350364-2952-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-Gm-Message-State: ALoCoQlMnOMPEQzNfVkbCi5rXx+Hg4W977LgXm84lIyCOp3tBvdWrDgQ2WgebIjf6PyF+eQF52Pt X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130709_022844_820739_71E8A789 X-CRM114-Status: UNSURE ( 9.28 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) Cc: kgene.kim@samsung.com, mturquette@linaro.org, patches@linaro.org, sachin.kamat@linaro.org, devicetree-discuss@lists.ozlabs.org, tomasz.figa@gmail.com, Inki Dae 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.5 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 Exynos5250 G2D IP requires only the gate clock. Update the binding documentation accordingly. Signed-off-by: Sachin Kamat Cc: Inki Dae --- Updated the description of clock-names as suggested by Tomasz Figa. --- .../devicetree/bindings/gpu/samsung-g2d.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/gpu/samsung-g2d.txt b/Documentation/devicetree/bindings/gpu/samsung-g2d.txt index 3f454ff..c4f358d 100644 --- a/Documentation/devicetree/bindings/gpu/samsung-g2d.txt +++ b/Documentation/devicetree/bindings/gpu/samsung-g2d.txt @@ -11,8 +11,11 @@ Required properties: - interrupts : G2D interrupt number to the CPU. - clocks : from common clock binding: handle to G2D clocks. - - clock-names : from common clock binding: must contain "sclk_fimg2d" and - "fimg2d", corresponding to entries in the clocks property. + - clock-names : names of clocks listed in clocks property, in the same + order, depending on SoC type: + - for S5PV210 and Exynos4 based SoCs: "fimg2d" and + "sclk_fimg2d" + - for Exynos5250 SoC: "fimg2d". Example: g2d@12800000 {