From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) (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 F17456AA1; Sat, 16 Mar 2024 09:20:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.200 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710580844; cv=none; b=dA4cpx+DFmTL4/PuZgWWiJDLLhcf4kzl0IJRWgrqDMe2fa7GEIkHgvaGVwO4F3GvuBV95625wd+xzq96uJnb4beJAoBNGyE5F9o0gkJiPjPGxh2lXS/dligj7vnaHvtTsb96/rIZiMuO6EJagSDHo9rfx6VCPqMDkkLzI6uFId4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710580844; c=relaxed/simple; bh=ST98Mhz1DlDnjzofsIuQLnDH8pxs3yPtBgzLPJzYcNU=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=TIdKiAWe/3IrBs8m6by6lM2VvphrIfyxa92BfQrXjifz/4qUQH8IUmrN8mByVxm37BdJrub2YP2pwJ5KCyAlwnYx9hokPU3GcF3twEvSvkrv7PzHGY5MMWh5ZVbrAVMaYH0Ziz9bD3Tsd3tbx8QxRwavjx8GhN0xOfQyQQEFO10= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arinc9.com; spf=pass smtp.mailfrom=arinc9.com; dkim=pass (2048-bit key) header.d=arinc9.com header.i=@arinc9.com header.b=DnBrpbD4; arc=none smtp.client-ip=217.70.183.200 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arinc9.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arinc9.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=arinc9.com header.i=@arinc9.com header.b="DnBrpbD4" Received: by mail.gandi.net (Postfix) with ESMTPSA id 4807B20005; Sat, 16 Mar 2024 09:20:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=arinc9.com; s=gm1; t=1710580834; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PBPA4EVa/HJzRpygIlTKSRICJil351AjIuBMiSIsloY=; b=DnBrpbD4qlmsmkkcGjPzBuPKmsmsS5vgoaOP1pUvkdYBqlpqTnHiodEQrsxfR9l3adwelP xsFr8QLuB89V1Zk2/Mv0kuN4Q1N7+VImT50/iolPSrHW/nFtmhUrhf4LGawl91+fZTIrcl e/058UILPk73WCcikKgtCbA65UwmGyMNaKFCyBMG6E8TD6KFpMIGwsGNrD7e2UoU0SElh5 yXd+rStnTVXJgFVW+Wor5CviJX4APqfr9kcbtIvK05Tq6pKA3njhLMzgtLUC/92yO/bQwL WBosVquxmmwBx7TIEQbRgAQ9blm2vCwKaDJzykXoWFJjZD77ZRgJRg04EhMjKQ== Message-ID: Date: Sat, 16 Mar 2024 12:20:15 +0300 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 01/14] mips: dts: ralink: mt7621: reorder cpu node attributes To: Justin Swartz , Sergio Paracuellos , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thomas Bogendoerfer , Matthias Brugger , AngeloGioacchino Del Regno Cc: linux-mips@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org References: <20240316045442.31469-1-justin.swartz@risingedge.co.za> <20240316045442.31469-2-justin.swartz@risingedge.co.za> Content-Language: en-US From: =?UTF-8?B?QXLEsW7DpyDDnE5BTA==?= In-Reply-To: <20240316045442.31469-2-justin.swartz@risingedge.co.za> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Flag: yes X-Spam-Level: ************************** X-GND-Spam-Score: 400 X-GND-Status: SPAM X-GND-Sasl: arinc.unal@arinc9.com On 16.03.2024 07:54, Justin Swartz wrote: > Reorder cpu node attributes to fit the DTS Coding Style. > > Signed-off-by: Justin Swartz Reviewed-by: Arınç ÜNAL Arınç