From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F3E9F2641E8; Tue, 11 Feb 2025 21:08:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739308098; cv=none; b=J6A8JfIEkoZyVpwHDHvkmzm8xan06Noh37rreduxxfBozP2L072U+9vkDJgCZY6MUwH5Qob5KjDtb3bSEngI13MC6i0aiEZzecCh0ceyNnHWKYY0XH+AfZ7N3s2o243/aT+Xkab1L3msaMdwBqJrjDOYKuOWMA19LvTOjIlLZh0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739308098; c=relaxed/simple; bh=bGAOKA1MkNL81iEciQ/YaP9238hsjmHj0yVs2PHuZjM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OzQNReQMe7hgX1Pl9QJjtdCKFV6XP2MQbcfTIh85sllnI/a3HZDKso2T1uUaWmxAq2G40dte0cueJkng8zoHNXrRCldyurphOSag67sunN/Lx3O5azXHRbc62P/f4uY8h0CjW2f6kzwSyFMmFmtTE/xVg5tNabyv72oZOsjf9PM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WQ+4Fr4o; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="WQ+4Fr4o" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 26979C4CEE2; Tue, 11 Feb 2025 21:08:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739308095; bh=bGAOKA1MkNL81iEciQ/YaP9238hsjmHj0yVs2PHuZjM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WQ+4Fr4obzotuKZeY0/kEEylnLtsOD6qn4FsTE6130dX+MJjMj/w+e8PP+Rimq72C TrSDrPoODZpQ0mWRSCDfuz5DIEnbG4cxoY5xlGdm+mXlMGfSE1wUUT/m3Jspj+9rrA G81fXqid9RUh9II6oOuWG9CkvC3Lbz3ogvPg7KAEakKMpacaZBCIQWesFL8M9BTx6U Zbzo+M49Pq+rEzRVuGgmkNbc7Ew8iY78IZleQNZb3B+N5X07Yyb4F1putZOT+qAPRP 5y1Ze4HTH/9MfNe8uOxWCKn4VxNHAhJ+YFRaj67QNEb3ULeJzPFkuvAsj7C99etlv+ 6Sy+bxDDNG+AA== Date: Tue, 11 Feb 2025 15:08:14 -0600 From: Rob Herring To: Andre Przywara Cc: Andras Szemzo , Michael Turquette , Stephen Boyd , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Linus Walleij , Philipp Zabel , Maxime Ripard , Vinod Koul , Kishon Vijay Abraham I , Ulf Hansson , Paul Walmsley , Palmer Dabbelt , Albert Ou , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Florian Fainelli , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, linux-gpio@vger.kernel.org, linux-pm@vger.kernel.org, linux-riscv@lists.infradead.org Subject: Re: [PATCH v2 09/10] ARM: dts: sun8i: add DTSI file for V853 Message-ID: <20250211210814.GB1172102-robh@kernel.org> References: <20250205125225.1152849-1-szemzo.andras@gmail.com> <20250205125225.1152849-10-szemzo.andras@gmail.com> <20250206161958.1ae885db@donnerap.manchester.arm.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250206161958.1ae885db@donnerap.manchester.arm.com> On Thu, Feb 06, 2025 at 04:19:58PM +0000, Andre Przywara wrote: > On Wed, 5 Feb 2025 13:52:24 +0100 > Andras Szemzo wrote: > > Hi, > > > V853/V851 is a new SoC by Allwinner. Add a basic dtsi file for it. > > > > Signed-off-by: Andras Szemzo > > --- > > arch/arm/boot/dts/allwinner/sun8i-v853.dtsi | 656 ++++++++++++++++++++ > > 1 file changed, 656 insertions(+) > > create mode 100644 arch/arm/boot/dts/allwinner/sun8i-v853.dtsi > > > > diff --git a/arch/arm/boot/dts/allwinner/sun8i-v853.dtsi b/arch/arm/boot/dts/allwinner/sun8i-v853.dtsi > > new file mode 100644 > > index 000000000000..8b82b8783127 > > --- /dev/null > > +++ b/arch/arm/boot/dts/allwinner/sun8i-v853.dtsi > > @@ -0,0 +1,656 @@ > > +// SPDX-License-Identifier: (GPL-2.0-only OR MIT) > > +// Copyright (C) 2024 Andras Szemzo > > + > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > + > > +/ { > > + #address-cells = <1>; > > + #size-cells = <1>; > > + > > + dcxo: dcxo-clk { > > What's people's opinion about the node name? Traditionally we call this > "osc24M", in all the other SoCs except D1 and A100. So is this the new > black? That's documented (but not enforced) in fixed-clock.yaml now. It's "clock-". Rob