From: Yashwanth Varakala <Y.Varakala@phytec.de>
To: "kernel@pengutronix.de" <kernel@pengutronix.de>,
"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
"peng.fan@nxp.com" <peng.fan@nxp.com>,
"robh@kernel.org" <robh@kernel.org>,
"shawnguo@kernel.org" <shawnguo@kernel.org>,
"krzk+dt@kernel.org" <krzk+dt@kernel.org>,
"festevam@gmail.com" <festevam@gmail.com>,
"conor+dt@kernel.org" <conor+dt@kernel.org>
Cc: "imx@lists.linux.dev" <imx@lists.linux.dev>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
PHYTEC Upstream <upstream@lists.phytec.de>
Subject: Re: [PATCH 3/3] arm64: dts: Add phyBOARD-Pollux dts for rpmsg
Date: Wed, 7 Aug 2024 10:34:08 +0000 [thread overview]
Message-ID: <da0363d65457c1f1de26b9bc03117d667d6a578e.camel@phytec.de> (raw)
In-Reply-To: <PAXPR04MB84593B109878D86B72DEB4AD88B22@PAXPR04MB8459.eurprd04.prod.outlook.com>
Hello Peng,
On Thu, 2024-08-01 at 02:27 +0000, Peng Fan wrote:
> > Subject: [PATCH 3/3] arm64: dts: Add phyBOARD-Pollux dts for rpmsg
> >
> > Adds a devicetree containing reserved memory regions used for
> > intercore communication between A53 and M7 cores.
> >
> > Signed-off-by: Yashwanth Varakala <y.varakala@phytec.de>
> > ---
> > arch/arm64/boot/dts/freescale/Makefile | 2 +
> > .../dts/freescale/imx8mp-phycore-rpmsg.dtso | 57
> > +++++++++++++++++++
> > 2 files changed, 59 insertions(+)
> > create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-
> > phycore-rpmsg.dtso
> >
> > diff --git a/arch/arm64/boot/dts/freescale/Makefile
> > b/arch/arm64/boot/dts/freescale/Makefile
> > index dedea4b5c319..80cc87d50301 100644
> > --- a/arch/arm64/boot/dts/freescale/Makefile
> > +++ b/arch/arm64/boot/dts/freescale/Makefile
> > @@ -177,9 +177,11 @@ dtb-$(CONFIG_ARCH_MXC) += imx8mp-
> > phyboard-pollux-rdk.dtb imx8mp-phyboard-pollux-rdk-no-eth-dtbs +=
> > imx8mp-phyboard-pollux-rdk.dtb imx8mp-phycore-no-eth.dtbo
> > imx8mp-phyboard-pollux-rdk-no-rtc-dtbs += imx8mp-phyboard-pollux-
> > rdk.dtb imx8mp-phycore-no-rtc.dtbo imx8mp-phyboard-pollux-rdk-no-
> > spiflash-dtbs += imx8mp-phyboard-pollux-rdk.dtb imx8mp-phycore-no-
> > spiflash.dtbo
> > +imx8mp-phyboard-pollux-rdk-rpmsg-dtbs += imx8mp-phyboard-
> > pollux-rdk.dtb
> > +imx8mp-phycore-rpmsg.dtbo
> > dtb-$(CONFIG_ARCH_MXC) += imx8mp-phyboard-pollux-rdk-no-
> > eth.dtb
> > dtb-$(CONFIG_ARCH_MXC) += imx8mp-phyboard-pollux-rdk-no-rtc.dtb
> > dtb-$(CONFIG_ARCH_MXC) += imx8mp-phyboard-pollux-rdk-no-
> > spiflash.dtb
> > +dtb-$(CONFIG_ARCH_MXC) += imx8mp-phyboard-pollux-rdk-
> > rpmsg.dtb
> > dtb-$(CONFIG_ARCH_MXC) += imx8mp-skov-revb-hdmi.dtb
> > dtb-$(CONFIG_ARCH_MXC) += imx8mp-skov-revb-lt6.dtb
> > dtb-$(CONFIG_ARCH_MXC) += imx8mp-skov-revb-mi1010ait-1cp1.dtb
> > diff --git a/arch/arm64/boot/dts/freescale/imx8mp-phycore-
> > rpmsg.dtso b/arch/arm64/boot/dts/freescale/imx8mp-phycore-
> > rpmsg.dtso
> > new file mode 100644
> > index 000000000000..a5694f3aecaa
> > --- /dev/null
> > +++ b/arch/arm64/boot/dts/freescale/imx8mp-phycore-rpmsg.dtso
> > @@ -0,0 +1,57 @@
> > +// SPDX-License-Identifier: GPL-2.0
>
> Dual license is better device tree.
>
> > +/*
> > + * Copyright (C) 2024 PHYTEC Messtechnik GmbH
> > + * Author: Dominik Haller <d.haller@phytec.de>
> > + * Cem Tenruh <c.tenruh@phytec.de>
> > + */
> > +
> > +/dts-v1/;
> > +/plugin/;
> > +
> > +#include <dt-bindings/clock/imx8mp-clock.h>
> > +
> > +&{/} {
> > + imx8mp-cm7 {
> > + compatible = "fsl,imx8mn-cm7";
> > + clocks = <&clk IMX8MP_CLK_M7_DIV>;
> > + mboxes = <&mu 0 1
> > + &mu 1 1
> > + &mu 3 1>;
>
> mboxes = <&mu1 0
> 1>,
>
> <&mu1 1
> 1>,
>
> <&mu1 3 1>;
Thank you for the feedback. I checked and found only mu and mu2 labels
of mailboxes are present. mu1 is not used in imx8mp.dtsi. Can you
please tell me why I have to use mu1 here?
>
> > + mbox-names = "tx", "rx", "rxdb";
> > + memory-region = <&vdevbuffer>, <&vdev0vring0>,
> > <&vdev0vring1>, <&rsc_table>;
> > + rsc-da = <0x55000000>;
>
> Drop this "rsc-da".
>
> > + status = "okay";
>
> Drop it, default is "okay".
>
> > + };
> > +
> > + reserved-memory {
> > + ranges;
> > + #address-cells = <2>;
> > + #size-cells = <2>;
> > +
> > + m7_reserved: m7@0x80000000 {
> > + no-map;
> > + reg = <0 0x80000000 0 0x1000000>;
> > + };
> > +
> > + rsc_table: rsc_table@550ff000 {
>
> "rsc-table@550ff000". Seems you not test this patch with linux
> remoteproc, otherwise you will see vring not set up.
>
> Regards,
> Peng.
--
-
Regards,
Yashwanth
next prev parent reply other threads:[~2024-08-07 10:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-25 9:44 [PATCH 0/3] arm64: dts: freescale: imx8mp-phycore: Add devicetree overlays Yashwanth Varakala
2024-07-25 9:44 ` [PATCH 1/3] arm64: dts: freescale: imx8mp-phycore: Add no-rtc overlay Yashwanth Varakala
2024-07-25 9:44 ` [PATCH 2/3] arm64: boot: dts: freescale: Add no-spiflash overlay Yashwanth Varakala
2024-07-25 9:44 ` [PATCH 3/3] arm64: dts: Add phyBOARD-Pollux dts for rpmsg Yashwanth Varakala
2024-07-26 9:19 ` Krzysztof Kozlowski
2024-08-01 2:27 ` Peng Fan
2024-08-07 10:34 ` Yashwanth Varakala [this message]
2024-08-08 3:13 ` Peng Fan
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=da0363d65457c1f1de26b9bc03117d667d6a578e.camel@phytec.de \
--to=y.varakala@phytec.de \
--cc=conor+dt@kernel.org \
--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-kernel@vger.kernel.org \
--cc=peng.fan@nxp.com \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=upstream@lists.phytec.de \
/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
all inboxes | Powered by JetHome®