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 C86F4C00528 for ; Mon, 7 Aug 2023 14:06:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232433AbjHGOGl convert rfc822-to-8bit (ORCPT ); Mon, 7 Aug 2023 10:06:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55214 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231937AbjHGOGe (ORCPT ); Mon, 7 Aug 2023 10:06:34 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 55CE81FD8; Mon, 7 Aug 2023 07:06:13 -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 6B83D1FB; Mon, 7 Aug 2023 06:57:58 -0700 (PDT) Received: from donnerap.manchester.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 441163F64C; Mon, 7 Aug 2023 06:57:12 -0700 (PDT) Date: Mon, 7 Aug 2023 14:57:09 +0100 From: Andre Przywara To: Jernej =?UTF-8?B?xaBrcmFiZWM=?= Cc: martin.botka1@gmail.com, Martin Botka , Konrad Dybcio , AngeloGioacchino Del Regno , Marijn Suijten , Jami Kettunen , Paul Bouchara , Martin Botka , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Samuel Holland , Andrew Lunn , Icenowy Zheng , Ludwig Kormann , Heiko Stuebner , Shawn Guo , Bjorn Andersson , Chris Morgan , Jagan Teki , Maxime Ripard , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 0/4] Add BigTreeTech CB1 SoM & Boards Message-ID: <20230807145709.59156e51@donnerap.manchester.arm.com> In-Reply-To: <3242042.aeNJFYEL58@jernej-laptop> References: <5EB3DB1D7F80A40F+20230805083636.788048-1-martin@biqu3d.com> <3242042.aeNJFYEL58@jernej-laptop> Organization: ARM X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; aarch64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sun, 06 Aug 2023 13:54:21 +0200 Jernej Škrabec wrote: Hi, > Dne sobota, 05. avgust 2023 ob 10:36:03 CEST je Martin Botka napisal(a): > > Hello, > > This series adds a vendor prefix for BigTreeTech and adds BigTreeTech CB1, > > Manta board and BigTreeTech Pi. > > > > CB1 is just an SoM thats based on AllWinner H616. > > BigTreeTech Manta boards are expander boards for CB1 and BigTreeTech Pi > > is an CB1 in Rpi style with few additional things like IR receiver and fan > > port on GPIO. > > > > This work started before I was hired by BigTreeTech and thus majority of the > > patches are from SoMainline email and few are from my work email. > > > > This series depends on commit https://lkml.org/lkml/2023/8/2/801 > > "dt-bindings: mfd: x-powers,axp152: make interrupt optional for more chips". > > What's the status of above patch? > > I won't merge this series until it's accepted and merged. So Conor ACKed it, and I think the only questions left were whether this should be extended to all PMICs (not now, as I argued[1]), and that the actual AXP MFD driver "implementing" the binding is not fit for that, with a fix now here [2]. So is there any chance that there would be a second PR with the CB1 and MangoPi DTs, still? Cheers, Andre [1] https://lore.kernel.org/lkml/20230807144229.5710738d@donnerap.manchester.arm.com/ [2] https://lore.kernel.org/lkml/20230807133930.94309-1-andre.przywara@arm.com/ > Best regards, > Jernej > > > > > Cheers, > > Martin > > > > Martin Botka (4): > > dt-bindings: vendor-prefixes: Add BigTreeTech > > dt-bindings: arm: sunxi: Add BigTreeTech boards > > arm64: dts: allwinner: h616: Add BigTreeTech CB1 SoM & boards support > > arm64: dts: allwinner: h616: Add BigTreeTech Pi support > > > > .../devicetree/bindings/arm/sunxi.yaml | 11 ++ > > .../devicetree/bindings/vendor-prefixes.yaml | 2 + > > arch/arm64/boot/dts/allwinner/Makefile | 2 + > > .../sun50i-h616-bigtreetech-cb1-manta.dts | 35 +++++ > > .../sun50i-h616-bigtreetech-cb1.dtsi | 140 ++++++++++++++++++ > > .../allwinner/sun50i-h616-bigtreetech-pi.dts | 70 +++++++++ > > 6 files changed, 260 insertions(+) > > create mode 100644 > > arch/arm64/boot/dts/allwinner/sun50i-h616-bigtreetech-cb1-manta.dts create > > mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h616-bigtreetech-cb1.dtsi > > create mode 100644 > > arch/arm64/boot/dts/allwinner/sun50i-h616-bigtreetech-pi.dts > > > > >