diff options
author | Thierry Reding <treding@nvidia.com> | 2015-03-26 17:53:01 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-06 22:03:58 +0200 |
commit | 7c646709786798cd41b4e2feb7f9136214169c92 (patch) | |
tree | d917b706313c92e36aff3f753c6116794e6cea66 /include | |
parent | 41761ed1e3b457699c416c4e5eea1c86aa2d307c (diff) | |
download | linux-exynos-7c646709786798cd41b4e2feb7f9136214169c92.tar.gz linux-exynos-7c646709786798cd41b4e2feb7f9136214169c92.tar.bz2 linux-exynos-7c646709786798cd41b4e2feb7f9136214169c92.zip |
clk: tegra: Use the proper parent for plld_dsi
commit c1d676cec572544616273d5853cb7cc38fbaa62b upstream.
The current parent, plld_out0, does not exist. The proper name is
pll_d_out0. While at it, rename the plld_dsi clock to pll_d_dsi_out to
be more consistent with other clock names.
Fixes: b270491eb9a0 ("clk: tegra: Define PLLD_DSI and remove dsia(b)_mux")
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/clock/tegra124-car-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/tegra124-car-common.h b/include/dt-bindings/clock/tegra124-car-common.h index ae2eb17a1658..a2156090563f 100644 --- a/include/dt-bindings/clock/tegra124-car-common.h +++ b/include/dt-bindings/clock/tegra124-car-common.h @@ -297,7 +297,7 @@ #define TEGRA124_CLK_PLL_C4 270 #define TEGRA124_CLK_PLL_DP 271 #define TEGRA124_CLK_PLL_E_MUX 272 -#define TEGRA124_CLK_PLLD_DSI 273 +#define TEGRA124_CLK_PLL_D_DSI_OUT 273 /* 274 */ /* 275 */ /* 276 */ |