aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx53-mba53.dts
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2013-11-14 05:18:58 -0500
committerShawn Guo <shawn.guo@linaro.org>2014-02-09 08:32:40 -0500
commit564695dde92a0607e7a1566c34ca696486e42d27 (patch)
tree8447d5bf932cd8566e399023f3dd56199368db47 /arch/arm/boot/dts/imx53-mba53.dts
parent508406e8e893c39d81f29101c86dc09268efbff8 (diff)
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: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53-mba53.dts')
-rw-r--r--arch/arm/boot/dts/imx53-mba53.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-mba53.dts b/arch/arm/boot/dts/imx53-mba53.dts
index 3897bd8a6bf0..0358366c5a17 100644
--- a/arch/arm/boot/dts/imx53-mba53.dts
+++ b/arch/arm/boot/dts/imx53-mba53.dts
@@ -163,7 +163,7 @@
163 codec: sgtl5000@a { 163 codec: sgtl5000@a {
164 compatible = "fsl,sgtl5000"; 164 compatible = "fsl,sgtl5000";
165 reg = <0x0a>; 165 reg = <0x0a>;
166 clocks = <&clks 150>; 166 clocks = <&clks IMX5_CLK_SSI_EXT1_GATE>;
167 VDDA-supply = <&reg_3p2v>; 167 VDDA-supply = <&reg_3p2v>;
168 VDDIO-supply = <&reg_3p2v>; 168 VDDIO-supply = <&reg_3p2v>;
169 }; 169 };