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

Commit 07a4652f authored by jbrunet's avatar jbrunet Committed by Kevin Hilman
Browse files

ARM64: dts: meson-gxbb: add spdif output pins



Add EE and AO domains pins for the spdif output to the gxbb device tree.

Acked-by: default avatarKevin Hilman <khilman@baylibre.com>
Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 552b1e56
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -235,6 +235,20 @@
				function = "i2s_out_ao";
			};
		};

		spdif_out_ao_6_pins: spdif_out_ao_6 {
			mux {
				groups = "spdif_out_ao_6";
				function = "spdif_out_ao";
			};
		};

		spdif_out_ao_13_pins: spdif_out_ao_13 {
			mux {
				groups = "spdif_out_ao_13";
				function = "spdif_out_ao";
			};
		};
	};
};

@@ -497,6 +511,13 @@
				function = "i2s_out";
			};
		};

		spdif_out_y_pins: spdif_out_y {
			mux {
				groups = "spdif_out_y";
				function = "spdif_out";
			};
		};
	};
};