From: Frank Li <Frank.li@nxp.com>
To: carlos.song@nxp.com
Cc: miquel.raynal@bootlin.com, alexandre.belloni@bootlin.com,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
shawnguo@kernel.org, s.hauer@pengutronix.de,
kernel@pengutronix.de, festevam@gmail.com,
conor.culhane@silvaco.com, linux-i3c@lists.infradead.org,
imx@lists.linux.dev, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V2 3/3] arm64: dts: imx95: correct i3c node in imx95
Date: Mon, 21 Apr 2025 14:00:05 -0400 [thread overview]
Message-ID: <aAaHpQPTehQ0uqJm@lizhi-Precision-Tower-5810> (raw)
In-Reply-To: <20250421111513.2651797-4-carlos.song@nxp.com>
On Mon, Apr 21, 2025 at 07:15:13PM +0800, carlos.song@nxp.com wrote:
> From: Carlos Song <carlos.song@nxp.com>
>
> I.MX95 I3C only need two clocks. Add "nxp,imx95-i3c" compatible string for
> all I3Cs. And correct I3C2 pclk in wakeup domain to IMX95_CLK_BUSWAKEUP.
correct pclk in wakeup domain to IMX95_CLK_BUSWAKEUP need sepeate patch
with fix tag and cc stable
Frank
>
> Signed-off-by: Carlos Song <carlos.song@nxp.com>
> ---
> - No change for V2
> ---
> arch/arm64/boot/dts/freescale/imx95.dtsi | 12 +++++-------
> 1 file changed, 5 insertions(+), 7 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi
> index 9bb26b466a06..fe28c0c46eb6 100644
> --- a/arch/arm64/boot/dts/freescale/imx95.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx95.dtsi
> @@ -681,15 +681,14 @@ tpm6: pwm@42510000 {
> };
>
> i3c2: i3c@42520000 {
> - compatible = "silvaco,i3c-master-v1";
> + compatible = "nxp,imx95-i3c", "silvaco,i3c-master-v1";
> reg = <0x42520000 0x10000>;
> interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
> #address-cells = <3>;
> #size-cells = <0>;
> - clocks = <&scmi_clk IMX95_CLK_BUSAON>,
> - <&scmi_clk IMX95_CLK_I3C2>,
> + clocks = <&scmi_clk IMX95_CLK_BUSWAKEUP>,
> <&scmi_clk IMX95_CLK_I3C2SLOW>;
> - clock-names = "pclk", "fast_clk", "slow_clk";
> + clock-names = "pclk", "fast_clk";
> status = "disabled";
> };
>
> @@ -1266,15 +1265,14 @@ tpm2: pwm@44320000 {
> };
>
> i3c1: i3c@44330000 {
> - compatible = "silvaco,i3c-master-v1";
> + compatible = "nxp,imx95-i3c", "silvaco,i3c-master-v1";
> reg = <0x44330000 0x10000>;
> interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
> #address-cells = <3>;
> #size-cells = <0>;
> clocks = <&scmi_clk IMX95_CLK_BUSAON>,
> - <&scmi_clk IMX95_CLK_I3C1>,
> <&scmi_clk IMX95_CLK_I3C1SLOW>;
> - clock-names = "pclk", "fast_clk", "slow_clk";
> + clock-names = "pclk", "fast_clk";
> status = "disabled";
> };
>
> --
> 2.34.1
>
prev parent reply other threads:[~2025-04-21 18:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-21 11:15 [PATCH V2 0/3] support different number of clocks for svc i3c controller carlos.song
2025-04-21 11:15 ` [PATCH V2 1/3] dt-bindings: i3c: silvaco,i3c-master: add i.MX94 and i.MX95 I3C carlos.song
2025-04-21 17:55 ` Frank Li
2025-04-21 11:15 ` [PATCH V2 2/3] i3c: master: svc: switch to bulk clk API for flexible clock support carlos.song
2025-04-21 17:58 ` Frank Li
2025-04-21 11:15 ` [PATCH V2 3/3] arm64: dts: imx95: correct i3c node in imx95 carlos.song
2025-04-21 18:00 ` Frank Li [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=aAaHpQPTehQ0uqJm@lizhi-Precision-Tower-5810 \
--to=frank.li@nxp.com \
--cc=alexandre.belloni@bootlin.com \
--cc=carlos.song@nxp.com \
--cc=conor+dt@kernel.org \
--cc=conor.culhane@silvaco.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-i3c@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=miquel.raynal@bootlin.com \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@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