From: Heinrich Schuchardt Date: Mon, 1 Jul 2024 06:50:24 +0000 (+0200) Subject: rtc: fix the description of the Goldfish RTC driver X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=d2d9a6f666e098220050e0620835f780f2ce60cd;p=u-boot.git rtc: fix the description of the Goldfish RTC driver Replace the incorrect description that was copied from another driver. Signed-off-by: Heinrich Schuchardt --- diff --git a/drivers/rtc/goldfish_rtc.c b/drivers/rtc/goldfish_rtc.c index 3231eb0daf..e63a2766c7 100644 --- a/drivers/rtc/goldfish_rtc.c +++ b/drivers/rtc/goldfish_rtc.c @@ -2,7 +2,9 @@ /* * Copyright 2023, Heinrich Schuchardt * - * 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