aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolin Chen <Guangyu.Chen@freescale.com>2014-04-23 02:10:31 -0400
committerNicolin Chen <Guangyu.Chen@freescale.com>2014-04-23 04:48:34 -0400
commitc368f9011aebb877aaffc6e4c5d12c7893b552b0 (patch)
treebfcab68be1d2f53515966d73cf3c4fad53792a6f
parentf12e2ea9c6c5557adb3bbe26c51021978f2c8d99 (diff)
ENGR00309977-3 ARM: imx6sx: Drop useless IMX6SX_CLK_AUDIO_GATE
Since we've fixed the clock's shared-gate issue, we no longer need this gate clock. Thus drop it. Acked-by: Wang Shengjiu <b02247@freescale.com> Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com>
-rw-r--r--include/dt-bindings/clock/imx6sx-clock.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/imx6sx-clock.h b/include/dt-bindings/clock/imx6sx-clock.h
index 4fe0e4686794..0cc658b7e436 100644
--- a/include/dt-bindings/clock/imx6sx-clock.h
+++ b/include/dt-bindings/clock/imx6sx-clock.h
@@ -249,7 +249,6 @@
249#define IMX6SX_CLK_ASRC_MEM 236 249#define IMX6SX_CLK_ASRC_MEM 236
250#define IMX6SX_CLK_SAI1_IPG 237 250#define IMX6SX_CLK_SAI1_IPG 237
251#define IMX6SX_CLK_SAI2_IPG 238 251#define IMX6SX_CLK_SAI2_IPG 238
252#define IMX6SX_CLK_AUDIO_GATE 239 252#define IMX6SX_CLK_CLK_END 239
253#define IMX6SX_CLK_CLK_END 240
254 253
255#endif /* __DT_BINDINGS_CLOCK_IMX6SX_H */ 254#endif /* __DT_BINDINGS_CLOCK_IMX6SX_H */