From: Yanteng Si <si.yanteng@linux.dev>
To: "Yao Zi" <ziyao@disroot.org>, "Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Huacai Chen" <chenhuacai@kernel.org>,
"WANG Xuerui" <kernel@xen0n.name>,
"Neil Armstrong" <neil.armstrong@linaro.org>,
"Heiko Stuebner" <heiko@sntech.de>,
"Junhao Xie" <bigfoot@classfun.cn>,
"Rafał Miłecki" <rafal@milecki.pl>,
"Aradhya Bhatia" <a-bhatia1@ti.com>,
"Manivannan Sadhasivam" <manivannan.sadhasivam@linaro.org>,
"Binbin Zhou" <zhoubinbin@loongson.cn>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
loongarch@lists.linux.dev, "Mingcong Bai" <jeffbai@aosc.io>,
"Kexy Biscuit" <kexybiscuit@aosc.io>
Subject: Re: [PATCH 2/4] dt-bindings: LoongArch: Add CTCISZ Ninenine Pi
Date: Tue, 6 May 2025 16:58:50 +0800 [thread overview]
Message-ID: <7e56091d-0e91-44ef-b314-facb102ee468@linux.dev> (raw)
In-Reply-To: <20250501044239.9404-4-ziyao@disroot.org>
在 5/1/25 12:42 PM, Yao Zi 写道:
> Ninenine Pi is an Loongson 2K0300-based development board produced by
I think "Ninenine Pi" doesn't make sense. I browsed
<https://bbs.ctcisz.com/forum.php?mod=forumdisplay&fid=2> and found that
the Chinese name of this development board is "久久派". Interestingly, its
selling price is 99 yuan. In Chinese, the Roman numeral "9" has the same
pronunciation as the Chinese character "久". It seems that you intended
to name the development board after its selling price. But shouldn't it
be "Ninety-nine Pi" in English? Or "99 Pi"? Perhaps "Jiujiu Pi" is a
better option?
Thanks,
Yanteng
> CTCISZ. Features include,
>
> - 512MiB DDR4 RAM
> - On-board eMMC storage
> - Optional SD Card support
> - 2 USB 2.0 Ports (OTG and HOST)
> - 1 GbE Ethernet port
> - Optional WiFi/BT support
> - Audio output through 3.5mm phone connector
> - Optional display output through RAW RGB interface
>
> Add compatible string for the board.
>
> Signed-off-by: Yao Zi <ziyao@disroot.org>
> ---
> Documentation/devicetree/bindings/loongarch/loongson.yaml | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/loongarch/loongson.yaml b/Documentation/devicetree/bindings/loongarch/loongson.yaml
> index e1a4a97b7576..aac4af9ee97a 100644
> --- a/Documentation/devicetree/bindings/loongarch/loongson.yaml
> +++ b/Documentation/devicetree/bindings/loongarch/loongson.yaml
> @@ -14,6 +14,11 @@ properties:
> const: '/'
> compatible:
> oneOf:
> + - description: CTCISZ Ninenine Pi
> + items:
> + - const: ctcisz,ninenine-pi
> + - const: loongson,ls2k0300
> +
> - description: Loongson-2K0500 processor based boards
> items:
> - const: loongson,ls2k0500-ref
next prev parent reply other threads:[~2025-05-06 8:59 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-01 4:42 [PATCH 0/4] Initial support for CTCISZ Ninenine Pi Yao Zi
2025-05-01 4:42 ` [PATCH 1/4] dt-bindings: vendor-prefixes: Add CTCISZ Technology Co., LTD Yao Zi
2025-05-01 10:53 ` Krzysztof Kozlowski
2025-05-01 4:42 ` [PATCH 2/4] dt-bindings: LoongArch: Add CTCISZ Ninenine Pi Yao Zi
2025-05-01 10:54 ` Krzysztof Kozlowski
2025-05-06 8:58 ` Yanteng Si [this message]
2025-05-07 7:07 ` Yao Zi
2025-05-08 2:42 ` Yanteng Si
2025-05-01 4:42 ` [PATCH 3/4] LoongArch: dts: Add initial SoC devicetree for Loongson 2K0300 Yao Zi
2025-05-01 10:55 ` Krzysztof Kozlowski
2025-05-02 1:52 ` Yao Zi
2025-05-01 4:42 ` [PATCH 4/4] LoongArch: dts: Add initial devicetree for CTCISZ Ninenine Pi Yao Zi
2025-05-07 10:08 ` [PATCH 0/4] Initial support " Yanteng Si
2025-05-08 2:49 ` Yanteng Si
2025-05-08 3:54 ` Yao Zi
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=7e56091d-0e91-44ef-b314-facb102ee468@linux.dev \
--to=si.yanteng@linux.dev \
--cc=a-bhatia1@ti.com \
--cc=bigfoot@classfun.cn \
--cc=chenhuacai@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=jeffbai@aosc.io \
--cc=kernel@xen0n.name \
--cc=kexybiscuit@aosc.io \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=loongarch@lists.linux.dev \
--cc=manivannan.sadhasivam@linaro.org \
--cc=neil.armstrong@linaro.org \
--cc=rafal@milecki.pl \
--cc=robh@kernel.org \
--cc=zhoubinbin@loongson.cn \
--cc=ziyao@disroot.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 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.