summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/clock/imx6sl-clock.h
diff options
context:
space:
mode:
authorFugang Duan <b38611@freescale.com>2014-05-19 15:46:41 +0800
committerShawn Guo <shawn.guo@freescale.com>2014-06-17 21:11:18 +0800
commit4ca2ad55553ef528c055761a9fa4d2c140f7318b (patch)
treefe1ebbaa90cd2fa89fc558fcef6aff9eb56f470d /include/dt-bindings/clock/imx6sl-clock.h
parent7171511eaec5bf23fb06078f59784a3a0626b38f (diff)
downloadlinux-4ca2ad55553ef528c055761a9fa4d2c140f7318b.tar.bz2
ARM: imx6sl: add missing enet clock for imx6sl
There's a enet clock gate missing in clock tree, thus add it. Signed-off-by: Fugang Duan <B38611@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'include/dt-bindings/clock/imx6sl-clock.h')
-rw-r--r--include/dt-bindings/clock/imx6sl-clock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx6sl-clock.h b/include/dt-bindings/clock/imx6sl-clock.h
index 7cf5c9969336..b91dd462ba85 100644
--- a/include/dt-bindings/clock/imx6sl-clock.h
+++ b/include/dt-bindings/clock/imx6sl-clock.h
@@ -145,6 +145,7 @@
#define IMX6SL_CLK_USDHC4 132
#define IMX6SL_CLK_PLL4_AUDIO_DIV 133
#define IMX6SL_CLK_SPBA 134
-#define IMX6SL_CLK_END 135
+#define IMX6SL_CLK_ENET 135
+#define IMX6SL_CLK_END 136
#endif /* __DT_BINDINGS_CLOCK_IMX6SL_H */