mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
arm64: dts: allwinner: a523: Add SPDIF output PH pin mux option
When SPDIF support was added for the Allwinner A523 family of SoCs, only two of the three possible pins were added to the dtsi, since the third would clash with the first ethernet port (gmac0). However, some devices don't use gmac0 and instead use gmac1 for the only available ethernet port, leaving the pin free to use for SPDIF. Add the remaining pin mux option from the PH pin group to the dtsi so such devices can (later) use it. Signed-off-by: Per Larsson <per@palvencia.se> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Link: https://patch.msgid.link/20260720174253.7686-1-per@palvencia.se [wens@kernel.org: fix up commit message] Signed-off-by: Chen-Yu Tsai <wens@kernel.org>
This commit is contained in:
parent
dfc735fd93
commit
3683d4f690
|
|
@ -223,6 +223,13 @@ spdif_out_pb_pin: spdif-pb-pin {
|
|||
allwinner,pinmux = <2>;
|
||||
};
|
||||
|
||||
/omit-if-no-ref/
|
||||
spdif_out_ph_pin: spdif-ph-pin {
|
||||
pins = "PH7";
|
||||
function = "spdif";
|
||||
allwinner,pinmux = <4>;
|
||||
};
|
||||
|
||||
/omit-if-no-ref/
|
||||
spdif_out_pi_pin: spdif-pi-pin {
|
||||
pins = "PI10";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user