All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	s.hauer@pengutronix.de, kernel@pengutronix.de,
	festevam@gmail.com, linux-imx@nxp.com, aisheng.dong@nxp.com,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Peng Fan <peng.fan@nxp.com>,
	Ye Li <ye.li@nxp.com>, Jacky Bai <ping.bai@nxp.com>
Subject: Re: [PATCH V3 4/8] arm64: dts: imx93: add s4 mu node
Date: Mon, 5 Sep 2022 11:05:05 +0800	[thread overview]
Message-ID: <20220905030505.GF1728671@dragon> (raw)
In-Reply-To: <20220831141418.38532-5-peng.fan@oss.nxp.com>

On Wed, Aug 31, 2022 at 10:14:14PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add s4 mu node for sentinel communication
> 
> Reviewed-by: Ye Li <ye.li@nxp.com>
> Reviewed-by: Jacky Bai <ping.bai@nxp.com>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  arch/arm64/boot/dts/freescale/imx93.dtsi | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx93.dtsi b/arch/arm64/boot/dts/freescale/imx93.dtsi
> index 26d5ce4a5f2c..dd76472ced46 100644
> --- a/arch/arm64/boot/dts/freescale/imx93.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx93.dtsi
> @@ -342,5 +342,15 @@ gpio1: gpio@47400080 {
>  			clock-names = "gpio", "port";
>  			gpio-ranges = <&iomuxc 0 0 32>;
>  		};
> +
> +		s4muap: mailbox@47520000 {
> +			compatible = "fsl,imx93-mu-s4";
> +			reg = <0x47520000 0x10000>;
> +			interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>,
> +				     <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
> +			interrupt-names = "txirq", "rxirq";
> +			#mbox-cells = <2>;
> +			status = "okay";

Unneeded "okay" status?

Shawn

> +		};
>  	};
>  };
> -- 
> 2.37.1
> 

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

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	s.hauer@pengutronix.de, kernel@pengutronix.de,
	festevam@gmail.com, linux-imx@nxp.com, aisheng.dong@nxp.com,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Peng Fan <peng.fan@nxp.com>,
	Ye Li <ye.li@nxp.com>, Jacky Bai <ping.bai@nxp.com>
Subject: Re: [PATCH V3 4/8] arm64: dts: imx93: add s4 mu node
Date: Mon, 5 Sep 2022 11:05:05 +0800	[thread overview]
Message-ID: <20220905030505.GF1728671@dragon> (raw)
In-Reply-To: <20220831141418.38532-5-peng.fan@oss.nxp.com>

On Wed, Aug 31, 2022 at 10:14:14PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add s4 mu node for sentinel communication
> 
> Reviewed-by: Ye Li <ye.li@nxp.com>
> Reviewed-by: Jacky Bai <ping.bai@nxp.com>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  arch/arm64/boot/dts/freescale/imx93.dtsi | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx93.dtsi b/arch/arm64/boot/dts/freescale/imx93.dtsi
> index 26d5ce4a5f2c..dd76472ced46 100644
> --- a/arch/arm64/boot/dts/freescale/imx93.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx93.dtsi
> @@ -342,5 +342,15 @@ gpio1: gpio@47400080 {
>  			clock-names = "gpio", "port";
>  			gpio-ranges = <&iomuxc 0 0 32>;
>  		};
> +
> +		s4muap: mailbox@47520000 {
> +			compatible = "fsl,imx93-mu-s4";
> +			reg = <0x47520000 0x10000>;
> +			interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>,
> +				     <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
> +			interrupt-names = "txirq", "rxirq";
> +			#mbox-cells = <2>;
> +			status = "okay";

Unneeded "okay" status?

Shawn

> +		};
>  	};
>  };
> -- 
> 2.37.1
> 

  reply	other threads:[~2022-09-05  3:21 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-31 14:14 [PATCH V3 0/8] arm64: dts: imx93: add several nodes Peng Fan (OSS)
2022-08-31 14:14 ` Peng Fan (OSS)
2022-08-31 14:14 ` [PATCH V3 1/8] dt-bindings: soc: imx: add binding for i.MX93 syscon Peng Fan (OSS)
2022-08-31 14:14   ` Peng Fan (OSS)
2022-09-02 20:57   ` Rob Herring
2022-09-02 20:57     ` Rob Herring
2022-09-05  0:57     ` Peng Fan
2022-09-05  0:57       ` Peng Fan
2022-08-31 14:14 ` [PATCH V3 2/8] arm64: dts: imx93: correct SDHC clk entry Peng Fan (OSS)
2022-08-31 14:14   ` Peng Fan (OSS)
2022-08-31 14:14 ` [PATCH V3 3/8] arm64: dts: imx93: add gpio clk Peng Fan (OSS)
2022-08-31 14:14   ` Peng Fan (OSS)
2022-08-31 14:14 ` [PATCH V3 4/8] arm64: dts: imx93: add s4 mu node Peng Fan (OSS)
2022-08-31 14:14   ` Peng Fan (OSS)
2022-09-05  3:05   ` Shawn Guo [this message]
2022-09-05  3:05     ` Shawn Guo
2022-08-31 14:14 ` [PATCH V3 5/8] arm64: dts: imx93: add blk ctrl node Peng Fan (OSS)
2022-08-31 14:14   ` Peng Fan (OSS)
2022-08-31 14:14 ` [PATCH V3 6/8] arm64: dts: imx93: add a55 pmu Peng Fan (OSS)
2022-08-31 14:14   ` Peng Fan (OSS)
2022-08-31 14:14 ` [PATCH V3 7/8] arm64: dts: imx93: add lpi2c nodes Peng Fan (OSS)
2022-08-31 14:14   ` Peng Fan (OSS)
2022-08-31 14:14 ` [PATCH V3 8/8] arm64: dts: imx93: add lpspi nodes Peng Fan (OSS)
2022-08-31 14:14   ` Peng Fan (OSS)

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=20220905030505.GF1728671@dragon \
    --to=shawnguo@kernel.org \
    --cc=aisheng.dong@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peng.fan@nxp.com \
    --cc=peng.fan@oss.nxp.com \
    --cc=ping.bai@nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=ye.li@nxp.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.