From: Neil Armstrong <neil.armstrong@linaro.org>
To: Xianwei Zhao <xianwei.zhao@amlogic.com>,
Conor Dooley <conor.dooley@microchip.com>
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-amlogic@lists.infradead.org,
devicetree@vger.kernel.org,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will@kernel.org>,
Kevin Hilman <khilman@baylibre.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Lucas Tanure <tanure@linux.com>
Subject: Re: [PATCH 0/2] Baisc devicetree support for Amlogic T7
Date: Tue, 27 Jun 2023 09:43:50 +0200 [thread overview]
Message-ID: <709fbed2-a7cf-d2fa-da4e-5d417b7130d4@linaro.org> (raw)
In-Reply-To: <676db602-54d8-d6b0-274f-365e65a2102c@amlogic.com>
On 27/06/2023 08:13, Xianwei Zhao wrote:
> Hi Conor,
> Thanks for you reply.
> On 2023/6/26 18:02, Conor Dooley wrote:
>
>
> > [ EXTERNAL EMAIL ]
> >
> > Hey,
> >
> > On Mon, Jun 26, 2023 at 05:52:21PM +0800, Xianwei Zhao wrote:
> >> T7 is an advanced application processor designed for smart display.
> >>
> >> Add the new T7 SoC/board device tree bindings.
> >>
> >> Add basic support for the T7 based Amlogic AN400 board, which describes
> >> the following components: CPU, GIC, IRQ, Timer, UART. It's capable of
> >> booting up into the serial console.
> >
> > Lucas has already sent patches for the T7 SoC & is at v5:
> > https://lore.kernel.org/linux-devicetree/20230623081242.109131-1-tanure@linux.com/
> >
> > There's been a bit of discussion there, and there serial stuff in
> > particular is different in his series (it doesn't use always-on for
> > examples).
> > Could you please go and take a look at his series?
> >
> > Cheers,
> > Conor.
> >
> AN400 is the reference board designed by Amlogic, which is different from Khadas VIM4.
Please coordinate with Lucas so a single bindings & dtsi patches are submitted,
in any case only a single one will be reviewed and merged.
You can rebase your AN400 dts on top of his VIM4 initial patchset.
Thanks,
Neil
> And T7 serial is the same as S4, so I follow S4 serial.
>
> >>
> >> Xianwei Zhao (2):
> >> dt-bindings: arm: amlogic: add T7 based AN400 bindings
> >> arm64: dts: add support for T7 based Amlogic AN400
> >>
> >> .../devicetree/bindings/arm/amlogic.yaml | 6 +
> >> arch/arm64/boot/dts/amlogic/Makefile | 1 +
> >> .../dts/amlogic/amlogic-t7-a311d2-an400.dts | 30 ++++
> >> arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi | 156 ++++++++++++++++++
> >> 4 files changed, 193 insertions(+)
> >> create mode 100644 arch/arm64/boot/dts/amlogic/amlogic-t7-a311d2-an400.dts
> >> create mode 100644 arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi
> >>
> >>
> >> base-commit: 057889cb4244096ea5abcbe76ffd4d311c3078fe
> >> --
> >> 2.37.1
> >>
> >>
> >> _______________________________________________
> >> linux-amlogic mailing list
> >> linux-amlogic@lists.infradead.org
> >> http://lists.infradead.org/mailman/listinfo/linux-amlogic
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
prev parent reply other threads:[~2023-06-27 7:44 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-26 9:52 [PATCH 0/2] Baisc devicetree support for Amlogic T7 Xianwei Zhao
2023-06-26 9:52 ` [PATCH 1/2] dt-bindings: arm: amlogic: add T7 based AN400 bindings Xianwei Zhao
2023-06-26 15:38 ` Krzysztof Kozlowski
2023-06-27 2:27 ` Xianwei Zhao
2023-06-27 2:30 ` Xianwei Zhao
2023-06-27 8:56 ` Christian Hewitt
2023-06-27 9:02 ` Xianwei Zhao
2023-06-26 9:52 ` [PATCH 2/2] arm64: dts: add support for T7 based Amlogic AN400 Xianwei Zhao
2023-06-26 15:41 ` Krzysztof Kozlowski
2023-06-27 2:47 ` Xianwei Zhao
2023-06-27 7:25 ` Conor Dooley
2023-06-26 10:02 ` [PATCH 0/2] Baisc devicetree support for Amlogic T7 Conor Dooley
2023-06-27 6:13 ` Xianwei Zhao
2023-06-27 7:23 ` Conor Dooley
2023-06-27 7:51 ` Xianwei Zhao
2023-06-29 16:33 ` Lucas Tanure
2023-06-30 2:21 ` Xianwei Zhao
2023-06-30 4:39 ` Lucas Tanure
2023-06-27 7:43 ` Neil Armstrong [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=709fbed2-a7cf-d2fa-da4e-5d417b7130d4@linaro.org \
--to=neil.armstrong@linaro.org \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=khilman@baylibre.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=tanure@linux.com \
--cc=will@kernel.org \
--cc=xianwei.zhao@amlogic.com \
/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