Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdd08a84 authored by Marcus Cooper's avatar Marcus Cooper Committed by Maxime Ripard
Browse files

ARM: dts: sun7i: Add SPDIF TX pin to the A20



Add the SPDIF TX pin to the A20 dtsi.

Signed-off-by: default avatarMarcus Cooper <codekipper@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 79f969f0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1193,6 +1193,13 @@
				allwinner,drive = <SUN4I_PINCTRL_10_MA>;
				allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
			};

			spdif_tx_pins_a: spdif@0 {
				allwinner,pins = "PB13";
				allwinner,function = "spdif";
				allwinner,drive = <SUN4I_PINCTRL_10_MA>;
				allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
			};
		};

		timer@01c20c00 {