ARM: dts: sun9i: cubieboard4: Enable consumer IR receiver
authorChen-Yu Tsai <wens@csie.org>
Thu, 10 Dec 2015 13:36:30 +0000 (21:36 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 10 Dec 2015 17:04:31 +0000 (18:04 +0100)
The Cubieboard4 has a consumer IR receiver. Enable it in the DT.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun9i-a80-cubieboard4.dts

index 8791d49..8c26b55 100644 (file)
        status = "okay";
 };
 
+&r_ir {
+       status = "okay";
+};
+
 &uart0 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart0_pins_a>;