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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 55875C47258 for ; Wed, 31 Jan 2024 08:25:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=kNMpvmdQgO66bYwLie1WaCWNHIZsI1Mdsbzq9i3yaFY=; b=iLa+lzVw9TCKhA B2ujcqf+eF5ToDSCdFNk9QK4QvnE4LJdyHho35O2xZl7PMEro/g68NyC7paRAiOqz5uVmAFD53dqv VeOZvlnoHsBUbKbDo1s1Onpmgegs6XSkxIVKVubMlwFnIIkuvSIkKgYnvL1H9T22x+Uj1srLDIwKV SLrva7M+AZu6PJsu+OcgTgVtnT0PjarI+xIS0t9sGiGCNhtA/d41r0WGg3ktEYMVUBwv4IfH5mGoa yssouoh+Ubk+gv9MF31p5ZVkJHg3O6GLD8C4aqGffZT8n0pg8xgDgiCa7YLXgcpM5kWu2wQ0BkRyh 2Aj5tKAaaVQOXcIx5fhQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rV5ue-000000025qR-0I5r; Wed, 31 Jan 2024 08:25:40 +0000 Received: from out-187.mta0.migadu.com ([2001:41d0:1004:224b::bb]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rV5uZ-000000025o3-3t0v for linux-arm-kernel@lists.infradead.org; Wed, 31 Jan 2024 08:25:38 +0000 Date: Wed, 31 Jan 2024 09:25:23 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=grimler.se; s=key1; t=1706689528; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=kWb7p2bEtC92dOJ6NGc+Pmrz9kY3GPom2bz71f1CiJU=; b=ffg99K2TI0MAAwgF88UTYZ8mGusdiPX33vtKIz4/8qFKXbtax1LAsi7Un1fa6NiCgvVBwo B6E8/CUtZLuhQ6jW6R9gNIhs2cKi+gqxTRGdpYrovm5WqXPaQnbtwkAmoN++jj0YQrWK1u VzRop7zX+gZQMobPhv4lID5G89BtsZ0= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Henrik Grimler To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Alim Akhtar , Marek Szyprowski , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht Subject: Re: [PATCH 1/3] ARM: dts: samsung: exynos5420-galaxy-tab-common: sort node properties Message-ID: <20240131082401.GA6710@samsung-a5> References: <20240130-galaxy-tab-s-cleanup-v1-0-d4e17857241d@grimler.se> <20240130-galaxy-tab-s-cleanup-v1-1-d4e17857241d@grimler.se> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240131_002536_742680_C7646603 X-CRM114-Status: GOOD ( 16.61 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Krzysztof, On Wed, Jan 31, 2024 at 08:19:39AM +0100, Krzysztof Kozlowski wrote: > On 30/01/2024 21:40, Henrik Grimler wrote: > > Sort all node properties according to dts coding style guidelines, to > > make dtsi easier to follow. > > > > Signed-off-by: Henrik Grimler > > --- > > .../dts/samsung/exynos5420-galaxy-tab-common.dtsi | 23 +++++++++++----------- > > 1 file changed, 11 insertions(+), 12 deletions(-) > > > > diff --git a/arch/arm/boot/dts/samsung/exynos5420-galaxy-tab-common.dtsi b/arch/arm/boot/dts/samsung/exynos5420-galaxy-tab-common.dtsi > > index f525b2f5e4e0..0c1aeafc025b 100644 > > --- a/arch/arm/boot/dts/samsung/exynos5420-galaxy-tab-common.dtsi > > +++ b/arch/arm/boot/dts/samsung/exynos5420-galaxy-tab-common.dtsi > > @@ -103,8 +103,8 @@ &cpu4 { > > }; > > > > &gpu { > > - status = "okay"; > > mali-supply = <&buck4_reg>; > > + status = "okay"; > > Such changes should come from a tool, but since we do not have them, I > don't want to bother with properties re-shuffling. Noted, thanks. I will drop this patch and send a v2 in a few hours. > Best regards, > Krzysztof Best regards Henrik Grimler _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel