From patchwork Thu Sep 12 13:09:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shaik Ameer Basha X-Patchwork-Id: 2878361 Return-Path: X-Original-To: patchwork-linux-media@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 AAE7DBF43F for ; Thu, 12 Sep 2013 13:06:42 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5BBC72035C for ; Thu, 12 Sep 2013 13:06:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9444A20342 for ; Thu, 12 Sep 2013 13:06:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754071Ab3ILNGY (ORCPT ); Thu, 12 Sep 2013 09:06:24 -0400 Received: from mail-pd0-f169.google.com ([209.85.192.169]:43724 "EHLO mail-pd0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751414Ab3ILNGX (ORCPT ); Thu, 12 Sep 2013 09:06:23 -0400 Received: by mail-pd0-f169.google.com with SMTP id r10so10782627pdi.28 for ; Thu, 12 Sep 2013 06:06:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=VHaYFr7p60liOuwlwIVqAIIQnSAXqI8SDtFBYvfmQso=; b=K++WBk+esKGpQwxX7kqybmudInJUX+DbtCbkXMQS7Y5xe8wzUUoSLWrI/Cxce3x58R 4Gj2SBjg5tCvlJVMt5/cW0aCcxRyy+CoxjTHxqWxJcgeuepA1JLKm5A3vRtuKVDUTMPz TihdiOXw1Hr9cnqSQLlnXk/QjKO4THCEkI+ijkT4j8P0QFYQG0Ie2Ml6iAll1T8UEHvs qHdrjhgVlgRWKzti+qApKxTwIKQrieijReHvd7xEGfkScEvl/aRRk2cshkw/w9bIBXGF 4Ty72aYAer27SqszfxjJEdrnuTGGEscNjIZaL19ZPc51Zv/Q6Ee0pkrFvhgxbhckn06O LZGw== X-Received: by 10.67.14.231 with SMTP id fj7mr9459939pad.115.1378991182924; Thu, 12 Sep 2013 06:06:22 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPSA id yg3sm10705482pab.16.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 12 Sep 2013 06:06:22 -0700 (PDT) From: Shaik Ameer Basha To: linux-media@vger.kernel.org, linux-samsung-soc@vger.kernel.org Cc: s.nawrocki@samsung.com, posciak@google.com, inki.dae@samsung.com, hverkuil@xs4all.nl, shaik.ameer@samsung.com Subject: [PATCH v3 4/4] [media] exynos-scaler: Add DT bindings for SCALER driver Date: Thu, 12 Sep 2013 18:39:31 +0530 Message-Id: <1378991371-24428-5-git-send-email-shaik.ameer@samsung.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1378991371-24428-1-git-send-email-shaik.ameer@samsung.com> References: <1378991371-24428-1-git-send-email-shaik.ameer@samsung.com> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Spam-Status: No, score=-7.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,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 This patch adds the DT binding documentation for the Exynos5420/5410 based SCALER device driver. Signed-off-by: Shaik Ameer Basha --- .../devicetree/bindings/media/exynos5-scaler.txt | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/exynos5-scaler.txt diff --git a/Documentation/devicetree/bindings/media/exynos5-scaler.txt b/Documentation/devicetree/bindings/media/exynos5-scaler.txt new file mode 100644 index 0000000..f620baf --- /dev/null +++ b/Documentation/devicetree/bindings/media/exynos5-scaler.txt @@ -0,0 +1,22 @@ +* Samsung Exynos5 SCALER device + +SCALER is used for scaling, blending, color fill and color space +conversion on EXYNOS[5420/5410] SoCs. + +Required properties: +- compatible: should be "samsung,exynos5420-scaler" or + "samsung,exynos5410-scaler" +- reg: should contain SCALER physical address location and length. +- interrupts: should contain SCALER interrupt number +- clocks: should contain the SCALER clock specifier, from the + common clock bindings +- clock-names: should be "scaler" + +Example: + scaler_0: scaler@0x12800000 { + compatible = "samsung,exynos5420-scaler"; + reg = <0x12800000 0x1000>; + interrupts = <0 220 0>; + clocks = <&clock 381>; + clock-names = "scaler"; + };