diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2013-11-14 10:18:58 (GMT) |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-09 13:32:40 (GMT) |
commit | 564695dde92a0607e7a1566c34ca696486e42d27 (patch) | |
tree | 8447d5bf932cd8566e399023f3dd56199368db47 /arch/arm/boot/dts/imx53-m53evk.dts | |
parent | 508406e8e893c39d81f29101c86dc09268efbff8 (diff) | |
download | linux-564695dde92a0607e7a1566c34ca696486e42d27.tar.xz |
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-m53evk.dts')
-rw-r--r-- | arch/arm/boot/dts/imx53-m53evk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-m53evk.dts b/arch/arm/boot/dts/imx53-m53evk.dts index 44adf8e..f3f02b5 100644 --- a/arch/arm/boot/dts/imx53-m53evk.dts +++ b/arch/arm/boot/dts/imx53-m53evk.dts @@ -146,7 +146,7 @@ reg = <0x0a>; VDDA-supply = <®_3p2v>; VDDIO-supply = <®_3p2v>; - clocks = <&clks 150>; + clocks = <&clks IMX5_CLK_SSI_EXT1_GATE>; }; }; |