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: 2825103 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 D74429F7D6 for ; Tue, 9 Jul 2013 06:28:25 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E64A220124 for ; Tue, 9 Jul 2013 06:28:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A05B720121 for ; Tue, 9 Jul 2013 06:28:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752990Ab3GIG2X (ORCPT ); Tue, 9 Jul 2013 02:28:23 -0400 Received: from mail-pa0-f43.google.com ([209.85.220.43]:32924 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752797Ab3GIG2W (ORCPT ); Tue, 9 Jul 2013 02:28:22 -0400 Received: by mail-pa0-f43.google.com with SMTP id hz11so5167635pad.30 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=lZ86rJFq7PIhlF0cABCzjYFtbHMIHdP1n5arGbEQyLq5D4Rro8bBYdOVVem0K0f2JU 4lykSMeOI9Q63/NWUd5rEIuifytJjTjQbcyd5sYfoOK5PQRsyb8DJBVoFnk+ctPTptay Scrklda5RpXFG48hITKCaghowGZKTm8SaITfqD71DGG6GFTzcVYbmRE/34S135z5nTJI iEqDkpOZZs/74m9MHr+jERl8vY2Qq6lvspkdY8vrLGWFs4TQoayEzHT3IH6eFPeK6NA7 J+qh3Gzc1zTSYMyhOsUrvy4SVFtWO3XoructWeinV3IBKU3TVzgKSlRdUo4cVu2AU1mb sBbQ== 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 Cc: devicetree-discuss@lists.ozlabs.org, kgene.kim@samsung.com, sachin.kamat@linaro.org, patches@linaro.org, mturquette@linaro.org, tomasz.figa@gmail.com, Inki Dae 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: ALoCoQnS16RDYERFaUjhD5UoOQRFFXs+9OpvcMUREyCt4C4jjlzT85HMfU4eiHbE0cC7wgR7lxgZ 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.2 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 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 {