diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-07-01 08:50:24 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-07-14 09:56:24 +0200 |
commit | d2d9a6f666e098220050e0620835f780f2ce60cd (patch) | |
tree | 8a06a8bf0f67d138a2e622e6928fded4b8dc5165 | |
parent | 88ef1bf4c43dea5412b716f67f49f794275a0a2c (diff) |
rtc: fix the description of the Goldfish RTC driver
Replace the incorrect description that was copied from another driver.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r-- | drivers/rtc/goldfish_rtc.c | 4 |
1 files changed, 3 insertions, 1 deletions
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> |