summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolin Chen <Guangyu.Chen@freescale.com>2014-04-23 14:10:31 +0800
committerNicolin Chen <Guangyu.Chen@freescale.com>2014-04-23 17:00:19 +0800
commit5f1f2d8a3db3ea7215b717a08cb80385be97f7d3 (patch)
tree549fd2a6b68d396aa1b226813cae69a7bb90813a
parentf802466e492c478b433dd84dd0c16b8cf11e987a (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> (cherry picked from commit c368f9011aebb877aaffc6e4c5d12c7893b552b0)
-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 @@
#define IMX6SX_CLK_ASRC_MEM 236
#define IMX6SX_CLK_SAI1_IPG 237
#define IMX6SX_CLK_SAI2_IPG 238
-#define IMX6SX_CLK_AUDIO_GATE 239
-#define IMX6SX_CLK_CLK_END 240
+#define IMX6SX_CLK_CLK_END 239
#endif /* __DT_BINDINGS_CLOCK_IMX6SX_H */