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 B37C5C77B7F for ; Fri, 5 May 2023 21:47:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233591AbjEEVrB (ORCPT ); Fri, 5 May 2023 17:47:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47030 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232290AbjEEVq7 (ORCPT ); Fri, 5 May 2023 17:46:59 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 461EF49C5; Fri, 5 May 2023 14:46:41 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1A2FF1FB; Fri, 5 May 2023 14:47:17 -0700 (PDT) Received: from slackpad.lan (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 42D1D3F64C; Fri, 5 May 2023 14:46:30 -0700 (PDT) Date: Fri, 5 May 2023 22:46:11 +0100 From: Andre Przywara To: Maxim Kiselev Cc: robh+dt@kernel.org, Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Paul Walmsley , Palmer Dabbelt , Albert Ou , Cristian Ciocaltea , devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, Icenowy Zheng Subject: Re: [PATCH] riscv: dts: allwinner: d1: Add SPI0 controller node Message-ID: <20230505224611.00c281f6@slackpad.lan> In-Reply-To: References: <20230505074701.1030980-1-bigunclemax@gmail.com> <20230505105805.548d1a1b@donnerap.cambridge.arm.com> <20230505170015.664c18bc@donnerap.cambridge.arm.com> Organization: Arm Ltd. X-Mailer: Claws Mail 4.1.0 (GTK 3.24.31; x86_64-slackware-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 6 May 2023 01:25:02 +0400 Maxim Kiselev wrote: Hi Maxim, > > Can you please try these patches, and use: > > compatible = "allwinner,sun20i-d1-spi", "allwinner,sun50i-r329-spi"; > > for the compatible string? > > I tested my patch (with compatible prop changed to > allwinner,sun50i-r329-spi) on top of these patches and it works fine > for me. > > > If possible, you could revive this series, and add the D1/T113s support on > > top: just add the compatible string combo to the binding document. > > Just one question. Should I do it now, or is it better to wait while > Icenowy Zheng finishes work on the next revision of this series? This series is over a year old, I doubt she will jump on this again any time soon. So it would be great if you could rebase the patches, keeping her authorship and Signed-off-by:, adding your Signed-off-by: and posting them. I might take a deep breath and try to solder some NOR SPI on my MQ-R to test it later on.... Many thanks! Andre