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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id AB9C1C352A1 for ; Tue, 6 Dec 2022 16:17:25 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 1DBB4854F1; Tue, 6 Dec 2022 17:16:49 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 8C5CD854D4; Tue, 6 Dec 2022 17:16:43 +0100 (CET) Received: from mail-oa1-f49.google.com (mail-oa1-f49.google.com [209.85.160.49]) (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 CD30C8552B for ; Tue, 6 Dec 2022 17:16:39 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=robherring2@gmail.com Received: by mail-oa1-f49.google.com with SMTP id 586e51a60fabf-144b21f5e5fso6009301fac.12 for ; Tue, 06 Dec 2022 08:16:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ITdygdXB0IqMwBPwoNklzvse1e76rJsXSw7ODCa/jHg=; b=BSWx5tYehza7qQie5SD+tJ9FjuCvOl2zn4rLLhaff0Tl51SJQSn10KnbbDGy7l1nEf pTdIpIkvSrg7vPIuawKpugHKvm/mTGuHkUn3BhuikXvROyVMkyh6qfpBxCePdt2Uqda6 P/RlHQzWsLPlD3TScGif0sBPFoaYuv54inQxSjfLxARmUbZq1l2U1EqMJJ2QB7/jFZKh yJ0aTF8gLGBwrebDk+GJyVHc6R4+6DCo3sUMyMVp+MOtt4Y1Xp/un01+E6sjagFl4WRU u2JP7vZ3jQArXOXNBCfcvgRtASbufCSp37i011ugXVRD1V24JTjAeTwwGQKnVdJtSfhO CPcw== X-Gm-Message-State: ANoB5pn91Kfbeg74hUfBi2Yp5t07M/0InrSDNUfMq/FDZPRYnymc3Ni0 hWHtWu5pN18z1ve2vtwtCA== X-Google-Smtp-Source: AA0mqf76VMqUIWIVQSAd4wrVVLJyGvKYW2he9EAbdg29SJgiL+TXYUryX9j/Ls10m1W/r0I+E9aQmw== X-Received: by 2002:a05:6870:58e:b0:144:6590:b939 with SMTP id m14-20020a056870058e00b001446590b939mr7958327oap.28.1670343398326; Tue, 06 Dec 2022 08:16:38 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id 14-20020aca210e000000b00359ba124b07sm4561361oiz.36.2022.12.06.08.16.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 06 Dec 2022 08:16:37 -0800 (PST) Received: (nullmailer pid 581648 invoked by uid 1000); Tue, 06 Dec 2022 16:16:32 -0000 From: Rob Herring Date: Tue, 06 Dec 2022 10:16:31 -0600 Subject: [PATCH 3/4] dts: synquacer: Fix "arm, armv7-timer-mem" node address sizes MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Message-Id: <20221206-synquacer-dts-v1-3-73eb52e391e9@kernel.org> References: <20221206-synquacer-dts-v1-0-73eb52e391e9@kernel.org> In-Reply-To: <20221206-synquacer-dts-v1-0-73eb52e391e9@kernel.org> To: Masahisa Kojima , Tom Rini , Ilias Apalodimas Cc: u-boot@lists.denx.de X-Mailer: b4 0.11.0-dev X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.6 at phobos.denx.de X-Virus-Status: Clean The "arm,armv7-timer-mem" schema defines the address sizes for child nodes to be 32-bit as there's no need for 64-bit offsets and sizes of the child 'frame' nodes. Signed-off-by: Rob Herring --- arch/arm/dts/synquacer-sc2a11.dtsi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/dts/synquacer-sc2a11.dtsi b/arch/arm/dts/synquacer-sc2a11.dtsi index 0e1bc164549f..049afcb0af8a 100644 --- a/arch/arm/dts/synquacer-sc2a11.dtsi +++ b/arch/arm/dts/synquacer-sc2a11.dtsi @@ -364,13 +364,13 @@ timer@2a810000 { compatible = "arm,armv7-timer-mem"; reg = <0x0 0x2a810000 0x0 0x10000>; - #address-cells = <2>; - #size-cells = <2>; - ranges; - frame@2a830000 { + #address-cells = <1>; + #size-cells = <1>; + ranges = <0x0 0x0 0x2a810000 0x30000>; + frame@20000 { frame-number = <0>; interrupts = ; - reg = <0x0 0x2a830000 0x0 0x10000>; + reg = <0x20000 0x10000>; }; }; -- b4 0.11.0-dev