-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 357562 b: refs/heads/master c: 2fd7f39 h: refs/heads/master v: v3
- Loading branch information
Sebastian Hesselbarth
authored and
Mauro Carvalho Chehab
committed
Feb 13, 2013
1 parent
5405173
commit 78901cf
Showing
3 changed files
with
69 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: b940a2219c9d59171339cc4510462154934fcb49 | ||
refs/heads/master: 2fd7f398d32a0d490d28de75b613263502918e51 |
16 changes: 16 additions & 0 deletions
16
trunk/Documentation/devicetree/bindings/media/gpio-ir-receiver.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Device-Tree bindings for GPIO IR receiver | ||
|
||
Required properties: | ||
- compatible: should be "gpio-ir-receiver". | ||
- gpios: specifies GPIO used for IR signal reception. | ||
|
||
Optional properties: | ||
- linux,rc-map-name: Linux specific remote control map name. | ||
|
||
Example node: | ||
|
||
ir: ir-receiver { | ||
compatible = "gpio-ir-receiver"; | ||
gpios = <&gpio0 19 1>; | ||
linux,rc-map-name = "rc-rc6-mce"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters