Skip to content

Commit 6721159

Browse files
committed
Changes to accomodate "ENGR00305648-1 ASoC: imx-sgtl5000: Support non-ssi cpu-dai" in wandboard code
1 parent 59198db commit 6721159

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm/boot/dts/imx6qdl-wandboard.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
compatible = "fsl,imx6-wandboard-sgtl5000",
6666
"fsl,imx-audio-sgtl5000";
6767
model = "imx6-wandboard-sgtl5000";
68-
ssi-controller = <&ssi1>;
68+
cpu-dai = <&ssi1>;
6969
audio-codec = <&codec>;
7070
audio-routing =
7171
"MIC_IN", "Mic Jack",

sound/soc/fsl/imx-sgtl5000.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ static int imx_sgtl5000_probe(struct platform_device *pdev)
177177
}
178178

179179
platform_set_drvdata(pdev, data);
180-
of_node_put(ssi_np);
180+
//of_node_put(ssi_np);
181181
of_node_put(codec_np);
182182

183183
return 0;

0 commit comments

Comments
 (0)