From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A2BEFC433F5 for ; Sun, 26 Sep 2021 18:40:57 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E91AA610A2 for ; Sun, 26 Sep 2021 18:40:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org E91AA610A2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B411D835F4; Sun, 26 Sep 2021 20:40:50 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="g79roxMR"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C570A835FF; Sun, 26 Sep 2021 20:40:28 +0200 (CEST) Received: from mail-ua1-x936.google.com (mail-ua1-x936.google.com [IPv6:2607:f8b0:4864:20::936]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 93B2B835EC for ; Sun, 26 Sep 2021 20:40:20 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-ua1-x936.google.com with SMTP id 2so10440107uav.1 for ; Sun, 26 Sep 2021 11:40:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:sender:from:in-reply-to:references:date:message-id :subject:to:cc; bh=IK0rq4d5UIzzdxFjItmk6LHGJ1SzKUP8A58cChr1bUo=; b=g79roxMRZqEoYCgLeYsPN8gIq1Q4BkPhvI7T3GD0GMR8xtke9nuRNn8c4/86VOd24C P/KNhA3jetUp3BOJrNgEXuB9MR1tMoNv3nkz1Bh5M3q+eqtQQWwMpv7EREDt4iBiZuU3 UMAXQgDeFtzl9BFI5rc5T18wBn1GPpdxQRW8M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:sender:from:in-reply-to:references :date:message-id:subject:to:cc; bh=IK0rq4d5UIzzdxFjItmk6LHGJ1SzKUP8A58cChr1bUo=; b=zlk7p5/s4qHJF4EW3t4A3qPzXzp34z3TDxq9wwlc8zzu8zJXBzRAT+tqM9vcER5ChP 0wrJSq9Xt3BtlRoGGMBy8x4mNTfxvon658MpKSdVyQoXVskvKpEJeenxB3N8XM//GS2o jkkT40ldFFHt3p/z9/5+e83soS+fyTvd8ijYqbOc9DS0TXtoNQcweHkgj/hHvF2XNZSv pzi+XmY9GOm1S1fUY1R0n7gpItUx64vMLcBXfn7WQ0IxmUYnfVLlQB4GsOYkOWv9ncG5 AvtlB6MtfyEpdf3FQKBz5IswXO4j9XJSYSJqe2YraU/U4iDd0KSW3OrwkUnPxZwrrt/Q EziQ== X-Gm-Message-State: AOAM530cn1F7cccuZNbDfNYxoMqHJMLTGRj7QzNMyyk5HSNpu7qC7lmk Ztr6rjAXtxAS3pvZl3cCwpUvfsb22HTMr+d+dAmprQ== X-Google-Smtp-Source: ABdhPJxbUCyGxa/oPaD3FRPpT59Egha00ty6w2rOpwI70GUN3OwvPFjmpQpODeqrxM5BXqmv3KArU3kh4yobk8JV0wg= X-Received: by 2002:ab0:3d13:: with SMTP id f19mr17101766uax.140.1632681619118; Sun, 26 Sep 2021 11:40:19 -0700 (PDT) Received: from 480794996271 named unknown by gmailapi.google.com with HTTPREST; Sun, 26 Sep 2021 18:40:17 +0000 MIME-Version: 1.0 From: Simon Glass In-Reply-To: References: <20210828094209.121781-1-xypron.glpk@gmx.de> <20210828094209.121781-2-xypron.glpk@gmx.de> Date: Sun, 26 Sep 2021 18:40:17 +0000 X-Google-Sender-Auth: zxK0QzwT7LJPe0iKZ945dnDw5Dk Message-ID: Subject: Re: [PATCH 1/2] sandbox: correct cpu nodes To: Simon Glass Cc: Bin Meng , Sean Anderson , U-Boot Mailing List , Heinrich Schuchardt Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean On Sat, 28 Aug 2021 at 03:42, Heinrich Schuchardt 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 > --- > 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 Applied to u-boot-dm/next, thanks!