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 14D3EC636D3 for ; Tue, 31 Jan 2023 06:17:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230413AbjAaGR3 (ORCPT ); Tue, 31 Jan 2023 01:17:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56464 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229686AbjAaGRY (ORCPT ); Tue, 31 Jan 2023 01:17:24 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD3313B641; Mon, 30 Jan 2023 22:17:23 -0800 (PST) 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 567FE612E6; Tue, 31 Jan 2023 06:17:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 17996C433EF; Tue, 31 Jan 2023 06:17:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675145842; bh=GMEUHLupoK0SLnzwoNrELALifXu7rHL8trakhBe60h4=; h=Date:From:To:CC:Subject:In-Reply-To:References:From; b=uxfkiJCiW5WhOuRBS4BNgeXUffWbsrOlGizOBCGS/UIl5arVe+6S/Nf0jw56N0f7C XsQ2rlXcU9la577QEiw/swtUUqciaPxKIVzZzd60BpNODNekhVK4OX4RAuL9QU9UsV fpz2+DDVjEprzKZ47BJgswq9feotRSfR8FH7TduQdYOXAdiisKiGEUiTki22Mk/v9+ Elc12LkVYARdHIqcZuu8aK+3FOSGyekfBQZSEU8ujP0bBGB5L+4hHJy4HY3PzeVFJJ YkoG+RDNzk82i8gV4sDgp77pWQKxce2xU4b8/WF4anVRs7q7wajjsL4rRyQFuNWWP6 sn8aOoDnWg+Ag== Date: Tue, 31 Jan 2023 06:17:17 +0000 From: Conor Dooley To: Hal Feng , linux-riscv@lists.infradead.org, devicetree@vger.kernel.org CC: Palmer Dabbelt , Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Albert Ou , Ben Dooks , Daniel Lezcano , Thomas Gleixner , Marc Zyngier , Stephen Boyd , Michael Turquette , Philipp Zabel , Linus Walleij , Emil Renner Berthing , linux-kernel@vger.kernel.org Subject: =?US-ASCII?Q?Re=3A_=5BPATCH_v3_6/7=5D_riscv=3A_dts=3A_starfive=3A?= =?US-ASCII?Q?_Add_initial_StarFive_JH7110_device_tree?= User-Agent: K-9 Mail for Android In-Reply-To: <0db7824b-184d-dfae-f61d-3048392c9895@starfivetech.com> References: <20221220011247.35560-1-hal.feng@starfivetech.com> <20221220011247.35560-7-hal.feng@starfivetech.com> <0db7824b-184d-dfae-f61d-3048392c9895@starfivetech.com> Message-ID: <39F228FA-2298-4813-9BDE-7100DE920213@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 31 January 2023 02:00:26 GMT, Hal Feng = wrote: >On Tue, 20 Dec 2022 09:12:46 +0800, Hal Feng wrote: >> From: Emil Renner Berthing >>=20 >> Add initial device tree for the JH7110 RISC-V SoC by StarFive >> Technology Ltd=2E >>=20 >> Signed-off-by: Emil Renner Berthing >> Co-developed-by: Jianlong Huang >> Signed-off-by: Jianlong Huang >> Co-developed-by: Hal Feng >> Signed-off-by: Hal Feng >> --- >> arch/riscv/boot/dts/starfive/jh7110=2Edtsi | 411 +++++++++++++++++++++= ++ >> 1 file changed, 411 insertions(+) >> create mode 100644 arch/riscv/boot/dts/starfive/jh7110=2Edtsi > >I wanna add i2c nodes (i2c0-6) in the next version, so someone else >can use them when they submit i2c driver patches=2E All of the other series depend on this one for enablement, so unless the binding for i2c is already upstream I'd advise keeping it se= parate=2E Cheers, Conor=2E