mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 17:42:03 +02:00
arm64: dts: allwinner: a523: enable IR on the Avaota A1
The Avaota A1 board has an IR receiver chip on the PCB (next to the Ethernet jacks), wired to the PI8 pin on the SoC. Enable the CIR receiver in the main power domain. Tested on the board with evtest and some random TV remote control. Signed-off-by: Andre Przywara <andre.przywara@arm.com> [justin: move the PI8 pinmux node into the dtsi patch] Signed-off-by: Justin Suess <utilityemal77@gmail.com> Link: https://patch.msgid.link/20260728024916.993224-5-utilityemal77@gmail.com Signed-off-by: Chen-Yu Tsai <wens@kernel.org>
This commit is contained in:
parent
a3bd47e62c
commit
75dc83d420
|
|
@ -100,6 +100,12 @@ &gpu {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&ir {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&ir_rx_pin>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ledc {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&ledc_ph_pin>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user