[PATCH 1/2] sandbox: correct cpu nodes

Simon Glass sjg at chromium.org
Thu Sep 2 18:41:09 CEST 2021


On Sat, 28 Aug 2021 at 03:42, Heinrich Schuchardt <xypron.glpk at 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.glpk at 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 <sjg at chromium.org>


More information about the U-Boot mailing list