arm64: tegra: Add clock for Tegra234 RTC
The RTC device requires a clock. Add it. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
7fa307524a
commit
e537adde13
@ -93,6 +93,8 @@
|
||||
reg = <0x0c2a0000 0x10000>;
|
||||
interrupt-parent = <&pmc>;
|
||||
interrupts = <73 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&bpmp TEGRA234_CLK_CLK_32K>;
|
||||
clock-names = "rtc";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user