diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-01-31 16:21:12 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-02-03 11:23:35 -0500 |
commit | 031d3e18f31749dd34a41c886a578a07d2abbed9 (patch) | |
tree | 6732cca3a6516095a0639b865f2fbec0cbf58c61 | |
parent | d46e0a8bdb6ef581167bb85129febc007e53d205 (diff) |
[media] Documentation: devicetree: meson-ir: "linux,rc-map-name" is supported
The driver already parses the "linux,rc-map-name" property. Add this
information to the documentation so .dts maintainers don't have to look
it up in the source-code.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r-- | Documentation/devicetree/bindings/media/meson-ir.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/meson-ir.txt b/Documentation/devicetree/bindings/media/meson-ir.txt index e7e3f3c4fc8f..efd9d29a8f10 100644 --- a/Documentation/devicetree/bindings/media/meson-ir.txt +++ b/Documentation/devicetree/bindings/media/meson-ir.txt | |||
@@ -8,6 +8,9 @@ Required properties: | |||
8 | - reg : physical base address and length of the device registers | 8 | - reg : physical base address and length of the device registers |
9 | - interrupts : a single specifier for the interrupt from the device | 9 | - interrupts : a single specifier for the interrupt from the device |
10 | 10 | ||
11 | Optional properties: | ||
12 | - linux,rc-map-name: see rc.txt file in the same directory. | ||
13 | |||
11 | Example: | 14 | Example: |
12 | 15 | ||
13 | ir-receiver@c8100480 { | 16 | ir-receiver@c8100480 { |