|
@@ -250,8 +250,6 @@
|
|
|
compatible = "fsl,imx6q-nitrogen6_som2-sgtl5000",
|
|
|
"fsl,imx-audio-sgtl5000";
|
|
|
model = "imx6q-nitrogen6_som2-sgtl5000";
|
|
|
- pinctrl-names = "default";
|
|
|
- pinctrl-0 = <&pinctrl_sgtl5000>;
|
|
|
ssi-controller = <&ssi1>;
|
|
|
audio-codec = <&codec>;
|
|
|
audio-routing =
|
|
@@ -320,6 +318,8 @@
|
|
|
|
|
|
codec: sgtl5000@0a {
|
|
|
compatible = "fsl,sgtl5000";
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&pinctrl_sgtl5000>;
|
|
|
reg = <0x0a>;
|
|
|
clocks = <&clks IMX6QDL_CLK_CKO>;
|
|
|
VDDA-supply = <®_2p5v>;
|