Message ID | 1585153582-21127-1-git-send-email-tharvey@gateworks.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 4237c625304b212a3f30adf787901082082511ec |
Headers | show |
Series | [v2] ARM: dts: imx: fix audio SSI on GW551x | expand |
Hi Tim, On Wed, Mar 25, 2020 at 1:26 PM Tim Harvey <tharvey@gateworks.com> wrote: > > The audio codec on the GW551x routes to ssi1 > > Signed-off-by: Tim Harvey <tharvey@gateworks.com> You could also add a Fixes tag so that this could be ported to stable kernels.
diff --git a/arch/arm/boot/dts/imx6qdl-gw551x.dtsi b/arch/arm/boot/dts/imx6qdl-gw551x.dtsi index c38e86e..8c33510 100644 --- a/arch/arm/boot/dts/imx6qdl-gw551x.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw551x.dtsi @@ -110,7 +110,7 @@ simple-audio-card,frame-master = <&sound_codec>; sound_cpu: simple-audio-card,cpu { - sound-dai = <&ssi2>; + sound-dai = <&ssi1>; }; sound_codec: simple-audio-card,codec {
The audio codec on the GW551x routes to ssi1 Signed-off-by: Tim Harvey <tharvey@gateworks.com> --- v2: fix typo in commit short desc arch/arm/boot/dts/imx6qdl-gw551x.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)