diff mbox series

[1/1] rtc: fix the description of the Goldfish RTC driver

Message ID 20240701065025.13296-1-heinrich.schuchardt@canonical.com
State Accepted, archived
Commit d2d9a6f666e098220050e0620835f780f2ce60cd
Delegated to: Heinrich Schuchardt
Headers show
Series [1/1] rtc: fix the description of the Goldfish RTC driver | expand

Commit Message

Heinrich Schuchardt July 1, 2024, 6:50 a.m. UTC
Replace the incorrect description that was copied from another driver.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 drivers/rtc/goldfish_rtc.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/rtc/goldfish_rtc.c b/drivers/rtc/goldfish_rtc.c
index 3231eb0daf8..e63a2766c76 100644
--- a/drivers/rtc/goldfish_rtc.c
+++ b/drivers/rtc/goldfish_rtc.c
@@ -2,7 +2,9 @@ 
 /*
  * Copyright 2023, Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
  *
- * This driver emulates a real time clock based on timer ticks.
+ * This driver supports the Google Goldfish virtual platform RTC device.
+ * The device is provided by the RISC-V virt machine in QEMU. It exposes
+ * a 64-bit nanosecond timer via two memory-mapped 32-bit registers.
  */
 
 #include <div64.h>