ARM: Kirkwood: t5325: Use simple card to instantiate audio
authorAndrew Lunn <andrew@lunn.ch>
Sat, 3 May 2014 18:30:17 +0000 (20:30 +0200)
committerJason Cooper <jason@lakedaemon.net>
Mon, 5 May 2014 01:18:45 +0000 (01:18 +0000)
Add device tree nodes to instantiate the audio drivers on the HP T5325
device.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1399141819-23924-8-git-send-email-andrew@lunn.ch
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/kirkwood-t5325.dts

index 291eff4fd35348cd495968db59a3e3ebe52b17ed..610ec0f95858b4691f7c275d8a0d794a27d8863b 100644 (file)
                gpios = <&gpio1 17 GPIO_ACTIVE_HIGH>;
        };
 
+       sound {
+               compatible = "simple-audio-card";
+               simple-audio-card,format = "i2s";
+               simple-audio-card,routing =
+                       "Headphone Jack", "HPL",
+                       "Headphone Jack", "HPR",
+                       "Speaker", "SPKOUT",
+                       "Speaker", "SPKOUTN",
+                       "MIC1", "Mic Jack",
+                       "MIC2", "Mic Jack";
+               simple-audio-card,widgets =
+                       "Headphone", "Headphone Jack",
+                       "Speaker", "Speaker",
+                       "Microphone", "Mic Jack";
+
+               simple-audio-card,mclk-fs = <256>;
+
+               simple-audio-card,cpu {
+                       sound-dai = <&audio>;
+               };
+
+               simple-audio-card,codec {
+                       sound-dai = <&alc5621>;
+               };
+       };
 };
 
 &mdio {
This page took 0.025933 seconds and 5 git commands to generate.