summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-gw5400-a.dts
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-04-26 22:28:29 -0300
committerShawn Guo <shawnguo@kernel.org>2016-04-27 10:55:50 +0800
commitb26a68c1fbdf34d5fcc49f9208b2bb114839a2d0 (patch)
treed5e34c5194417b8c9d5e4b393dc97d0edfd6297d /arch/arm/boot/dts/imx6q-gw5400-a.dts
parentb18f909376352aa1c1e755aed87f8061d9e14510 (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/imx6q-gw5400-a.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-gw5400-a.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-gw5400-a.dts b/arch/arm/boot/dts/imx6q-gw5400-a.dts
index a51834e1dd27..0511137d1e23 100644
--- a/arch/arm/boot/dts/imx6q-gw5400-a.dts
+++ b/arch/arm/boot/dts/imx6q-gw5400-a.dts
@@ -327,7 +327,7 @@
codec: sgtl5000@0a {
compatible = "fsl,sgtl5000";
reg = <0x0a>;
- clocks = <&clks 201>;
+ clocks = <&clks IMX6QDL_CLK_CKO>;
VDDA-supply = <&sw4_reg>;
VDDIO-supply = <&reg_3p3v>;
};