diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2014-07-10 05:05:49 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-11 04:14:45 -0400 |
commit | f9a708175789b138e559f6afcea75cd4b2acd25e (patch) | |
tree | 59004074ef83f621a3b8a54c92c42faa41a78e66 /include | |
parent | dc49a7739f46c92cc52e43e538d98f45e8cd5920 (diff) |
ENGR00322272-1: ARM: imx6sx: hide the buggy ldb_di_sel mux from clk API
This is a smilar change for imx6sx clock tree as what we did for imx6q
with commit 0bec46131d88 (ENGR00318063-8: ARM: imx6q: hide buggy
ldb_di_sel from clk API).
As the valid procedure of switching ldb_di_sel on imx6sx is not
available yet, we hide this buggy mux by looking at the parent selection
done by bootloader and register it statically to clock framework, so
that switching this buggy mux becomes impossible.
Also, since the bit width of ldb_di_sels is 3, we add two "dummy"
entries for ldb_di_sels to avoid out-of-bounds error.
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/clock/imx6sx-clock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/imx6sx-clock.h b/include/dt-bindings/clock/imx6sx-clock.h index 0e3710cdd5f6..0206616014dc 100644 --- a/include/dt-bindings/clock/imx6sx-clock.h +++ b/include/dt-bindings/clock/imx6sx-clock.h | |||
@@ -72,8 +72,6 @@ | |||
72 | #define IMX6SX_CLK_CAN_SEL 59 | 72 | #define IMX6SX_CLK_CAN_SEL 59 |
73 | #define IMX6SX_CLK_UART_SEL 60 | 73 | #define IMX6SX_CLK_UART_SEL 60 |
74 | #define IMX6SX_CLK_QSPI2_SEL 61 | 74 | #define IMX6SX_CLK_QSPI2_SEL 61 |
75 | #define IMX6SX_CLK_LDB_DI1_SEL 62 | ||
76 | #define IMX6SX_CLK_LDB_DI0_SEL 63 | ||
77 | #define IMX6SX_CLK_SPDIF_SEL 64 | 75 | #define IMX6SX_CLK_SPDIF_SEL 64 |
78 | #define IMX6SX_CLK_AUDIO_SEL 65 | 76 | #define IMX6SX_CLK_AUDIO_SEL 65 |
79 | #define IMX6SX_CLK_ENET_PRE_SEL 66 | 77 | #define IMX6SX_CLK_ENET_PRE_SEL 66 |