From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 31 May 2020 08:07:52 -0600 Subject: [PATCH v2 09/10] test: dm: rtc: add test of rtc_read, rtc_write In-Reply-To: <20200519220117.24448-10-rasmus.villemoes@prevas.dk> References: <20200504212032.3759-1-rasmus.villemoes@prevas.dk> <20200519220117.24448-1-rasmus.villemoes@prevas.dk> <20200519220117.24448-10-rasmus.villemoes@prevas.dk> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 19 May 2020 at 16:01, Rasmus Villemoes wrote: > > Define a few aux registers and check that they can be read/written > individually. Also check that one can access the time-keeping > registers directly and get the expected results. > > Signed-off-by: Rasmus Villemoes > --- > arch/sandbox/include/asm/rtc.h | 5 ++++ > test/dm/rtc.c | 45 ++++++++++++++++++++++++++++++++++ > 2 files changed, 50 insertions(+) Reviewed-by: Simon Glass