]> Pileus Git - ~andy/linux/commitdiff
ARM: dove: add GPIO IR receiver node to SolidRun CuBox
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Mon, 29 Jul 2013 12:29:05 +0000 (14:29 +0200)
committerJason Cooper <jason@lakedaemon.net>
Mon, 12 Aug 2013 21:03:49 +0000 (21:03 +0000)
This adds a node for the IR receiver connected to a GPIO pin on the
SolidRun CuBox.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/dove-cubox.dts

index 525fb4503e8d73b802a7f1f3dff8a3f1569566f5..022646ef4b3842278f636ed23b6f8c030a1db623 100644 (file)
                        clock-frequency = <25000000>;
                };
        };
+
+       ir_recv: ir-receiver {
+               compatible = "gpio-ir-receiver";
+               gpios = <&gpio0 19 1>;
+               pinctrl-0 = <&pmx_gpio_19>;
+               pinctrl-names = "default";
+       };
 };
 
 &uart0 { status = "okay"; };