From patchwork Tue Nov 18 20:22:33 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Beniamino Galvani X-Patchwork-Id: 5333041 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 B2C5C9F1E1 for ; Tue, 18 Nov 2014 20:28:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C035E201CE for ; Tue, 18 Nov 2014 20:28:19 +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 09E972017E for ; Tue, 18 Nov 2014 20:28:19 +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 1XqpLV-0000oz-7z; Tue, 18 Nov 2014 20:25:53 +0000 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XqpLT-0000n2-Ez for linux-arm-kernel@lists.infradead.org; Tue, 18 Nov 2014 20:25:51 +0000 Received: by mail-wi0-f182.google.com with SMTP id h11so13960581wiw.9 for ; Tue, 18 Nov 2014 12:25:29 -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=LjjB+XvxyRT9GcV1ek3edD3e6rWPZeqPfDgrThZktVQFO7aH4Xih1nmrOV0nT6HbVu TLf22a0D4f72EBvrSx9Q62TqwOlvEePH5WYu7vrh3l/QZTe419WLd6SQuuxl5PYLaMGu 6tgXex/+bkZ4UiXKFKBMAsUsGnsY09Z+yRqdv+UvISRYXr+u7MyY+WtAaMvFx82rZ5FT dGNbwJXz8s2ilvdBpJXefeZce6Fziv4SZXmRjomazH0DUO7PJt+gV87AXgNizk3/CSWJ qV5WR3TUMlV6zYFv3XU4XqnkfISdozPcpcoDeZmIyyiJkNMM8XZHQQrieuGYfgt1qmHe wDIw== X-Received: by 10.180.11.106 with SMTP id p10mr6874284wib.56.1416342329324; Tue, 18 Nov 2014 12:25:29 -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 f7sm278767wiz.13.2014.11.18.12.25.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Nov 2014 12:25:27 -0800 (PST) From: Beniamino Galvani To: Mauro Carvalho Chehab Subject: [PATCH v3 1/3] media: rc: meson: document device tree bindings Date: Tue, 18 Nov 2014 21:22:33 +0100 Message-Id: <1416342155-26820-2-git-send-email-b.galvani@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1416342155-26820-1-git-send-email-b.galvani@gmail.com> References: <1416342155-26820-1-git-send-email-b.galvani@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141118_122551_647828_555B985C X-CRM114-Status: GOOD ( 10.90 ) X-Spam-Score: -0.8 (/) Cc: Mark Rutland , devicetree@vger.kernel.org, Victor Wan , Pawel Moll , Sean Young , 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.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID, T_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 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>; + };