aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/tegra/clk-id.h
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2019-06-28 11:06:35 +0200
committerThierry Reding <treding@nvidia.com>2019-11-11 14:52:08 +0100
commit991a051ea5f15266903f52acb5832a596dd3da51 (patch)
treea276ced561b4b478338afc1b6840ac3082c6fae4 /drivers/clk/tegra/clk-id.h
parentMerge branch 'for-5.5/dt-bindings' into for-5.5/clk (diff)
downloadwireguard-linux-991a051ea5f15266903f52acb5832a596dd3da51.tar.xz
wireguard-linux-991a051ea5f15266903f52acb5832a596dd3da51.zip
clk: tegra: Remove last remains of TEGRA210_CLK_SOR1_SRC
Later SoC generations implement this clock as SOR1_OUT. For consistency, the Tegra210 implementation was adapted to match the same name in commit 4d1dc4018573 ("dt-bindings: clock: tegra: Add sor1_out clock"). Clean up the remaining pieces by adopting the new name for the internal identifiers and remove the old alias. Note that since both SOR1_SRC and SOR1_OUT were referring to the same device tree clock ID, this does not break device tree ABI. Acked-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/clk/tegra/clk-id.h')
-rw-r--r--drivers/clk/tegra/clk-id.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/tegra/clk-id.h b/drivers/clk/tegra/clk-id.h
index de466b4446da..ae02885c9475 100644
--- a/drivers/clk/tegra/clk-id.h
+++ b/drivers/clk/tegra/clk-id.h
@@ -238,7 +238,7 @@ enum clk_id {
tegra_clk_sor0,
tegra_clk_sor0_lvds,
tegra_clk_sor1,
- tegra_clk_sor1_src,
+ tegra_clk_sor1_out,
tegra_clk_spdif,
tegra_clk_spdif_2x,
tegra_clk_spdif_in,