clk: tegra: add FUSE clock device
This clock is needed to ensure the FUSE registers can be accessed without freezing the system. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
This commit is contained in:

committed by
Peter De Schrijver

parent
c04bf55926
commit
5ab5d4048e
@@ -1009,6 +1009,7 @@ static struct tegra_devclk devclks[] __initdata = {
|
||||
{ .con_id = "sclk", .dt_id = TEGRA124_CLK_SCLK },
|
||||
{ .con_id = "hclk", .dt_id = TEGRA124_CLK_HCLK },
|
||||
{ .con_id = "pclk", .dt_id = TEGRA124_CLK_PCLK },
|
||||
{ .con_id = "fuse", .dt_id = TEGRA124_CLK_FUSE },
|
||||
{ .dev_id = "rtc-tegra", .dt_id = TEGRA124_CLK_RTC },
|
||||
{ .dev_id = "timer", .dt_id = TEGRA124_CLK_TIMER },
|
||||
};
|
||||
|
Reference in New Issue
Block a user