On Tue, 19 May 2020 at 16:01, Rasmus Villemoes <rasmus.villem...@prevas.dk> 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 <rasmus.villem...@prevas.dk> > --- > arch/sandbox/include/asm/rtc.h | 5 ++++ > test/dm/rtc.c | 45 ++++++++++++++++++++++++++++++++++ > 2 files changed, 50 insertions(+)
Reviewed-by: Simon Glass <s...@chromium.org>