]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rtc: nvvrs: add NVIDIA VRS RTC device driver
authorShubhi Garg <shgarg@nvidia.com>
Tue, 7 Oct 2025 13:57:37 +0000 (13:57 +0000)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 6 Nov 2025 22:50:08 +0000 (23:50 +0100)
commit9d6d6b06933c86849e8e12f1cb9c1afb9c048536
tree4ca32a3fe73547c2b2685183a8ee1e2fd392fb8b
parent4c03653f19ae9b57e84cfe2d625b13bd1dfd449e
rtc: nvvrs: add NVIDIA VRS RTC device driver

Add support for NVIDIA VRS (Voltage Regulator Specification) RTC device
driver. NVIDIA VRS is a Power Management IC (PMIC) that implements a
power sequencing solution with I2C interface. The device includes RTC
which provides functionality to get/set system time, retain system
time across boot, wake system from suspend and shutdown state.

Supported platforms:
- NVIDIA Jetson AGX Orin Developer Kit
- NVIDIA IGX Orin Development Kit
- NVIDIA Jetson Orin NX Developer Kit
- NVIDIA Jetson Orin Nano Developer Kit

Signed-off-by: Shubhi Garg <shgarg@nvidia.com>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://patch.msgid.link/20251007135738.487694-4-shgarg@nvidia.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
MAINTAINERS
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-nvidia-vrs10.c [new file with mode: 0644]