From patchwork Sun Nov 9 08:32:06 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Beniamino Galvani X-Patchwork-Id: 5259941 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 B830C9F2F1 for ; Sun, 9 Nov 2014 08:39:29 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C7A1D2015D for ; Sun, 9 Nov 2014 08:39:28 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 089B3200CF for ; Sun, 9 Nov 2014 08:39:28 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XnNxp-0006p7-ST; Sun, 09 Nov 2014 08:35:13 +0000 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XnNxh-0005g1-FV for linux-arm-kernel@lists.infradead.org; Sun, 09 Nov 2014 08:35:06 +0000 Received: by mail-wi0-f177.google.com with SMTP id ex7so7892594wid.10 for ; Sun, 09 Nov 2014 00:34:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=KjVTAEVEaeUVPH0b6Pbj9Gna00VpXtP9cr8UpEmKWXo=; b=eAJJb9FJ6wfYEaoqgyObLJ3T8Oj9jwHoYfX7LS1f3AOavhVdfJ6ptk1V7W6RdTxMI5 THEGhZXAi/rKxQj4LkGNyZmEog20I5gZ9QqVcqzq6spcjwDs8pGRm6fbwB3YiaZ36o5J ufDu6RSWS2/0Wkt6JxJXsHWJFbVqdVpdpMjpIuihcHNkfmylJntW/ShiL+RPinaGJdV0 jrDH0VkUaZ/uT3gjjGqXJpgSEKb9ITa/kEswEzk6WxzD8HQGWBO235X6edn7JGcGJHV4 7opeoak6scdXq61g1rCH99GXzy29C73/S+/haBfozmzMwXfnWn0hdgn+B1PxKRmCrkX0 7tqQ== X-Received: by 10.180.90.197 with SMTP id by5mr20683326wib.50.1415522081520; Sun, 09 Nov 2014 00:34:41 -0800 (PST) Received: from sark.local (host115-93-dynamic.40-79-r.retail.telecomitalia.it. [79.40.93.115]) by mx.google.com with ESMTPSA id bl9sm8507938wib.24.2014.11.09.00.34.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 09 Nov 2014 00:34:40 -0800 (PST) From: Beniamino Galvani To: Mauro Carvalho Chehab Subject: [PATCH v2 1/3] media: rc: meson: document device tree bindings Date: Sun, 9 Nov 2014 09:32:06 +0100 Message-Id: <1415521928-25251-2-git-send-email-b.galvani@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1415521928-25251-1-git-send-email-b.galvani@gmail.com> References: <1415521928-25251-1-git-send-email-b.galvani@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141109_003505_734400_772ACBC5 X-CRM114-Status: GOOD ( 11.52 ) X-Spam-Score: -0.8 (/) Cc: Mark Rutland , devicetree@vger.kernel.org, Victor Wan , Pawel Moll , Ian Campbell , linux-kernel@vger.kernel.org, Beniamino Galvani , Rob Herring , Kumar Gala , Carlo Caione , Jerry Cao , linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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=-2.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, 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 adds binding documentation for the infrared remote control receiver available in Amlogic Meson SoCs. Signed-off-by: Beniamino Galvani --- Documentation/devicetree/bindings/media/meson-ir.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/meson-ir.txt diff --git a/Documentation/devicetree/bindings/media/meson-ir.txt b/Documentation/devicetree/bindings/media/meson-ir.txt new file mode 100644 index 0000000..407848e --- /dev/null +++ b/Documentation/devicetree/bindings/media/meson-ir.txt @@ -0,0 +1,14 @@ +* Amlogic Meson IR remote control receiver + +Required properties: + - compatible : should be "amlogic,meson6-ir" + - reg : physical base address and length of the device registers + - interrupts : a single specifier for the interrupt from the device + +Example: + + ir-receiver@c8100480 { + compatible= "amlogic,meson6-ir"; + reg = <0xc8100480 0x20>; + interrupts = <0 15 1>; + };