Using "IMX6QDL_CLK_CKO" for the clock is easier to read instead of the hardcoded clock number. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
@@ -114,7 +114,7 @@
codec: sgtl5000@0a {
compatible = "fsl,sgtl5000";
reg = <0x0a>;
- clocks = <&clks 201>;
+ clocks = <&clks IMX6QDL_CLK_CKO>;
VDDA-supply = <®_2p5v>;
VDDIO-supply = <®_3p3v>;
};
@@ -327,7 +327,7 @@
VDDA-supply = <&sw4_reg>;
@@ -159,7 +159,7 @@
status = "okay";
sgtl5000: sgtl5000@0a {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_sgtl5000>;
@@ -324,7 +324,7 @@
@@ -213,7 +213,7 @@
VDDA-supply = <®_3p3v>;
@@ -244,7 +244,7 @@
VDDA-supply = <®_1p8v>;
@@ -237,7 +237,7 @@
@@ -328,7 +328,7 @@
@@ -269,7 +269,7 @@
@@ -402,7 +402,7 @@
@@ -304,7 +304,7 @@
@@ -126,7 +126,7 @@
@@ -290,7 +290,7 @@
@@ -260,7 +260,7 @@
pinctrl-0 = <&pinctrl_usbh>;
vbus-supply = <®_usb_h1_vbus>;
@@ -85,7 +85,7 @@