From: "Nutty Liu" <liujingqi@lanxincomputing.com>
To: "Han Gao" <rabenda.cn@gmail.com>, <devicetree@vger.kernel.org>
Cc: "Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Paul Walmsley" <paul.walmsley@sifive.com>,
"Palmer Dabbelt" <palmer@dabbelt.com>,
"Albert Ou" <aou@eecs.berkeley.edu>,
"Alexandre Ghiti" <alex@ghiti.fr>,
"Chen Wang" <unicorn_wang@outlook.com>,
"Inochi Amaoto" <inochiama@gmail.com>,
"Thomas Bonnefille" <thomas.bonnefille@bootlin.com>,
"Guo Ren" <guoren@kernel.org>, "Chao Wei" <chao.wei@sophgo.com>,
<linux-riscv@lists.infradead.org>, <sophgo@lists.linux.dev>,
<linux-kernel@vger.kernel.org>,
"Conor Dooley" <conor.dooley@microchip.com>
Subject: Re: [PATCH v3 1/3] dt-bindings: riscv: add Sophgo SG2042_EVB_V1.X/V2.0 bindings
Date: Tue, 8 Jul 2025 11:20:38 +0800 [thread overview]
Message-ID: <bc047c7b-c88f-438d-8f0d-0f593dfcfbe2@lanxincomputing.com> (raw)
In-Reply-To: <204c8214aa084d592e8dc45d6c5ca23381937b54.1751700954.git.rabenda.cn@gmail.com>
On 7/5/2025 3:39 PM, Han Gao wrote:
> Add DT binding documentation for the Sophgo SG2042_EVB_V1.X/V2.0 board [1].
>
> Link: https://github.com/sophgo/sophgo-hardware/tree/master/SG2042/SG2042-x8-EVB [1]
>
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
> Signed-off-by: Han Gao <rabenda.cn@gmail.com>
Reviewed-by: Nutty Liu<liujingqi@lanxincomputing.com>
Thanks,
Nutty
> ---
> Documentation/devicetree/bindings/riscv/sophgo.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/riscv/sophgo.yaml b/Documentation/devicetree/bindings/riscv/sophgo.yaml
> index b4c4d7a7d7ad..e21b65938a65 100644
> --- a/Documentation/devicetree/bindings/riscv/sophgo.yaml
> +++ b/Documentation/devicetree/bindings/riscv/sophgo.yaml
> @@ -34,6 +34,8 @@ properties:
> - items:
> - enum:
> - milkv,pioneer
> + - sophgo,sg2042-evb-v1
> + - sophgo,sg2042-evb-v2
> - const: sophgo,sg2042
> - items:
> - enum:
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
WARNING: multiple messages have this Message-ID (diff)
From: "Nutty Liu" <liujingqi@lanxincomputing.com>
To: "Han Gao" <rabenda.cn@gmail.com>, <devicetree@vger.kernel.org>
Cc: "Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Paul Walmsley" <paul.walmsley@sifive.com>,
"Palmer Dabbelt" <palmer@dabbelt.com>,
"Albert Ou" <aou@eecs.berkeley.edu>,
"Alexandre Ghiti" <alex@ghiti.fr>,
"Chen Wang" <unicorn_wang@outlook.com>,
"Inochi Amaoto" <inochiama@gmail.com>,
"Thomas Bonnefille" <thomas.bonnefille@bootlin.com>,
"Guo Ren" <guoren@kernel.org>, "Chao Wei" <chao.wei@sophgo.com>,
<linux-riscv@lists.infradead.org>, <sophgo@lists.linux.dev>,
<linux-kernel@vger.kernel.org>,
"Conor Dooley" <conor.dooley@microchip.com>
Subject: Re: [PATCH v3 1/3] dt-bindings: riscv: add Sophgo SG2042_EVB_V1.X/V2.0 bindings
Date: Tue, 8 Jul 2025 11:20:38 +0800 [thread overview]
Message-ID: <bc047c7b-c88f-438d-8f0d-0f593dfcfbe2@lanxincomputing.com> (raw)
In-Reply-To: <204c8214aa084d592e8dc45d6c5ca23381937b54.1751700954.git.rabenda.cn@gmail.com>
On 7/5/2025 3:39 PM, Han Gao wrote:
> Add DT binding documentation for the Sophgo SG2042_EVB_V1.X/V2.0 board [1].
>
> Link: https://github.com/sophgo/sophgo-hardware/tree/master/SG2042/SG2042-x8-EVB [1]
>
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
> Signed-off-by: Han Gao <rabenda.cn@gmail.com>
Reviewed-by: Nutty Liu<liujingqi@lanxincomputing.com>
Thanks,
Nutty
> ---
> Documentation/devicetree/bindings/riscv/sophgo.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/riscv/sophgo.yaml b/Documentation/devicetree/bindings/riscv/sophgo.yaml
> index b4c4d7a7d7ad..e21b65938a65 100644
> --- a/Documentation/devicetree/bindings/riscv/sophgo.yaml
> +++ b/Documentation/devicetree/bindings/riscv/sophgo.yaml
> @@ -34,6 +34,8 @@ properties:
> - items:
> - enum:
> - milkv,pioneer
> + - sophgo,sg2042-evb-v1
> + - sophgo,sg2042-evb-v2
> - const: sophgo,sg2042
> - items:
> - enum:
next prev parent reply other threads:[~2025-07-08 3:20 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-05 7:39 [PATCH v3 0/3] Add Sophgo EVB V1/V2 Board support Han Gao
2025-07-05 7:39 ` Han Gao
2025-07-05 7:39 ` [PATCH v3 1/3] dt-bindings: riscv: add Sophgo SG2042_EVB_V1.X/V2.0 bindings Han Gao
2025-07-05 7:39 ` Han Gao
2025-07-08 0:31 ` Chen Wang
2025-07-08 0:31 ` Chen Wang
2025-07-08 3:20 ` Nutty Liu [this message]
2025-07-08 3:20 ` Nutty Liu
2025-07-05 7:39 ` [PATCH v3 2/3] riscv: dts: sophgo: add Sophgo SG2042_EVB_V1.X board device tree Han Gao
2025-07-05 7:39 ` Han Gao
2025-07-08 0:35 ` Chen Wang
2025-07-08 0:35 ` Chen Wang
2025-07-08 3:20 ` Nutty Liu
2025-07-08 3:20 ` Nutty Liu
2025-07-05 7:39 ` [PATCH v3 3/3] riscv: dts: sophgo: add Sophgo SG2042_EVB_V2.0 " Han Gao
2025-07-05 7:39 ` Han Gao
2025-07-08 0:36 ` Chen Wang
2025-07-08 0:36 ` Chen Wang
2025-07-08 3:21 ` Nutty Liu
2025-07-08 3:21 ` Nutty Liu
2025-07-14 0:47 ` [PATCH v3 0/3] Add Sophgo EVB V1/V2 Board support Inochi Amaoto
2025-07-14 0:47 ` Inochi Amaoto
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=bc047c7b-c88f-438d-8f0d-0f593dfcfbe2@lanxincomputing.com \
--to=liujingqi@lanxincomputing.com \
--cc=alex@ghiti.fr \
--cc=aou@eecs.berkeley.edu \
--cc=chao.wei@sophgo.com \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=guoren@kernel.org \
--cc=inochiama@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=rabenda.cn@gmail.com \
--cc=robh@kernel.org \
--cc=sophgo@lists.linux.dev \
--cc=thomas.bonnefille@bootlin.com \
--cc=unicorn_wang@outlook.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.