Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: tegra: fix host1x clock on Tegra124

The host1x clock on Tegra124 is a 3-bit wide mux with 6 parents.
Change thte id to tegra_clk_host1x_8 so that the correct clock gets
registered.

Signed-off-by: Mark Zhang <markz@nvidia.com>
Signed-off-by: Andrew Bresticker <abrestic@chromium.org>

authored by

Mark Zhang and committed by
Peter De Schrijver
82ba1c3c 0e766c2d

+1 -1
+1 -1
drivers/clk/tegra/clk-tegra124.c
··· 775 775 [tegra_clk_gr3d] = { .dt_id = TEGRA124_CLK_GR_3D, .present = true }, 776 776 [tegra_clk_disp2] = { .dt_id = TEGRA124_CLK_DISP2, .present = true }, 777 777 [tegra_clk_disp1] = { .dt_id = TEGRA124_CLK_DISP1, .present = true }, 778 - [tegra_clk_host1x] = { .dt_id = TEGRA124_CLK_HOST1X, .present = true }, 778 + [tegra_clk_host1x_8] = { .dt_id = TEGRA124_CLK_HOST1X, .present = true }, 779 779 [tegra_clk_vcp] = { .dt_id = TEGRA124_CLK_VCP, .present = true }, 780 780 [tegra_clk_i2s0] = { .dt_id = TEGRA124_CLK_I2S0, .present = true }, 781 781 [tegra_clk_apbdma] = { .dt_id = TEGRA124_CLK_APBDMA, .present = true },