From: b.galvani@gmail.com (Beniamino Galvani)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/3] media: rc: meson: document device tree bindings
Date: Sun, 9 Nov 2014 09:32:06 +0100 [thread overview]
Message-ID: <1415521928-25251-2-git-send-email-b.galvani@gmail.com> (raw)
In-Reply-To: <1415521928-25251-1-git-send-email-b.galvani@gmail.com>
This adds binding documentation for the infrared remote control
receiver available in Amlogic Meson SoCs.
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
---
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 at c8100480 {
+ compatible= "amlogic,meson6-ir";
+ reg = <0xc8100480 0x20>;
+ interrupts = <0 15 1>;
+ };
--
1.9.1
next prev parent reply other threads:[~2014-11-09 8:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-09 8:32 [PATCH v2 0/3] media: rc: add support for Amlogic Meson IR receiver Beniamino Galvani
2014-11-09 8:32 ` Beniamino Galvani [this message]
2014-11-09 8:32 ` [PATCH v2 2/3] media: rc: add driver for Amlogic Meson IR remote receiver Beniamino Galvani
2014-11-09 20:36 ` Sean Young
2014-11-11 11:18 ` Beniamino Galvani
2014-11-09 8:32 ` [PATCH v2 3/3] ARM: dts: meson: add IR receiver node Beniamino Galvani
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1415521928-25251-2-git-send-email-b.galvani@gmail.com \
--to=b.galvani@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).