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

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

ARM: dts: sun4i: Add SPDIF TX pin to the A10



Add the SPDIF TX pin to the A10 dtsi.

Signed-off-by: default avatarMarcus Cooper <codekipper@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 1bfbcfd1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1006,6 +1006,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 {