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 8791d49bed2d0159390653884b6a81f5dba2b5cd..8c26b556e82acb1a632e33f0c5e107fde1340342 100644 (file)
        status = "okay";
 };
 
+&r_ir {
+       status = "okay";
+};
+
 &uart0 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart0_pins_a>;
This page took 0.036385 seconds and 5 git commands to generate.