From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: "robh@kernel.org" <robh@kernel.org>,
"krzk+dt@kernel.org" <krzk+dt@kernel.org>,
"conor+dt@kernel.org" <conor+dt@kernel.org>,
"shawnguo@kernel.org" <shawnguo@kernel.org>,
"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
"catalin.marinas@arm.com" <catalin.marinas@arm.com>,
"will@kernel.org" <will@kernel.org>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
"festevam@gmail.com" <festevam@gmail.com>,
Joy Zou <joy.zou@nxp.com>
Cc: "joao.goncalves@toradex.com" <joao.goncalves@toradex.com>,
"marex@denx.de" <marex@denx.de>,
"hvilleneuve@dimonoff.com" <hvilleneuve@dimonoff.com>,
"hiago.franco@toradex.com" <hiago.franco@toradex.com>,
Peng Fan <peng.fan@nxp.com>,
"frieder.schrempf@kontron.de" <frieder.schrempf@kontron.de>,
"m.othacehe@gmail.com" <m.othacehe@gmail.com>,
"mwalle@kernel.org" <mwalle@kernel.org>,
"Max.Merchel@ew.tq-group.com" <Max.Merchel@ew.tq-group.com>,
"quic_bjorande@quicinc.com" <quic_bjorande@quicinc.com>,
"geert+renesas@glider.be" <geert+renesas@glider.be>,
"dmitry.baryshkov@linaro.org" <dmitry.baryshkov@linaro.org>,
"neil.armstrong@linaro.org" <neil.armstrong@linaro.org>,
"arnd@arndb.de" <arnd@arndb.de>,
"nfraprado@collabora.com" <nfraprado@collabora.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"imx@lists.linux.dev" <imx@lists.linux.dev>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead .org>,
Jacky Bai <ping.bai@nxp.com>, Ye Li <ye.li@nxp.com>,
Aisheng Dong <aisheng.dong@nxp.com>, Frank Li <frank.li@nxp.com>,
Carlos Song <carlos.song@nxp.com>
Subject: Re: [PATCH v4 2/5] arm64: dts: freescale: Add i.MX91 dtsi support
Date: Wed, 22 Jan 2025 07:20:39 +0100 [thread overview]
Message-ID: <2026092.PYKUYFuaPT@steina-w> (raw)
In-Reply-To: <AS4PR04MB9386E5D011F3559A19E05941E1E12@AS4PR04MB9386.eurprd04.prod.outlook.com>
Am Mittwoch, 22. Januar 2025, 06:25:50 CET schrieb Joy Zou:
> > -----Original Message-----
> > From: Alexander Stein <alexander.stein@ew.tq-group.com>
> > Sent: 2025年1月21日 16:34
> > To: robh@kernel.org; krzk+dt@kernel.org; conor+dt@kernel.org;
> > shawnguo@kernel.org; s.hauer@pengutronix.de; catalin.marinas@arm.com;
> > will@kernel.org; kernel@pengutronix.de; festevam@gmail.com; Joy Zou
> > <joy.zou@nxp.com>
> > Cc: joao.goncalves@toradex.com; marex@denx.de;
> > hvilleneuve@dimonoff.com; hiago.franco@toradex.com; Peng Fan
> > <peng.fan@nxp.com>; frieder.schrempf@kontron.de; m.othacehe@gmail.com;
> > mwalle@kernel.org; Max.Merchel@ew.tq-group.com;
> > quic_bjorande@quicinc.com; geert+renesas@glider.be;
> > dmitry.baryshkov@linaro.org; neil.armstrong@linaro.org; arnd@arndb.de;
> > nfraprado@collabora.com; devicetree@vger.kernel.org;
> > linux-kernel@vger.kernel.org; imx@lists.linux.dev;
> > linux-arm-kernel@lists.infradead.org; Jacky Bai <ping.bai@nxp.com>; Ye Li
> > <ye.li@nxp.com>; Aisheng Dong <aisheng.dong@nxp.com>; Frank Li
> > <frank.li@nxp.com>; Carlos Song <carlos.song@nxp.com>
> > Subject: [EXT] Re: [PATCH v4 2/5] arm64: dts: freescale: Add i.MX91 dtsi
> > support
> >
> > Am Dienstag, 21. Januar 2025, 08:40:14 CET schrieb Joy Zou:
> > > From: Pengfei Li <pengfei.li_1@nxp.com>
> > >
> > > The i.MX 91 family features an Arm Cortex-A55 running at up to 1.4GHz,
> > > support for modern LPDDR4 memory to enable platform longevity, along
> > > with a rich set of peripherals targeting medical, industrial and
> > > consumer IoT market segments.
> > >
> > > The design of the i.MX91 platform is very similar to i.MX93.
> > > The mainly difference between i.MX91 and i.MX93 is as follows:
> > > - i.MX91 removed some clocks and modified the names of some clocks.
> > > - i.MX91 only has one A core
> > > - i.MX91 has different pinmux
> > >
> > > Signed-off-by: Pengfei Li <pengfei.li_1@nxp.com>
> > > Signed-off-by: Joy Zou <joy.zou@nxp.com>
> > > ---
> > > arch/arm64/boot/dts/freescale/imx91-pinfunc.h | 770
> > ++++++++++++++++++
> > > arch/arm64/boot/dts/freescale/imx91.dtsi | 70 ++
> > > 2 files changed, 840 insertions(+)
> > > create mode 100644 arch/arm64/boot/dts/freescale/imx91-pinfunc.h
> > > create mode 100644 arch/arm64/boot/dts/freescale/imx91.dtsi
> > >
> > > [snip]
> > > diff --git a/arch/arm64/boot/dts/freescale/imx91.dtsi
> > > b/arch/arm64/boot/dts/freescale/imx91.dtsi
> > > new file mode 100644
> > > index 000000000000..67a5a487ab57
> > > --- /dev/null
> > > +++ b/arch/arm64/boot/dts/freescale/imx91.dtsi
> > > @@ -0,0 +1,70 @@
> > > +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> > > +/*
> > > + * Copyright 2024 NXP
> > > + */
> > > +
> > > +#include "imx91-pinfunc.h"
> > > +#include "imx93.dtsi"
> > > +
> > > +/delete-node/ &A55_1;
> > > +/delete-node/ &cm33;
> > > +/delete-node/ &mlmix;
> > > +/delete-node/ &mu1;
> > > +/delete-node/ &mu2;
> > > +
> > > +&clk {
> > > + compatible = "fsl,imx91-ccm";
> > > +};
> > > +
> > > +&eqos {
> > > + clocks = <&clk IMX91_CLK_ENET1_QOS_TSN_GATE>,
> > > + <&clk IMX91_CLK_ENET1_QOS_TSN_GATE>,
> > > + <&clk IMX91_CLK_ENET_TIMER>,
> > > + <&clk IMX91_CLK_ENET1_QOS_TSN>,
> > > + <&clk IMX91_CLK_ENET1_QOS_TSN_GATE>;
> > > + assigned-clocks = <&clk IMX91_CLK_ENET_TIMER>,
> > > + <&clk IMX91_CLK_ENET1_QOS_TSN>;
> > > + assigned-clock-parents = <&clk IMX93_CLK_SYS_PLL_PFD1_DIV2>,
> > > + <&clk
> > IMX93_CLK_SYS_PLL_PFD0_DIV2>; };
> > > +
> > > +&fec {
> > > + clocks = <&clk IMX91_CLK_ENET2_REGULAR_GATE>,
> > > + <&clk IMX91_CLK_ENET2_REGULAR_GATE>,
> > > + <&clk IMX91_CLK_ENET_TIMER>,
> > > + <&clk IMX91_CLK_ENET2_REGULAR>,
> > > + <&clk IMX93_CLK_DUMMY>;
> > > + assigned-clocks = <&clk IMX91_CLK_ENET_TIMER>,
> > > + <&clk IMX91_CLK_ENET2_REGULAR>;
> > > + assigned-clock-parents = <&clk IMX93_CLK_SYS_PLL_PFD1_DIV2>,
> > > + <&clk
> > IMX93_CLK_SYS_PLL_PFD0_DIV2>;
> > > + assigned-clock-rates = <100000000>, <250000000>; };
> > > +
> > > +&i3c1 {
> > > + clocks = <&clk IMX93_CLK_BUS_AON>,
> > > + <&clk IMX93_CLK_I3C1_GATE>,
> > > + <&clk IMX93_CLK_DUMMY>; };
> > > +
> > > +&i3c2 {
> > > + clocks = <&clk IMX93_CLK_BUS_WAKEUP>,
> > > + <&clk IMX93_CLK_I3C2_GATE>,
> > > + <&clk IMX93_CLK_DUMMY>; };
> > > +
> > > +&iomuxc {
> > > + compatible = "fsl,imx91-iomuxc"; };
> > > +
> > > +&tmu {
> > > + status = "disabled";
> > > +};
> > > +
> > > +&ddr_pmu {
> > > + compatible = "fsl,imx91-ddr-pmu", "fsl,imx93-ddr-pmu"; };
> > > +
> > > +&map0 {
> > > + cooling-device = <&A55_0 THERMAL_NO_LIMIT
> > THERMAL_NO_LIMIT>; };
> > >
> >
> > Somehow I don't like it that much. Instead of removing nodes from imx93.dtsi
> > wouldn't it make more sense to include from imx91.dtsi into imx93.dtsi and
> > _add_ nodes with are unique to i.MX93? Otherwise each add to imx93.dtsi
> > requires an remove in imx91.dtsi for this unique to i.MX93, e.g. NPU.
> >
> Thanks for your comments!
> The imx91 isn't the imx93 subset, so if the imx93.dtsi include the imx91.dtsi,
> the same problem will occur.
> If add common.dtsi for imx91 and imx93, then the imx93 and imx91 will include
> the common.dtsi. What do you think of this approach?
Yes, it's not a 100% subset, number of CPUs and some clocks are different.
In general adding stuff in DT is easier than removing, especially
in DT overlays.
What you are removing or changing in imx91.dtsi would need to be added to
imx93.dtsi. A common .dtsi is also an option. I hope you can up with a
good name to not be associated with imx95.dtsi
Best regards,
Alexander
--
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
http://www.tq-group.com/
next prev parent reply other threads:[~2025-01-22 6:20 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-21 7:40 [PATCH v4 0/5] Add i.MX91 platform support Joy Zou
2025-01-21 7:40 ` [PATCH v4 1/5] dt-bindings: arm: fsl: Add i.MX91 11x11 evk board Joy Zou
2025-01-21 7:52 ` Krzysztof Kozlowski
2025-01-21 8:13 ` Joy Zou
2025-01-21 8:19 ` [EXT] " Joy Zou
2025-01-21 7:40 ` [PATCH v4 2/5] arm64: dts: freescale: Add i.MX91 dtsi support Joy Zou
2025-01-21 8:33 ` Alexander Stein
2025-01-22 5:25 ` [EXT] " Joy Zou
2025-01-22 6:20 ` Alexander Stein [this message]
2025-01-21 7:40 ` [PATCH v4 3/5] arm64: dts: freescale: Add i.MX91 11x11 EVK basic support Joy Zou
2025-01-21 7:40 ` [PATCH v4 4/5] arm64: defconfig: enable i.MX91 pinctrl Joy Zou
2025-01-21 7:50 ` Krzysztof Kozlowski
2025-01-21 10:32 ` [EXT] " Joy Zou
2025-01-21 7:40 ` [PATCH v4 5/5] arm64: dts: imx93: Add labels for the references easier Joy Zou
2025-01-21 7:49 ` Krzysztof Kozlowski
2025-01-21 8:25 ` [EXT] " Joy Zou
2025-01-21 9:04 ` Krzysztof Kozlowski
2025-01-21 9:22 ` Joy Zou
2025-01-21 7:49 ` [PATCH v4 0/5] Add i.MX91 platform support Krzysztof Kozlowski
2025-01-21 8:35 ` [EXT] " Joy Zou
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=2026092.PYKUYFuaPT@steina-w \
--to=alexander.stein@ew.tq-group.com \
--cc=Max.Merchel@ew.tq-group.com \
--cc=aisheng.dong@nxp.com \
--cc=arnd@arndb.de \
--cc=carlos.song@nxp.com \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=festevam@gmail.com \
--cc=frank.li@nxp.com \
--cc=frieder.schrempf@kontron.de \
--cc=geert+renesas@glider.be \
--cc=hiago.franco@toradex.com \
--cc=hvilleneuve@dimonoff.com \
--cc=imx@lists.linux.dev \
--cc=joao.goncalves@toradex.com \
--cc=joy.zou@nxp.com \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=m.othacehe@gmail.com \
--cc=marex@denx.de \
--cc=mwalle@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=nfraprado@collabora.com \
--cc=peng.fan@nxp.com \
--cc=ping.bai@nxp.com \
--cc=quic_bjorande@quicinc.com \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=will@kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).