Commit 564695dd authored by Lucas Stach's avatar Lucas Stach Committed by Shawn Guo

ARM: imx53: use clock defines in DTS files

For better readability and no need to look up numbers
in the documentation anymore.
Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 508406e8
......@@ -146,7 +146,7 @@ sgtl5000: codec@0a {
reg = <0x0a>;
VDDA-supply = <&reg_3p2v>;
VDDIO-supply = <&reg_3p2v>;
clocks = <&clks 150>;
clocks = <&clks IMX5_CLK_SSI_EXT1_GATE>;
};
};
......
......@@ -163,7 +163,7 @@ &i2c2 {
codec: sgtl5000@a {
compatible = "fsl,sgtl5000";
reg = <0x0a>;
clocks = <&clks 150>;
clocks = <&clks IMX5_CLK_SSI_EXT1_GATE>;
VDDA-supply = <&reg_3p2v>;
VDDIO-supply = <&reg_3p2v>;
};
......
......@@ -291,7 +291,7 @@ sgtl5000: codec@0a {
reg = <0x0a>;
VDDA-supply = <&reg_3p2v>;
VDDIO-supply = <&reg_3p2v>;
clocks = <&clks 150>;
clocks = <&clks IMX5_CLK_SSI_EXT1_GATE>;
};
};
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment