arm64: dts: allwinner: a64: Add SPDIF to the Pine64
authorMarcus Cooper <codekipper@gmail.com>
Mon, 29 Jan 2018 09:19:01 +0000 (10:19 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 14 Feb 2018 12:18:48 +0000 (13:18 +0100)
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: Marcus Cooper <codekipper@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts

index 604cdae..d116106 100644 (file)
        regulator-name = "vcc-rtc";
 };
 
+/* On Euler connector */
+&spdif {
+       status = "disabled";
+};
+
 /* On Exp and Euler connectors */
 &uart0 {
        pinctrl-names = "default";