From patchwork Tue Jul 9 06:29:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 2825120 Return-Path: X-Original-To: patchwork-linux-arm@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 4B0B49F968 for ; Tue, 9 Jul 2013 07:02:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 12E282011D for ; Tue, 9 Jul 2013 07:02:35 +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 9F8B220114 for ; Tue, 9 Jul 2013 07:02:33 +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 1UwRgi-0005dd-Uo; Tue, 09 Jul 2013 06:46:15 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UwRfs-0007j5-6l; Tue, 09 Jul 2013 06:45:20 +0000 Received: from mail-pa0-f46.google.com ([209.85.220.46]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UwRfp-0007hK-Oo for linux-arm-kernel@lists.infradead.org; Tue, 09 Jul 2013 06:45:18 +0000 Received: by mail-pa0-f46.google.com with SMTP id fa11so5211154pad.19 for ; Mon, 08 Jul 2013 23:44:56 -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=JrztRATg5cYoZMAyoKcUNJZjLJwx4yLCVxmRzxQhVeoFKI7LudD5VfgPWl9SSqv2uM 8TcJNJ76gKIud67tO8J7z9lGqoSj+PQw+iCllnQ2fmlCeMe+mHHl+IWTjlFfZJqJtNu8 kCaufbCkOYKBV6UrYAp/U5NNtXSFECDdfC3VqVaGRB0E9xXROgXatsofVNtMKhN/mMOy dRk40sDOXhEod/g258xcy09QpUZRA6oIvbLvAYoUPKFgOXCGpW6ovZQHfG+5sCek6Y6z nt3P8JbhI10wZNhu+tccRrjFYVcrIpOCcowSNY9+FrbdMJDENAoXOwRvQMUepRZz+cfI ld2w== X-Received: by 10.68.36.132 with SMTP id q4mr24946185pbj.118.1373352296350; Mon, 08 Jul 2013 23:44:56 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id pl9sm26504560pbc.5.2013.07.08.23.44.51 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 08 Jul 2013 23:44:55 -0700 (PDT) From: Sachin Kamat To: linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 Resend 2/3] of/documentation: Update G2D documentation Date: Tue, 9 Jul 2013 11:59:15 +0530 Message-Id: <1373351355-27444-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-Gm-Message-State: ALoCoQl/9LZbvbPD4ekOVhfJekKyZ+jYigZXqUGg9pcuUgkLjdZ5KsuAgtw5Hzcb/QAlFi6DE68K X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130709_024518_059033_74CA277A X-CRM114-Status: UNSURE ( 9.19 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) 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 Reviewed-by: Tomasz Figa --- 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 {