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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3D48BC77B75 for ; Sat, 6 May 2023 10:46:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231678AbjEFKqi (ORCPT ); Sat, 6 May 2023 06:46:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42954 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231286AbjEFKqg (ORCPT ); Sat, 6 May 2023 06:46:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F3ED43A85; Sat, 6 May 2023 03:46:35 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8438161A0A; Sat, 6 May 2023 10:46:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 06DA7C433D2; Sat, 6 May 2023 10:46:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683369994; bh=ZlRWQ95zd+5sTAIL7gAqnoDe9APBh7ECq48G+NXjqBY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IqcwzGWNSOiBOx2a9oADjHiDrb00JicUT9jRND2AmVJZdpWiXnNRpmNhGENf/7/xV Mo1atovpgajhmYn216HVE5rZHVPJtJJlJGYKaE64qeFRF+dM5/2/Jk8sQv5Hrt8gaz QR/KMRMHn7kbzwNgtQJ4vuPN0fkWq+WIIL/xcQBDMvWgTysNKZPYzvAiJhW/EfzjTC SUOKofzPtaQE1UoP4sL14B0wCTJQ8TRp2ti8vQoFPCqZe2xTtIoPd3wiDNqAGEtS0E 6cojbUC7BL86T0iiM1Ha7cFNXG2Pj0Eg3YY6/E1vRocFfKYKiVQ+/gsrfE66k45dpU ijQCMyedaZVuA== Date: Sat, 6 May 2023 11:46:28 +0100 From: Conor Dooley To: Maksim Kiselev Cc: Andre Przywara , Icenowy Zheng , Mark Brown , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Paul Walmsley , Palmer Dabbelt , Albert Ou , Cristian Ciocaltea , Maxime Ripard , linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org Subject: Re: [PATCH v2 6/6] riscv: dts: allwinner: d1: Add SPI0 controller node Message-ID: <20230506-synapse-shelving-cc61b168d7c2@spud> References: <20230506073018.1411583-1-bigunclemax@gmail.com> <20230506073018.1411583-7-bigunclemax@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="SEplYM9AlrXlDGun" Content-Disposition: inline In-Reply-To: <20230506073018.1411583-7-bigunclemax@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org --SEplYM9AlrXlDGun Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 06, 2023 at 10:30:14AM +0300, Maksim Kiselev wrote: > Some boards form the MangoPi family (MQ\MQ-Dual\MQ-R) may have > an optional SPI flash that connects to the SPI0 controller. >=20 > This controller is the same for R329/D1/R528/T113s SoCs and > should be supported by the sun50i-r329-spi driver. >=20 > So let's add its DT node. >=20 > Signed-off-by: Maksim Kiselev Acked-by: Conor Dooley Thanks, Conor. --SEplYM9AlrXlDGun Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZFYwBAAKCRB4tDGHoIJi 0gugAPsFaNmurMn1m04GZaPBTMtKIju4z0TINH9oqp4Bn2TkJQD/QsCEt441QKoQ fvXJ1d3lQBaor6kkuScmKeu7JcdV4QI= =KWaz -----END PGP SIGNATURE----- --SEplYM9AlrXlDGun--