mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: allwinner: a64: Disable SPDIF by default
@ 2020-04-22  4:15 Samuel Holland
  2020-04-22  9:14 ` [linux-sunxi] " Clément Péron
  2020-04-22 15:16 ` Maxime Ripard
  0 siblings, 2 replies; 6+ messages in thread
From: Samuel Holland @ 2020-04-22  4:15 UTC (permalink / raw)
  To: Maxime Ripard, Chen-Yu Tsai
  Cc: Rob Herring, devicetree, linux-arm-kernel, linux-kernel,
	linux-sunxi, Samuel Holland

As of v5.7-rc2, Linux now prints the following message at boot:

  [   33.848525] platform sound_spdif: deferred probe pending

This is because &sound_spdif is waiting on its DAI link component
&spdif to probe, but &spdif is disabled in the DTS. Disable the
audio card as well to match.

Signed-off-by: Samuel Holland <samuel@sholland.org>
---
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
index 6f8c30d89b9b..6c233ff031c6 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
@@ -169,6 +169,7 @@ link0_codec: codec {
 	sound_spdif {
 		compatible = "simple-audio-card";
 		simple-audio-card,name = "On-board SPDIF";
+		status = "disabled";
 
 		simple-audio-card,cpu {
 			sound-dai = <&spdif>;
-- 
2.24.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-04-23  9:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-22  4:15 [PATCH] arm64: dts: allwinner: a64: Disable SPDIF by default Samuel Holland
2020-04-22  9:14 ` [linux-sunxi] " Clément Péron
2020-04-22 15:16 ` Maxime Ripard
2020-04-22 23:50   ` Samuel Holland
2020-04-23  7:35     ` [linux-sunxi] " Clément Péron
2020-04-23  9:49     ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®