diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-04-26 21:28:29 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-26 22:55:50 -0400 |
commit | b26a68c1fbdf34d5fcc49f9208b2bb114839a2d0 (patch) | |
tree | d5e34c5194417b8c9d5e4b393dc97d0edfd6297d /arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi | |
parent | b18f909376352aa1c1e755aed87f8061d9e14510 (diff) |
ARM: dts: imx6: Do not hardcode the CLKO clock
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi b/arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi index 24d7d3f18464..e456b5cc1b03 100644 --- a/arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi +++ b/arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi | |||
@@ -269,7 +269,7 @@ | |||
269 | pinctrl-names = "default"; | 269 | pinctrl-names = "default"; |
270 | pinctrl-0 = <&pinctrl_sgtl5000>; | 270 | pinctrl-0 = <&pinctrl_sgtl5000>; |
271 | reg = <0x0a>; | 271 | reg = <0x0a>; |
272 | clocks = <&clks 201>; | 272 | clocks = <&clks IMX6QDL_CLK_CKO>; |
273 | VDDA-supply = <®_2p5v>; | 273 | VDDA-supply = <®_2p5v>; |
274 | VDDIO-supply = <®_3p3v>; | 274 | VDDIO-supply = <®_3p3v>; |
275 | }; | 275 | }; |