Skip to content

Commit

Permalink
ARM: dts: sun8i: a83t: bananapi-m3: Enable IR controller
Browse files Browse the repository at this point in the history
The Bananapi M3 has an onboard IR receiver.
This enables the onboard IR receiver subnode.
Unlike the other IR receivers this one needs a base clock frequency
of 3000000 Hz (3 MHz), to be able to work.

Signed-off-by: Philipp Rossak <embed3d@gmail.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
  • Loading branch information
Philipp Rossak authored and Chen-Yu Tsai committed Aug 27, 2018
1 parent 26de4dc commit 6f26c23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@
status = "okay";
};

&r_cir {
clock-frequency = <3000000>;
status = "okay";
};

&r_rsb {
status = "okay";

Expand Down

0 comments on commit 6f26c23

Please sign in to comment.