Linux-Amlogic Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Armstrong <neil.armstrong@linaro.org>
To: xianwei.zhao@amlogic.com, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Jiri Slaby <jirislaby@kernel.org>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-serial@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-amlogic@lists.infradead.org
Subject: Re: [PATCH 0/7] Baisc devicetree support for Amlogic S6 S7 and S7D
Date: Tue, 22 Apr 2025 16:24:54 +0200	[thread overview]
Message-ID: <71a6cd6a-cb2b-4628-b558-01c2172a94f9@linaro.org> (raw)
In-Reply-To: <20250317-s6-s7-basic-v1-0-d653384e41f3@amlogic.com>

On 17/03/2025 08:16, Xianwei Zhao via B4 Relay wrote:
> Amlogic S6 S7 and S7D are application processors designed for
> hybrid OTT/IP Set Top Box and high-end media box applications.
> 
> Add the new S6 SoC/board device tree bindings.
> Add the new S7 SoC/board device tree bindings.
> Add the new S7D SoC/board device tree bindings.
> 
> Add basic support for the S6 based Amlogic BL209 board, which describes
> the following components: CPU, GIC, IRQ, Timer and UART. These are capable of
> booting up into the serial console.
> 
> Add basic support for the S7 based Amlogic BP201 board, which describes
> the following components: CPU, GIC, IRQ, Timer and UART. These are capable of
> booting up into the serial console.
> 
> Add basic support for the S7D based Amlogic BM202 board, which describes
> the following components: CPU, GIC, IRQ, Timer and UART. These are capable of
> booting up into the serial console.
> 
> Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com>
> ---
> Xianwei Zhao (7):
>        dt-bindings: arm: amlogic: add S6 support
>        dt-bindings: arm: amlogic: add S7 support
>        dt-bindings: arm: amlogic: add S7D support
>        dt-bindings: serial: amlogic,meson-uart: Add compatible string for S6/S7/S7D
>        arm64: dts: add support for S6 based Amlogic BL209
>        arm64: dts: add support for S7 based Amlogic BP201
>        arm64: dts: add support for S7D based Amlogic BM202
> 
>   Documentation/devicetree/bindings/arm/amlogic.yaml | 18 ++++
>   .../bindings/serial/amlogic,meson-uart.yaml        |  3 +
>   arch/arm64/boot/dts/amlogic/Makefile               |  3 +
>   .../boot/dts/amlogic/amlogic-s6-s905x5-bl209.dts   | 42 +++++++++
>   arch/arm64/boot/dts/amlogic/amlogic-s6.dtsi        | 97 +++++++++++++++++++++
>   .../boot/dts/amlogic/amlogic-s7-s805x3-bp201.dts   | 41 +++++++++
>   arch/arm64/boot/dts/amlogic/amlogic-s7.dtsi        | 99 ++++++++++++++++++++++
>   .../boot/dts/amlogic/amlogic-s7d-s905x5m-bm202.dts | 41 +++++++++
>   arch/arm64/boot/dts/amlogic/amlogic-s7d.dtsi       | 99 ++++++++++++++++++++++
>   9 files changed, 443 insertions(+)
> ---
> base-commit: 73e4ffb27bb8a093d557bb2dac1a271474cca99c
> change-id: 20250221-s6-s7-basic-f300c30877e6
> 
> Best regards,

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

  parent reply	other threads:[~2025-04-22 15:44 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-17  7:16 [PATCH 0/7] Baisc devicetree support for Amlogic S6 S7 and S7D Xianwei Zhao via B4 Relay
2025-03-17  7:16 ` [PATCH 1/7] dt-bindings: arm: amlogic: add S6 support Xianwei Zhao via B4 Relay
2025-03-17 16:28   ` Rob Herring (Arm)
2025-03-17  7:16 ` [PATCH 2/7] dt-bindings: arm: amlogic: add S7 support Xianwei Zhao via B4 Relay
2025-03-17 16:28   ` Rob Herring (Arm)
2025-03-17  7:16 ` [PATCH 3/7] dt-bindings: arm: amlogic: add S7D support Xianwei Zhao via B4 Relay
2025-03-17 16:28   ` Rob Herring (Arm)
2025-03-17  7:16 ` [PATCH 4/7] dt-bindings: serial: amlogic,meson-uart: Add compatible string for S6/S7/S7D Xianwei Zhao via B4 Relay
2025-03-17 16:28   ` Rob Herring (Arm)
2025-03-17  7:16 ` [PATCH 5/7] arm64: dts: add support for S6 based Amlogic BL209 Xianwei Zhao via B4 Relay
2025-03-17  7:16 ` [PATCH 6/7] arm64: dts: add support for S7 based Amlogic BP201 Xianwei Zhao via B4 Relay
2025-03-17  7:16 ` [PATCH 7/7] arm64: dts: add support for S7D based Amlogic BM202 Xianwei Zhao via B4 Relay
2025-04-22 11:45 ` [PATCH 0/7] Baisc devicetree support for Amlogic S6 S7 and S7D Xianwei Zhao
2025-04-22 13:49   ` Neil Armstrong
2025-04-23  6:15     ` Xianwei Zhao
2025-04-23  7:23       ` neil.armstrong
2025-04-28  7:57         ` Xianwei Zhao
2025-04-28  8:13           ` neil.armstrong
2025-04-22 14:24 ` Neil Armstrong [this message]
2025-04-22 14:26 ` (subset) " Neil Armstrong

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=71a6cd6a-cb2b-4628-b558-01c2172a94f9@linaro.org \
    --to=neil.armstrong@linaro.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jbrunet@baylibre.com \
    --cc=jirislaby@kernel.org \
    --cc=khilman@baylibre.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=robh@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