-----Original Message-----
From: Devang Tailor <redacted>
Sent: Thursday, July 10, 2025 2:05 PM
To: robh@kernel.org; krzk+dt@kernel.org; conor+dt@kernel.org;
alim.akhtar@samsung.com; alexandre.belloni@bootlin.com;
devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux-
samsung-soc@vger.kernel.org; linux-kernel@vger.kernel.org; linux-
rtc@vger.kernel.org; faraz.ata@samsung.com
Cc: Devang Tailor <redacted>
Subject: [PATCH v2 2/3] rtc: s3c: support for exynosautov9 on-chip RTC
The on-chip RTC of this SoC is almost similar to the previous versions of SoC.
Hence re-use the existing driver with platform specific change to enable RTC.
This has been tested with 'hwclock' & 'date' utilities
Signed-off-by: Devang Tailor <redacted>
---
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>