diff options
author | Mark Zhang <markz@nvidia.com> | 2014-12-09 01:59:59 -0500 |
---|---|---|
committer | Peter De Schrijver <pdeschrijver@nvidia.com> | 2015-02-02 09:22:34 -0500 |
commit | b270491eb9a033a1ab6c66e778c9dd3e3a4f7639 (patch) | |
tree | 4b0c4d9b987aa11332a5a2f774c0beb7c78f0a6e /include/dt-bindings | |
parent | 08acae34e8dadaa8c3a0a432760555bba1db8bfb (diff) |
clk: tegra: Define PLLD_DSI and remove dsia(b)_mux
PLLD is the only parent for DSIA & DSIB on Tegra124 and
Tegra132. Besides, BIT 30 in PLLD_MISC register controls
the output of DSI clock.
So this patch removes "dsia_mux" & "dsib_mux", and create
a new clock "plld_dsi" to represent the DSI clock enable
control.
Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Signed-off-by: Mark Zhang <markz@nvidia.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/tegra124-car-common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/dt-bindings/clock/tegra124-car-common.h b/include/dt-bindings/clock/tegra124-car-common.h index aeb52df2feb3..ae2eb17a1658 100644 --- a/include/dt-bindings/clock/tegra124-car-common.h +++ b/include/dt-bindings/clock/tegra124-car-common.h | |||
@@ -297,7 +297,7 @@ | |||
297 | #define TEGRA124_CLK_PLL_C4 270 | 297 | #define TEGRA124_CLK_PLL_C4 270 |
298 | #define TEGRA124_CLK_PLL_DP 271 | 298 | #define TEGRA124_CLK_PLL_DP 271 |
299 | #define TEGRA124_CLK_PLL_E_MUX 272 | 299 | #define TEGRA124_CLK_PLL_E_MUX 272 |
300 | /* 273 */ | 300 | #define TEGRA124_CLK_PLLD_DSI 273 |
301 | /* 274 */ | 301 | /* 274 */ |
302 | /* 275 */ | 302 | /* 275 */ |
303 | /* 276 */ | 303 | /* 276 */ |
@@ -334,8 +334,8 @@ | |||
334 | #define TEGRA124_CLK_CLK_OUT_1_MUX 306 | 334 | #define TEGRA124_CLK_CLK_OUT_1_MUX 306 |
335 | #define TEGRA124_CLK_CLK_OUT_2_MUX 307 | 335 | #define TEGRA124_CLK_CLK_OUT_2_MUX 307 |
336 | #define TEGRA124_CLK_CLK_OUT_3_MUX 308 | 336 | #define TEGRA124_CLK_CLK_OUT_3_MUX 308 |
337 | #define TEGRA124_CLK_DSIA_MUX 309 | 337 | /* 309 */ |
338 | #define TEGRA124_CLK_DSIB_MUX 310 | 338 | /* 310 */ |
339 | #define TEGRA124_CLK_SOR0_LVDS 311 | 339 | #define TEGRA124_CLK_SOR0_LVDS 311 |
340 | #define TEGRA124_CLK_XUSB_SS_DIV2 312 | 340 | #define TEGRA124_CLK_XUSB_SS_DIV2 312 |
341 | 341 | ||