]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rtc: fix the description of the Goldfish RTC driver
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 1 Jul 2024 06:50:24 +0000 (08:50 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 14 Jul 2024 07:56:24 +0000 (09:56 +0200)
Replace the incorrect description that was copied from another driver.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
drivers/rtc/goldfish_rtc.c

index 3231eb0daf8337a360a20b87973c95dd664912a2..e63a2766c7603cb99531cc44ffbea5e1b49d8837 100644 (file)
@@ -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>