On Sat, 28 Aug 2021 at 03:42, Heinrich Schuchardt <xypron.g...@gmx.de> wrote: > > The cpu nodes in arch/sandbox/dts/test.dts should conform to the devicetree > specification: > > * property device_type must be set to "cpu" > * the reg property must be provided > * the cpu nodes must have an address > > Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de> > --- > arch/sandbox/dts/test.dts | 14 +++++++++++--- > drivers/cpu/cpu_sandbox.c | 2 +- > test/dm/cpu.c | 2 +- > test/dm/timer.c | 6 +++--- > 4 files changed, 16 insertions(+), 8 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>