diff options
author | Sean Wang <sean.wang@mediatek.com> | 2017-01-13 10:35:37 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-01-31 12:26:33 +0300 |
commit | 330d432bc3a73cd0db273add46b592f57312ea1f (patch) | |
tree | 7bdda94b750a4e2f9ee398db6d3b26618ca6465c /Documentation/devicetree/bindings/media/gpio-ir-receiver.txt | |
parent | 6691e7b9a57c2475138edf106e76ae626d86a32b (diff) | |
download | linux-330d432bc3a73cd0db273add46b592f57312ea1f.tar.xz |
[media] Documentation: devicetree: move shared property used by rc into a common place
Most IR drivers uses the same label to identify the
scancode/key table they used by multiple bindings and lack
explanation well. So move the shared property into a common
place and give better explanation.
Signed-off-by: Sean Wang <sean.wang@mediatek.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>
Diffstat (limited to 'Documentation/devicetree/bindings/media/gpio-ir-receiver.txt')
-rw-r--r-- | Documentation/devicetree/bindings/media/gpio-ir-receiver.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/media/gpio-ir-receiver.txt b/Documentation/devicetree/bindings/media/gpio-ir-receiver.txt index 56e726ef4bf2..58261fb7b408 100644 --- a/Documentation/devicetree/bindings/media/gpio-ir-receiver.txt +++ b/Documentation/devicetree/bindings/media/gpio-ir-receiver.txt @@ -5,7 +5,8 @@ Required properties: - gpios: specifies GPIO used for IR signal reception. Optional properties: - - linux,rc-map-name: Linux specific remote control map name. + - linux,rc-map-name: see rc.txt file in the same + directory. Example node: |