public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Andre Przywara <andre.przywara@arm.com>
To: "Jernej Škrabec" <jernej.skrabec@gmail.com>
Cc: martin.botka1@gmail.com, Martin Botka <martin@biqu3d.com>,
	Konrad Dybcio <konrad.dybcio@somainline.org>,
	AngeloGioacchino Del Regno 
	<angelogioacchino.delregno@somainline.org>,
	Marijn Suijten <marijn.suijten@somainline.org>,
	Jami Kettunen <jamipkettunen@somainline.org>,
	Paul Bouchara <paul.bouchara@somainline.org>,
	Martin Botka <martin.botka@somainline.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>, Chen-Yu Tsai <wens@csie.org>,
	Samuel Holland <samuel@sholland.org>,
	Andrew Lunn <andrew@lunn.ch>, Icenowy Zheng <uwu@icenowy.me>,
	Ludwig Kormann <ludwig.kormann@ict42.de>,
	Heiko Stuebner <heiko@sntech.de>, Shawn Guo <shawnguo@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Chris Morgan <macromorgan@hotmail.com>,
	Jagan Teki <jagan@edgeble.ai>, Maxime Ripard <mripard@kernel.org>,
	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
Date: Mon, 7 Aug 2023 14:57:09 +0100	[thread overview]
Message-ID: <20230807145709.59156e51@donnerap.manchester.arm.com> (raw)
In-Reply-To: <3242042.aeNJFYEL58@jernej-laptop>

On Sun, 06 Aug 2023 13:54:21 +0200
Jernej Škrabec <jernej.skrabec@gmail.com> 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  
> 
> 
> 
> 
> 


      parent reply	other threads:[~2023-08-07 14:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-05  8:36 [PATCH v3 0/4] Add BigTreeTech CB1 SoM & Boards Martin Botka
2023-08-05  9:01 ` Conor Dooley
2023-08-05  9:10   ` Martin Botka
2023-08-06 11:54 ` Jernej Škrabec
2023-08-06 12:04   ` Martin Botka
2023-08-07 13:57   ` Andre Przywara [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230807145709.59156e51@donnerap.manchester.arm.com \
    --to=andre.przywara@arm.com \
    --cc=andersson@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=angelogioacchino.delregno@somainline.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=jagan@edgeble.ai \
    --cc=jamipkettunen@somainline.org \
    --cc=jernej.skrabec@gmail.com \
    --cc=konrad.dybcio@somainline.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=ludwig.kormann@ict42.de \
    --cc=macromorgan@hotmail.com \
    --cc=marijn.suijten@somainline.org \
    --cc=martin.botka1@gmail.com \
    --cc=martin.botka@somainline.org \
    --cc=martin@biqu3d.com \
    --cc=mripard@kernel.org \
    --cc=paul.bouchara@somainline.org \
    --cc=robh+dt@kernel.org \
    --cc=samuel@sholland.org \
    --cc=shawnguo@kernel.org \
    --cc=uwu@icenowy.me \
    --cc=wens@csie.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox