From patchwork Fri Jul 5 08:42:28 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 2824031 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 3A7029F7D6 for ; Fri, 5 Jul 2013 08:58:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6738F20158 for ; Fri, 5 Jul 2013 08:58:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 111B320153 for ; Fri, 5 Jul 2013 08:58:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757205Ab3GEI6E (ORCPT ); Fri, 5 Jul 2013 04:58:04 -0400 Received: from mail-pd0-f176.google.com ([209.85.192.176]:35754 "EHLO mail-pd0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757167Ab3GEI6D (ORCPT ); Fri, 5 Jul 2013 04:58:03 -0400 Received: by mail-pd0-f176.google.com with SMTP id t12so1812970pdi.21 for ; Fri, 05 Jul 2013 01:58:02 -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:in-reply-to:references :x-gm-message-state; bh=f9SFR0gzMziK2E9gS3j1V9dguNGcMSoGhMvZ9c6Sskw=; b=iTZ2xKsGvAJSl42VpLweGs4H1bAbvR3Z7PLHaT3KJS2N8/Xx7MdTrkwzWn/QzNfJuA uFALlqivgNjl8iTlvTKeFGDTDam2VqY5EUBgwuxtX5EHfhI8imUZW8+lmNHFGlLTMo2Z H3Wx9oGVhTndbxWmTIBMMMlp+PDzE1ORTiP/vUt5XbeDlMa7ocMLv2w6jk7EHRZ0BEBG CwqolhQ3YqFShS5NPkM6SoOytRtE/3cZfGGXKa9YXbzsj7XEYkiPEXnij7F13ElWJW7b 869dJEz+5l7XlfVJbCI5lknmLLd1PHon7JWHVMcgP+L/oxEVS0Fw8gEpcXc0iuWTCxrv u3Ag== X-Received: by 10.66.146.105 with SMTP id tb9mr10572824pab.89.1373014682418; Fri, 05 Jul 2013 01:58:02 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id aj3sm7351050pad.8.2013.07.05.01.57.59 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 05 Jul 2013 01:58:01 -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, inki.dae@samsung.com Subject: [PATCH 2/3] of/documentation: Update G2D documentation Date: Fri, 5 Jul 2013 14:12:28 +0530 Message-Id: <1373013749-14530-2-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1373013749-14530-1-git-send-email-sachin.kamat@linaro.org> References: <1373013749-14530-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQllSLgC3zocohTnOqA/TPBbK1ELOeyTATTGGGTenZ6Kxps/9T3/tAWy3xFqoEvVRJdZ115u 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 Exynos5250 G2D IP requires only the gate clock. Update the binding documentation accordingly. Signed-off-by: Sachin Kamat Cc: Inki Dae --- .../devicetree/bindings/gpu/samsung-g2d.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/gpu/samsung-g2d.txt b/Documentation/devicetree/bindings/gpu/samsung-g2d.txt index 3f454ff..60ca631 100644 --- a/Documentation/devicetree/bindings/gpu/samsung-g2d.txt +++ b/Documentation/devicetree/bindings/gpu/samsung-g2d.txt @@ -12,7 +12,9 @@ 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. + "fimg2d" for S5PV210 & Exynos4 based SoCs and "fimg2d" for + Exynos5250 SoC, corresponding to entries in the clocks + property. Example: g2d@12800000 {