Add lsio_mu2 node which could be used communicate with SCU.
Signed-off-by: Peng Fan <[email protected]>
---
arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
index 16766838ac77..64eecd6cb1e9 100644
--- a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
@@ -339,6 +339,14 @@
#mbox-cells = <2>;
};
+ lsio_mu2: mailbox@5d1d0000 {
+ compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
+ reg = <0x5d1d0000 0x10000>;
+ interrupts = <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>;
+ #mbox-cells = <2>;
+ status = "disabled";
+ };
+
lsio_mu3: mailbox@5d1e0000 {
compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
reg = <0x5d1e0000 0x10000>;
--
2.16.4
> From: Peng Fan
>
> Add lsio_mu2 node which could be used communicate with SCU.
>
> Signed-off-by: Peng Fan <[email protected]>
Reviewed-by: Dong Aisheng <[email protected]>
Regards
Dong Aisheng
> ---
> arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
> b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
> index 16766838ac77..64eecd6cb1e9 100644
> --- a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
> @@ -339,6 +339,14 @@
> #mbox-cells = <2>;
> };
>
> + lsio_mu2: mailbox@5d1d0000 {
> + compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
> + reg = <0x5d1d0000 0x10000>;
> + interrupts = <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>;
> + #mbox-cells = <2>;
> + status = "disabled";
> + };
> +
> lsio_mu3: mailbox@5d1e0000 {
> compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
> reg = <0x5d1e0000 0x10000>;
> --
> 2.16.4
Hi Shawn,
> -----Original Message-----
> From: Aisheng Dong
> Sent: 2019??3??15?? 18:24
> To: Peng Fan <[email protected]>; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; dl-linux-imx
> <[email protected]>; Anson Huang <[email protected]>; Daniel Baluta
> <[email protected]>; [email protected];
> [email protected]; [email protected]
> Cc: [email protected]
> Subject: RE: [PATCH] arm64: dts: imx8qxp: add lsio_mu2 node
>
> > From: Peng Fan
> >
> > Add lsio_mu2 node which could be used communicate with SCU.
> >
> > Signed-off-by: Peng Fan <[email protected]>
>
> Reviewed-by: Dong Aisheng <[email protected]>
Would you pick up this patch?
Thanks,
Peng.
>
> Regards
> Dong Aisheng
>
> > ---
> > arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 8 ++++++++
> > 1 file changed, 8 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
> > b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
> > index 16766838ac77..64eecd6cb1e9 100644
> > --- a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
> > +++ b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
> > @@ -339,6 +339,14 @@
> > #mbox-cells = <2>;
> > };
> >
> > + lsio_mu2: mailbox@5d1d0000 {
> > + compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
> > + reg = <0x5d1d0000 0x10000>;
> > + interrupts = <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>;
> > + #mbox-cells = <2>;
> > + status = "disabled";
> > + };
> > +
> > lsio_mu3: mailbox@5d1e0000 {
> > compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
> > reg = <0x5d1e0000 0x10000>;
> > --
> > 2.16.4
On Wed, Mar 13, 2019 at 09:24:42AM +0000, Peng Fan wrote:
> Add lsio_mu2 node which could be used communicate with SCU.
>
> Signed-off-by: Peng Fan <[email protected]>
Applied, thanks.