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

arm64: dts: allwinner: a64: Add SPDIF to the Pine64



The S/PDIF transmitter can be reached on the Euler connector.
But as this is a GPIO then leave it disabled so that an overlay
can override the status property.

Signed-off-by: default avatarMarcus Cooper <codekipper@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 78e07137
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -230,6 +230,11 @@
	regulator-name = "vcc-rtc";
};

/* On Euler connector */
&spdif {
	status = "disabled";
};

/* On Exp and Euler connectors */
&uart0 {
	pinctrl-names = "default";