diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-04-27 03:28:29 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-27 04:55:50 +0200 |
commit | b26a68c1fbdf34d5fcc49f9208b2bb114839a2d0 (patch) | |
tree | d5e34c5194417b8c9d5e4b393dc97d0edfd6297d /arch/arm/boot/dts/imx6q-tbs2910.dts | |
parent | ARM: dts: imx6: Add dts for Embest MarS Board (diff) | |
download | linux-b26a68c1fbdf34d5fcc49f9208b2bb114839a2d0.tar.xz linux-b26a68c1fbdf34d5fcc49f9208b2bb114839a2d0.zip |
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/imx6q-tbs2910.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-tbs2910.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-tbs2910.dts b/arch/arm/boot/dts/imx6q-tbs2910.dts index 2401c6b54361..1926b1348a62 100644 --- a/arch/arm/boot/dts/imx6q-tbs2910.dts +++ b/arch/arm/boot/dts/imx6q-tbs2910.dts @@ -159,7 +159,7 @@ status = "okay"; sgtl5000: sgtl5000@0a { - clocks = <&clks 201>; + clocks = <&clks IMX6QDL_CLK_CKO>; compatible = "fsl,sgtl5000"; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_sgtl5000>; |