arm64: dts: allwinner: a523: enable IR receiver on the X96Q Pro+

The X96Q Pro+ TV box has an IR receiver window on the front panel,
wired to the SoC CIR input on PL11.

Enable the CIR receiver in the RTC power domain and mux its RX
signal to PL11.

Tested on an X96Q Pro+ with ir-keytable and nec keybindings with
the remote that it came with in the box.

Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Tested-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Justin Suess <utilityemal77@gmail.com>
Link: https://patch.msgid.link/20260728024916.993224-4-utilityemal77@gmail.com
Signed-off-by: Chen-Yu Tsai <wens@kernel.org>
This commit is contained in:
Justin Suess 2026-07-27 22:49:15 -04:00 committed by Chen-Yu Tsai
parent 2b24f53865
commit a3bd47e62c

View File

@ -266,6 +266,12 @@ reg_dcdc3_323: dcdc3 {
};
};
&r_ir {
pinctrl-names = "default";
pinctrl-0 = <&r_ir_rx_pin>;
status = "okay";
};
&r_pio {
/*
* Specifying the supply would create a circular dependency.