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 11E38134BD; Sat, 16 Mar 2024 09:21:14 +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=1710580877; cv=none; b=vA0kpkYEXJwKjnCY8dqyWzNRs2sKyS9gprkP1IFzrhN5CVFEEVSMGTOPPkIyOQnPQTbKaDKvHYMnEOjPdLXN96adgoq/dg324idJAcdHEjtml7I2yQdftqAbQEpqJQzrgzViX/0ilgNwedrKJC53SLgr5sCn06xbwfgkioXaoVI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710580877; c=relaxed/simple; bh=CAL4+BrQQT1n6weI0sQEfLaXkaVls9mCTPngEXvs/yc=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=KKPt0EV+6Cqklm673PQqzLuxXP5SGGQKcOg0gNPdD13Hj0J9X+dTkqONkMo0BjvK74I08Aw8GujbUL57oLlXLyXwx/cxYUzQuL/0Z0VNKS8b4mEgTNP4g3Wq/6pK0EtJKGFJLl7RdjUolZRSu3EQi66PXtcPFlPPDqurg9Fk/2U= 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=dZgDMy6Y; 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="dZgDMy6Y" Received: by mail.gandi.net (Postfix) with ESMTPSA id D00A120002; Sat, 16 Mar 2024 09:21:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=arinc9.com; s=gm1; t=1710580873; 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=sLsztMZ8AnZVIz4bQcF9FyUQ2mwfMm1gz36aKSiWLpU=; b=dZgDMy6Y0euTQFlpRUqSK+TtXgaTRVBcKf/pfh3FBIWvkncQNqVz/YAGEGLESVyJ9KvsoI /xzPopjNm7qJcE1j2/A2ttu60nQpQyXeHWPZnBnf9rIct8a0onLVOJGo1+zA3LxIM6w+WJ dgetEfvwrCXyN6WIdSo8mJ5khhS802kq+Y4p+siY98cBsS7g9FRkesTOcCOV7h1wHWALdv iUjJoVnk1JV95F6Ww4VTX66h3EU0mcGzHXrvl+PvM+J3+2UoKZHy4E53cug/jLMo8nuuWa EaunDnI9Re6RYfaGBaYTCFnE8EOgEhzzreP5/8wjbrOmuQqnl6SztqG4dGNaow== Message-ID: Date: Sat, 16 Mar 2024 12:20:55 +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 03/14] mips: dts: ralink: mt7621: reorder mmc regulator attributes Content-Language: en-US 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-4-justin.swartz@risingedge.co.za> From: =?UTF-8?B?QXLEsW7DpyDDnE5BTA==?= In-Reply-To: <20240316045442.31469-4-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 the attributes of MMC fixed voltage regulator nodes > for the sake of compliance with the DTS style guide. > > Signed-off-by: Justin Swartz Reviewed-by: Arınç ÜNAL Arınç