Re: [PATCH] arm64: tegra: Enable built-in RTC on Jetson AGX Thor
Jon Hunter <[email protected]>
| Newsgroups | org.kernel.vger.linux-tegra |
|---|---|
| Message-ID | <[email protected]> |
On 17/08/2026 15:32, Thierry Reding wrote: > From: Thierry Reding <[email protected]> > > The built-in RTC is mostly useful for testing suspend/resume cycles. > > Signed-off-by: Thierry Reding <[email protected]> > --- > arch/arm64/boot/dts/nvidia/tegra264-p4071-0000+p3834.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm64/boot/dts/nvidia/tegra264-p4071-0000+p3834.dtsi b/arch/arm64/boot/dts/nvidia/tegra264-p4071-0000+p3834.dtsi > index c4ba3322ed9a..113ecf297378 100644 > --- a/arch/arm64/boot/dts/nvidia/tegra264-p4071-0000+p3834.dtsi > +++ b/arch/arm64/boot/dts/nvidia/tegra264-p4071-0000+p3834.dtsi > @@ -13,6 +13,12 @@ chosen { > stdout-path = "serial0:115200n8"; > }; > > + bus@0 { > + rtc@c2c0000 { > + status = "okay"; > + }; > + }; > + Any reason we should not just enable in tegra264.dtsi by default? I see that we do that for tegra234. Jon -- nvpublic