From: Peter Chen <peter.chen@cixtech.com>
To: Jun Guo <jun.guo@cixtech.com>
Cc: <fugang.duan@cixtech.com>, <robh@kernel.org>,
<krzk+dt@kernel.org>, <conor+dt@kernel.org>,
<cix-kernel-upstream@cixtech.com>,
<linux-arm-kernel@lists.infradead.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] arm64: dts: cix: add DT nodes for SPI
Date: Tue, 23 Sep 2025 13:48:39 +0800 [thread overview]
Message-ID: <aNI0t9tYGG_CN1do@nchen-desktop> (raw)
In-Reply-To: <20250919013118.853078-1-jun.guo@cixtech.com>
On 25-09-19 09:31:18, Jun Guo wrote:
> Add the device tree node for the spi controller of the CIX SKY1 SoC.
>
> Signed-off-by: Jun Guo <jun.guo@cixtech.com>
Applied, thanks.
Peter
> ---
> arch/arm64/boot/dts/cix/sky1.dtsi | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/cix/sky1.dtsi b/arch/arm64/boot/dts/cix/sky1.dtsi
> index 2fb2c99c0796..ea324336bf34 100644
> --- a/arch/arm64/boot/dts/cix/sky1.dtsi
> +++ b/arch/arm64/boot/dts/cix/sky1.dtsi
> @@ -264,6 +264,26 @@ i2c7: i2c@4080000 {
> status = "disabled";
> };
>
> + spi0: spi@4090000 {
> + compatible = "cdns,spi-r1p6";
> + reg = <0x0 0x04090000 0x0 0x10000>;
> + clocks = <&scmi_clk CLK_TREE_FCH_SPI0_APB>,
> + <&scmi_clk CLK_TREE_FCH_SPI0_APB>;
> + clock-names = "ref_clk", "pclk";
> + interrupts = <GIC_SPI 294 IRQ_TYPE_LEVEL_HIGH 0>;
> + status = "disabled";
> + };
> +
> + spi1: spi@40a0000 {
> + compatible = "cdns,spi-r1p6";
> + reg = <0x0 0x040a0000 0x0 0x10000>;
> + clocks = <&scmi_clk CLK_TREE_FCH_SPI1_APB>,
> + <&scmi_clk CLK_TREE_FCH_SPI1_APB>;
> + clock-names = "ref_clk", "pclk";
> + interrupts = <GIC_SPI 295 IRQ_TYPE_LEVEL_HIGH 0>;
> + status = "disabled";
> + };
> +
> uart0: serial@40b0000 {
> compatible = "arm,pl011", "arm,primecell";
> reg = <0x0 0x040b0000 0x0 0x1000>;
> --
> 2.34.1
>
--
Best regards,
Peter
prev parent reply other threads:[~2025-09-23 5:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-19 1:31 [PATCH] arm64: dts: cix: add DT nodes for SPI Jun Guo
2025-09-23 5:48 ` Peter Chen [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=aNI0t9tYGG_CN1do@nchen-desktop \
--to=peter.chen@cixtech.com \
--cc=cix-kernel-upstream@cixtech.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=fugang.duan@cixtech.com \
--cc=jun.guo@cixtech.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.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