Skip to content

Commit

Permalink
ARM: dtsi: imx6qdl-sabresd: Enable WM8962 audio support
Browse files Browse the repository at this point in the history
Enable WM8962 ALSA machine driver via devicetree.

Signed-off-by: Nicolin Chen <b42378@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Nicolin Chen authored and Shawn Guo committed Jun 17, 2013
1 parent 4882870 commit 77b38fc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions arch/arm/boot/dts/imx6qdl-sabresd.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,25 @@
linux,code = <114>; /* KEY_VOLUMEDOWN */
};
};

sound {
compatible = "fsl,imx6q-sabresd-wm8962",
"fsl,imx-audio-wm8962";
model = "wm8962-audio";
ssi-controller = <&ssi2>;
audio-codec = <&codec>;
audio-routing =
"Headphone Jack", "HPOUTL",
"Headphone Jack", "HPOUTR",
"Ext Spk", "SPKOUTL",
"Ext Spk", "SPKOUTR",
"MICBIAS", "AMIC",
"IN3R", "MICBIAS",
"DMIC", "MICBIAS",
"DMICDAT", "DMIC";
mux-int-port = <2>;
mux-ext-port = <3>;
};
};

&audmux {
Expand Down

0 comments on commit 77b38fc

Please sign in to comment.