From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sendmail.purelymail.com (sendmail.purelymail.com [34.202.193.197]) (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 65C58148314 for ; Sun, 5 Jan 2025 12:04:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=34.202.193.197 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736078643; cv=none; b=aKaiQDWQqH50GeEaprHtjekoGFIKPLKG1rSSgDJsv4LJGYSO3HM99i/5MgMYH7Y5IFH8dlc5b8hGDfDzAza2ioMD7Ya1KgeKGpXFHIH9BouY04/PCv8qTO9mELp5xHY/1RVf3g7uVdA4MMt9zAF3jlOmzijjh8Ta8we7qMGNqyw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736078643; c=relaxed/simple; bh=BHPKCoOPHRsA6ZQ7YM8GXKSTQ1YP29MzcAkMMGtupDc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=N9+mxi3AuEJtZVkFlTs8oTyNd0axgcqBZTDPr9W3kLUeGXmqGLheU9q6f9g+ZSn3mlBslsNT8/DeywS1JzGCjbKuJ4GsglM0SQ+y2BmEkoqrXtLzdO94I6sNYTRiCxP91cl8kVoFnUHiex6ty/SqavCsRkFPUW7e/nr8FwGaLRQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=mentallysanemainliners.org; spf=pass smtp.mailfrom=mentallysanemainliners.org; dkim=pass (2048-bit key) header.d=purelymail.com header.i=@purelymail.com header.b=1h2crP9Z; arc=none smtp.client-ip=34.202.193.197 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=mentallysanemainliners.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mentallysanemainliners.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=purelymail.com header.i=@purelymail.com header.b="1h2crP9Z" DKIM-Signature: a=rsa-sha256; b=1h2crP9ZlNVaLJDOO+5Ofz/5fzVC4WaV/eoWtMkCMt2vz9uCYR2IBatU6ny4wozW8r+XHcza7bE7WXWkQWZs7IXLWia2puqYZoS5M6dxih15xpyRP2M3NUFn2myXICesdlVePRNN5tzjBAuXifx+YE6ayD1muio9q/aLTEe5aND8odSxlgJigxlj1kEPkZpPTZi5LXdeaPg+kSE0/b/jJWdRG792haugntrp93CrlyQuraBQOk1GHUSilys0Aeay5XQ0ENe2gYFWkI43ml3k6y7e9A7QLkTADLNQ7oN/2CPIVBM56TJmvC0vTbThn3kgekSTfn6YEswy9H+z+MOYYg==; s=purelymail3; d=purelymail.com; v=1; bh=BHPKCoOPHRsA6ZQ7YM8GXKSTQ1YP29MzcAkMMGtupDc=; h=Feedback-ID:Received:Date:From:To:Subject; Feedback-ID: 68247:10037:null:purelymail X-Pm-Original-To: devicetree@vger.kernel.org Received: by smtp.purelymail.com (Purelymail SMTP) with ESMTPSA id 1894976164; (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Sun, 05 Jan 2025 12:03:48 +0000 (UTC) Date: Sun, 5 Jan 2025 13:03:45 +0100 From: Igor Belwon To: Ivaylo Ivanov Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Alim Akhtar , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: exynos990: Rename and sort PMU nodes Message-ID: References: <20250105-pmu-sorting-v1-1-b55519eaff2e@mentallysanemainliners.org> 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: On Sun, Jan 05, 2025 at 01:39:04PM +0200, Ivaylo Ivanov wrote: > On 1/5/25 13:16, Igor Belwon wrote: > > These nodes were sorted by name, but it's nice to have the same class of > > devices together. As such, drop the pmu suffix and add "pmu" as a prefix. > > This keeps consistency between other Exynos SoCs too. > > Well, most SoC device trees still have it as a suffix. Perhaps it'd be better to > apply this change for all exynos device trees instead of waiting for other > people to apply it separately? > > Best regards, > Ivaylo Hi Ivaylo, The newly-merged 9810 SoC had it hand-fixed by Krzysztof while being merged [1], and there is a current patch to fix it on 8895 [2]. That's all the SoCs with Mongoose cores (and the Mongoose PMU breaks sorting). Only 990 is missing this change. [1] https://lore.kernel.org/linux-samsung-soc/d1c6d2f2-f733-4cbe-8108-c9c9aaa417cc@kernel.org/ [2] https://lore.kernel.org/linux-samsung-soc/20241222145257.31451-1-krzysztof.kozlowski@linaro.org/ Thanks and best regards, Igor