aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/media
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-11-20 09:59:04 -0500
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-01-29 15:26:08 -0500
commit44f8af68469a9a7c8507fade3e4ca4bba58c2ff1 (patch)
tree4d17c6d0985aa804c5dc18d790d7fa76f330882b /Documentation/devicetree/bindings/media
parent2c794075d420f22ba4280f46ac7d43be0acb3e95 (diff)
[media] rc: sunxi-cir: Add support for an optional reset controller
On sun6i the cir block is attached to the reset controller, add support for de-asserting the reset if a reset controller is specified in dt. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/devicetree/bindings/media')
-rw-r--r--Documentation/devicetree/bindings/media/sunxi-ir.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/sunxi-ir.txt b/Documentation/devicetree/bindings/media/sunxi-ir.txt
index 23dd5ad07b7c..6b70b9b47b7d 100644
--- a/Documentation/devicetree/bindings/media/sunxi-ir.txt
+++ b/Documentation/devicetree/bindings/media/sunxi-ir.txt
@@ -10,6 +10,7 @@ Required properties:
10 10
11Optional properties: 11Optional properties:
12- linux,rc-map-name : Remote control map name. 12- linux,rc-map-name : Remote control map name.
13- resets : phandle + reset specifier pair
13 14
14Example: 15Example:
15 16
@@ -17,6 +18,7 @@ ir0: ir@01c21800 {
17 compatible = "allwinner,sun4i-a10-ir"; 18 compatible = "allwinner,sun4i-a10-ir";
18 clocks = <&apb0_gates 6>, <&ir0_clk>; 19 clocks = <&apb0_gates 6>, <&ir0_clk>;
19 clock-names = "apb", "ir"; 20 clock-names = "apb", "ir";
21 resets = <&apb0_rst 1>;
20 interrupts = <0 5 1>; 22 interrupts = <0 5 1>;
21 reg = <0x01C21800 0x40>; 23 reg = <0x01C21800 0x40>;
22 linux,rc-map-name = "rc-rc6-mce"; 24 linux,rc-map-name = "rc-rc6-mce";