From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 95B807EC for ; Sun, 20 Nov 2022 11:25:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B4EAAC433D6; Sun, 20 Nov 2022 11:25:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668943541; bh=CvicEi2gnrYnqmDZV/HRfQ9d4uUEUscbiNOKOA4VLvk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QzE4ScY+yQPVnxdhIEUv4V6wLLfcH9KnnEj76Lr1WZDQPOZCG8iS93MIobfuFKQb7 fQUWURPlbf/3KdCy5Icwss66BJi/cLZW1sc1083W5YLh+oPCb67nbiIUbEwO/Yqy+B sovnZbz3bzq48JA6/MfP3h2bQ7DqEMNCOHs8EbBCtpA8QS+R5Xe+d5Rr6bnI+MaflD CSJeSHmCaOjorE47TOOwR6bhcB/m7lxmanPAJ6w+c/f140HMAeEB5A4lUMcYdcffVe 51RFDouHOMCLSK7uYVeL/qf3md3PvgJJC0xkXUxeV/7RMDGc8Zv0+52rt6HGwwLEoJ LtvuJnINTgr5A== Date: Sun, 20 Nov 2022 11:25:36 +0000 From: Conor Dooley To: Icenowy Zheng Cc: Samuel Holland , Chen-Yu Tsai , Jernej Skrabec , linux-sunxi@lists.linux.dev, Palmer Dabbelt , Paul Walmsley , Albert Ou , linux-riscv@lists.infradead.org, Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH 02/12] dt-bindings: riscv: Add T-HEAD C906 and C910 compatibles Message-ID: References: <20220815050815.22340-1-samuel@sholland.org> <20220815050815.22340-3-samuel@sholland.org> <76d9c4fb368dca87c64494b927706d0b18d712d2.camel@icenowy.me> Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Sun, Nov 20, 2022 at 11:23:42AM +0000, Conor Dooley wrote: > On Fri, Nov 04, 2022 at 10:57:58AM +0800, Icenowy Zheng wrote: > > 在 2022-08-15星期一的 00:08 -0500,Samuel Holland写道: > > > The C906 and C910 are RISC-V CPU cores from T-HEAD Semiconductor. > > > Notably, the C906 core is used in the Allwinner D1 SoC. > > > > Could this get applied first? > > > > C906 and C910 now have a fixed-configuration open-source version, which > > means these cores could be played by anyone, and having them in the DT > > binding really helps people. In addition I am aware of some C906- > > equipped SoC out of Allwinner. > > I've applied this one patch as v6.2 material since I doubt this series is > gonna make it & the Bouffalolabs dt is going to need this compatible too. > I applied it on top of v6.1-rc1 just in case: > > https://git.kernel.org/conor/c/0d814000ad3589bf4f69c9cb25a3b77bbd55ffec Woops, totally the wrong hash. Fixed: https://git.kernel.org/conor/c/41adc2fbad8bc42ed5fdf480e5318133a4941bbb Thanks, Conor.