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 22F7FC4332F for ; Wed, 16 Nov 2022 21:05:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233995AbiKPVFf (ORCPT ); Wed, 16 Nov 2022 16:05:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233325AbiKPVFJ (ORCPT ); Wed, 16 Nov 2022 16:05:09 -0500 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 70F5DFE5; Wed, 16 Nov 2022 13:04:23 -0800 (PST) Received: from [192.168.1.90] (unknown [188.27.33.151]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: cristicc) by madras.collabora.co.uk (Postfix) with ESMTPSA id C468966028E7; Wed, 16 Nov 2022 21:04:06 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1668632647; bh=tiAa/p8KzV3n6K1lJ9/iA6qi8H8A6tMn2pTryJbY0x4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=TKggDaOE9bBTxwTCEwcJ2SQncpcY06Lit5md6A2SdlZX1/mtfc39lR026QGfzWeoX 3VXjjHQtVn9oA5XUbpMKHkBZKd3COm9ymc7jWo/P70YgiyfvNDJgXV9VnBBLqC/qUP BO9eyGe5+jGHMmEmvPALYfBF4UPfvyMN7KY7G7nC3HD66W7ZYaj3eYy5l9J8Ewi8Lk 1VGtR9zx7DaWaz/3/ru1Jj5k2eGx8IKerdxiSuefnHo/M4DIjAYBUNiFk526CapOvg lxWTuk5nW5oU0VXm3zR7HsVZqeFQ7O/XDtOqrYV3V5mnjuOc4wTQtPGBhpV4FTKcdS bFf0bTBNZ5rfA== Message-ID: <3b4b8aef-a06d-36b5-a143-78f0ce30eb77@collabora.com> Date: Wed, 16 Nov 2022 23:04:03 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH v4 0/3] Enable initial support for StarFive VisionFive V1 SBC To: Conor Dooley Cc: Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Palmer Dabbelt , Albert Ou , Michael Zhu , Drew Fustini , Emil Renner Berthing , Conor Dooley , devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com References: <20221017210542.979051-1-cristian.ciocaltea@collabora.com> Content-Language: en-US From: Cristian Ciocaltea In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 11/16/22 19:50, Conor Dooley wrote: > On Tue, Oct 18, 2022 at 12:05:39AM +0300, Cristian Ciocaltea wrote: >> The StarFive VisionFive V1 SBC [1] is similar with the already supported >> BeagleV Starlight Beta board, both being based on the StarFive JH7100 SoC. >> >> In addition to documenting the necessary compatibles, this patch series >> moves most of the content from jh7100-beaglev-starlight.dts to a new file >> jh7100-common.dtsi, to be shared between the two boards. >> >> No other changes are required in order to successfully boot the board. >> >> [1] https://github.com/starfive-tech/VisionFive > > Hey Cristian, > > Apologies for the delay here, we've been sorting out re-routing RISC-V > DT stuff via the SoC tree. That should be sorted now, so I have picked > the series up. Should be at: > https://git.kernel.org/conor/c/a3fe69160c7328a284ebc711ccb689f3beec42dc Hi Conor, No problem, thanks for taking care of this! Regards, Cristian > Thanks, > Conor. > >> >> Changes in v4: >> - Rebased onto v6.1.0-rc1 >> - Fixed a conflict in patch 2/3 as pinctrl-starfive.h has been renamed >> to pinctrl-starfive-jh7100.h >> >> Changes in v3: >> - Added Reviewed-by tag from Krzysztof in patch 1/3 >> - Optimized patch 2/3 by enabling copy detection on "git format-patch", >> as indicated by Krzysztof >> >> Changes in v2: >> - Simplified documentation by using 'enum' instead of 'const' in >> patch 1/3, according to Conor's review >> - Added Reviewed-by tags from Conor >> >> Cristian Ciocaltea (3): >> dt-bindings: riscv: starfive: Add StarFive VisionFive V1 board >> riscv: dts: starfive: Add common DT for JH7100 based boards >> riscv: dts: starfive: Add StarFive VisionFive V1 device tree >> >> .../devicetree/bindings/riscv/starfive.yaml | 4 +- >> arch/riscv/boot/dts/starfive/Makefile | 2 +- >> .../dts/starfive/jh7100-beaglev-starlight.dts | 153 +----------------- >> ...aglev-starlight.dts => jh7100-common.dtsi} | 3 - >> .../jh7100-starfive-visionfive-v1.dts | 20 +++ >> 5 files changed, 25 insertions(+), 157 deletions(-) >> copy arch/riscv/boot/dts/starfive/{jh7100-beaglev-starlight.dts => jh7100-common.dtsi} (96%) >> create mode 100644 arch/riscv/boot/dts/starfive/jh7100-starfive-visionfive-v1.dts >> >> >> base-commit: 9abf2313adc1ca1b6180c508c25f22f9395cc780 >> -- >> 2.38.0 >>