From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
shawnguo@kernel.org, s.hauer@pengutronix.de,
kernel@pengutronix.de, festevam@gmail.com,
richardcochran@gmail.com, andrew+netdev@lunn.ch,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, mcoquelin.stm32@gmail.com,
alexandre.torgue@foss.st.com, frieder.schrempf@kontron.de,
primoz.fiser@norik.com, othacehe@gnu.org,
Markus.Niebel@ew.tq-group.com,
linux-arm-kernel@lists.infradead.org
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
linux@ew.tq-group.com, netdev@vger.kernel.org,
linux-pm@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com, Frank.Li@nxp.com,
Joy Zou <joy.zou@nxp.com>
Subject: Re: [PATCH v9 1/6] arm64: dts: freescale: move aliases from imx93.dtsi to board dts
Date: Thu, 28 Aug 2025 09:55:18 +0200 [thread overview]
Message-ID: <7849995.EvYhyI6sBW@steina-w> (raw)
In-Reply-To: <20250825091223.1378137-2-joy.zou@nxp.com>
Hi,
Am Montag, 25. August 2025, 11:12:18 CEST schrieb Joy Zou:
> The aliases is board level property rather than soc property, so move
> these to each boards.
>
> Reviewed-by: Frank Li <Frank.Li@nxp.com>
> Signed-off-by: Joy Zou <joy.zou@nxp.com>
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com> # imx93-tqma9352
> ---
> Changes for v7:
> 1. Add new patch that move aliases from imx93.dtsi to board dts.
> 2. The aliases is board level property rather than soc property.
> These changes come from comments:
> https://lore.kernel.org/imx/4e8f2426-92a1-4c7e-b860-0e10e8dd886c@kernel.org/
> 3. Only add aliases using to imx93 board dts.
> ---
> .../boot/dts/freescale/imx93-11x11-evk.dts | 19 +++++++++++
> .../boot/dts/freescale/imx93-14x14-evk.dts | 15 ++++++++
> .../boot/dts/freescale/imx93-9x9-qsb.dts | 18 ++++++++++
> .../dts/freescale/imx93-kontron-bl-osm-s.dts | 21 ++++++++++++
> .../dts/freescale/imx93-phyboard-nash.dts | 21 ++++++++++++
> .../dts/freescale/imx93-phyboard-segin.dts | 9 +++++
> .../freescale/imx93-tqma9352-mba91xxca.dts | 11 ++++++
> .../freescale/imx93-tqma9352-mba93xxca.dts | 25 ++++++++++++++
> .../freescale/imx93-tqma9352-mba93xxla.dts | 25 ++++++++++++++
> .../dts/freescale/imx93-var-som-symphony.dts | 17 ++++++++++
> arch/arm64/boot/dts/freescale/imx93.dtsi | 34 -------------------
> 11 files changed, 181 insertions(+), 34 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> index e24e12f04526..44566e03be65 100644
> --- a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> +++ b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> @@ -12,6 +12,25 @@ / {
> model = "NXP i.MX93 11X11 EVK board";
> compatible = "fsl,imx93-11x11-evk", "fsl,imx93";
>
> + aliases {
> + ethernet0 = &fec;
> + ethernet1 = &eqos;
> + gpio0 = &gpio1;
> + gpio1 = &gpio2;
> + gpio2 = &gpio3;
> + i2c0 = &lpi2c1;
> + i2c1 = &lpi2c2;
> + i2c2 = &lpi2c3;
> + mmc0 = &usdhc1;
> + mmc1 = &usdhc2;
> + rtc0 = &bbnsm_rtc;
> + serial0 = &lpuart1;
> + serial1 = &lpuart2;
> + serial2 = &lpuart3;
> + serial3 = &lpuart4;
> + serial4 = &lpuart5;
> + };
> +
> chosen {
> stdout-path = &lpuart1;
> };
> diff --git a/arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts b/arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts
> index c5d86b54ad33..da252b7c06cb 100644
> --- a/arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts
> +++ b/arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts
> @@ -12,6 +12,21 @@ / {
> model = "NXP i.MX93 14X14 EVK board";
> compatible = "fsl,imx93-14x14-evk", "fsl,imx93";
>
> + aliases {
> + ethernet0 = &fec;
> + ethernet1 = &eqos;
> + gpio0 = &gpio1;
> + gpio1 = &gpio2;
> + gpio2 = &gpio3;
> + i2c0 = &lpi2c1;
> + i2c1 = &lpi2c2;
> + i2c2 = &lpi2c3;
> + mmc0 = &usdhc1;
> + mmc1 = &usdhc2;
> + rtc0 = &bbnsm_rtc;
> + serial0 = &lpuart1;
> + };
> +
> chosen {
> stdout-path = &lpuart1;
> };
> diff --git a/arch/arm64/boot/dts/freescale/imx93-9x9-qsb.dts b/arch/arm64/boot/dts/freescale/imx93-9x9-qsb.dts
> index f6f8d105b737..0852067eab2c 100644
> --- a/arch/arm64/boot/dts/freescale/imx93-9x9-qsb.dts
> +++ b/arch/arm64/boot/dts/freescale/imx93-9x9-qsb.dts
> @@ -17,6 +17,24 @@ bt_sco_codec: bt-sco-codec {
> compatible = "linux,bt-sco";
> };
>
> + aliases {
> + ethernet0 = &fec;
> + ethernet1 = &eqos;
> + gpio0 = &gpio1;
> + gpio1 = &gpio2;
> + gpio2 = &gpio3;
> + i2c0 = &lpi2c1;
> + i2c1 = &lpi2c2;
> + mmc0 = &usdhc1;
> + mmc1 = &usdhc2;
> + rtc0 = &bbnsm_rtc;
> + serial0 = &lpuart1;
> + serial1 = &lpuart2;
> + serial2 = &lpuart3;
> + serial3 = &lpuart4;
> + serial4 = &lpuart5;
> + };
> +
> chosen {
> stdout-path = &lpuart1;
> };
> diff --git a/arch/arm64/boot/dts/freescale/imx93-kontron-bl-osm-s.dts b/arch/arm64/boot/dts/freescale/imx93-kontron-bl-osm-s.dts
> index 89e97c604bd3..11dd23044722 100644
> --- a/arch/arm64/boot/dts/freescale/imx93-kontron-bl-osm-s.dts
> +++ b/arch/arm64/boot/dts/freescale/imx93-kontron-bl-osm-s.dts
> @@ -14,6 +14,27 @@ / {
> aliases {
> ethernet0 = &fec;
> ethernet1 = &eqos;
> + gpio0 = &gpio1;
> + gpio1 = &gpio2;
> + i2c0 = &lpi2c1;
> + i2c1 = &lpi2c2;
> + mmc0 = &usdhc1;
> + mmc1 = &usdhc2;
> + serial0 = &lpuart1;
> + serial1 = &lpuart2;
> + serial2 = &lpuart3;
> + serial3 = &lpuart4;
> + serial4 = &lpuart5;
> + serial5 = &lpuart6;
> + serial6 = &lpuart7;
> + spi0 = &lpspi1;
> + spi1 = &lpspi2;
> + spi2 = &lpspi3;
> + spi3 = &lpspi4;
> + spi4 = &lpspi5;
> + spi5 = &lpspi6;
> + spi6 = &lpspi7;
> + spi7 = &lpspi8;
> };
>
> leds {
> diff --git a/arch/arm64/boot/dts/freescale/imx93-phyboard-nash.dts b/arch/arm64/boot/dts/freescale/imx93-phyboard-nash.dts
> index 475913cf0cb9..fa5d83dee0a7 100644
> --- a/arch/arm64/boot/dts/freescale/imx93-phyboard-nash.dts
> +++ b/arch/arm64/boot/dts/freescale/imx93-phyboard-nash.dts
> @@ -19,8 +19,29 @@ / {
>
> aliases {
> ethernet1 = &eqos;
> + gpio0 = &gpio1;
> + gpio1 = &gpio2;
> + gpio2 = &gpio3;
> + gpio3 = &gpio4;
> + i2c0 = &lpi2c1;
> + i2c1 = &lpi2c2;
> + mmc0 = &usdhc1;
> + mmc1 = &usdhc2;
> rtc0 = &i2c_rtc;
> rtc1 = &bbnsm_rtc;
> + serial0 = &lpuart1;
> + serial1 = &lpuart2;
> + serial2 = &lpuart3;
> + serial3 = &lpuart4;
> + serial4 = &lpuart5;
> + serial5 = &lpuart6;
> + serial6 = &lpuart7;
> + spi0 = &lpspi1;
> + spi1 = &lpspi2;
> + spi2 = &lpspi3;
> + spi3 = &lpspi4;
> + spi4 = &lpspi5;
> + spi5 = &lpspi6;
> };
>
> chosen {
> diff --git a/arch/arm64/boot/dts/freescale/imx93-phyboard-segin.dts b/arch/arm64/boot/dts/freescale/imx93-phyboard-segin.dts
> index 6f1374f5757f..802d96b19e4c 100644
> --- a/arch/arm64/boot/dts/freescale/imx93-phyboard-segin.dts
> +++ b/arch/arm64/boot/dts/freescale/imx93-phyboard-segin.dts
> @@ -19,8 +19,17 @@ /{
>
> aliases {
> ethernet1 = &eqos;
> + gpio0 = &gpio1;
> + gpio1 = &gpio2;
> + gpio2 = &gpio3;
> + gpio3 = &gpio4;
> + i2c0 = &lpi2c1;
> + i2c1 = &lpi2c2;
> + mmc0 = &usdhc1;
> + mmc1 = &usdhc2;
> rtc0 = &i2c_rtc;
> rtc1 = &bbnsm_rtc;
> + serial0 = &lpuart1;
> };
>
> chosen {
> diff --git a/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba91xxca.dts b/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba91xxca.dts
> index 9dbf41cf394b..2673d9dccbf4 100644
> --- a/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba91xxca.dts
> +++ b/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba91xxca.dts
> @@ -27,8 +27,19 @@ aliases {
> eeprom0 = &eeprom0;
> ethernet0 = &eqos;
> ethernet1 = &fec;
> + gpio0 = &gpio1;
> + gpio1 = &gpio2;
> + gpio2 = &gpio3;
> + gpio3 = &gpio4;
> + i2c0 = &lpi2c1;
> + i2c1 = &lpi2c2;
> + i2c2 = &lpi2c3;
> + mmc0 = &usdhc1;
> + mmc1 = &usdhc2;
> rtc0 = &pcf85063;
> rtc1 = &bbnsm_rtc;
> + serial0 = &lpuart1;
> + serial1 = &lpuart2;
> };
>
> backlight: backlight {
> diff --git a/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxca.dts b/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxca.dts
> index 137b8ed242a2..4760d07ea24b 100644
> --- a/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxca.dts
> +++ b/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxca.dts
> @@ -28,8 +28,33 @@ aliases {
> eeprom0 = &eeprom0;
> ethernet0 = &eqos;
> ethernet1 = &fec;
> + gpio0 = &gpio1;
> + gpio1 = &gpio2;
> + gpio2 = &gpio3;
> + gpio3 = &gpio4;
> + i2c0 = &lpi2c1;
> + i2c1 = &lpi2c2;
> + i2c2 = &lpi2c3;
> + i2c3 = &lpi2c4;
> + i2c4 = &lpi2c5;
> + mmc0 = &usdhc1;
> + mmc1 = &usdhc2;
> rtc0 = &pcf85063;
> rtc1 = &bbnsm_rtc;
> + serial0 = &lpuart1;
> + serial1 = &lpuart2;
> + serial2 = &lpuart3;
> + serial3 = &lpuart4;
> + serial4 = &lpuart5;
> + serial5 = &lpuart6;
> + serial6 = &lpuart7;
> + serial7 = &lpuart8;
> + spi0 = &lpspi1;
> + spi1 = &lpspi2;
> + spi2 = &lpspi3;
> + spi3 = &lpspi4;
> + spi4 = &lpspi5;
> + spi5 = &lpspi6;
> };
>
> backlight_lvds: backlight {
> diff --git a/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts b/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts
> index 219f49a4f87f..8a88c98ac05a 100644
> --- a/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts
> +++ b/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts
> @@ -28,8 +28,33 @@ aliases {
> eeprom0 = &eeprom0;
> ethernet0 = &eqos;
> ethernet1 = &fec;
> + gpio0 = &gpio1;
> + gpio1 = &gpio2;
> + gpio2 = &gpio3;
> + gpio3 = &gpio4;
> + i2c0 = &lpi2c1;
> + i2c1 = &lpi2c2;
> + i2c2 = &lpi2c3;
> + i2c3 = &lpi2c4;
> + i2c4 = &lpi2c5;
> + mmc0 = &usdhc1;
> + mmc1 = &usdhc2;
> rtc0 = &pcf85063;
> rtc1 = &bbnsm_rtc;
> + serial0 = &lpuart1;
> + serial1 = &lpuart2;
> + serial2 = &lpuart3;
> + serial3 = &lpuart4;
> + serial4 = &lpuart5;
> + serial5 = &lpuart6;
> + serial6 = &lpuart7;
> + serial7 = &lpuart8;
> + spi0 = &lpspi1;
> + spi1 = &lpspi2;
> + spi2 = &lpspi3;
> + spi3 = &lpspi4;
> + spi4 = &lpspi5;
> + spi5 = &lpspi6;
> };
>
> backlight_lvds: backlight {
> diff --git a/arch/arm64/boot/dts/freescale/imx93-var-som-symphony.dts b/arch/arm64/boot/dts/freescale/imx93-var-som-symphony.dts
> index 576d6982a4a0..c789c1f24bdc 100644
> --- a/arch/arm64/boot/dts/freescale/imx93-var-som-symphony.dts
> +++ b/arch/arm64/boot/dts/freescale/imx93-var-som-symphony.dts
> @@ -17,8 +17,25 @@ /{
> aliases {
> ethernet0 = &eqos;
> ethernet1 = &fec;
> + gpio0 = &gpio1;
> + gpio1 = &gpio2;
> + gpio2 = &gpio3;
> + i2c0 = &lpi2c1;
> + i2c1 = &lpi2c2;
> + i2c2 = &lpi2c3;
> + i2c3 = &lpi2c4;
> + i2c4 = &lpi2c5;
> + mmc0 = &usdhc1;
> + mmc1 = &usdhc2;
> + serial0 = &lpuart1;
> + serial1 = &lpuart2;
> + serial2 = &lpuart3;
> + serial3 = &lpuart4;
> + serial4 = &lpuart5;
> + serial5 = &lpuart6;
> };
>
> +
> chosen {
> stdout-path = &lpuart1;
> };
> diff --git a/arch/arm64/boot/dts/freescale/imx93.dtsi b/arch/arm64/boot/dts/freescale/imx93.dtsi
> index 8a7f1cd76c76..d505f9dfd8ee 100644
> --- a/arch/arm64/boot/dts/freescale/imx93.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx93.dtsi
> @@ -18,40 +18,6 @@ / {
> #address-cells = <2>;
> #size-cells = <2>;
>
> - aliases {
> - gpio0 = &gpio1;
> - gpio1 = &gpio2;
> - gpio2 = &gpio3;
> - gpio3 = &gpio4;
> - i2c0 = &lpi2c1;
> - i2c1 = &lpi2c2;
> - i2c2 = &lpi2c3;
> - i2c3 = &lpi2c4;
> - i2c4 = &lpi2c5;
> - i2c5 = &lpi2c6;
> - i2c6 = &lpi2c7;
> - i2c7 = &lpi2c8;
> - mmc0 = &usdhc1;
> - mmc1 = &usdhc2;
> - mmc2 = &usdhc3;
> - serial0 = &lpuart1;
> - serial1 = &lpuart2;
> - serial2 = &lpuart3;
> - serial3 = &lpuart4;
> - serial4 = &lpuart5;
> - serial5 = &lpuart6;
> - serial6 = &lpuart7;
> - serial7 = &lpuart8;
> - spi0 = &lpspi1;
> - spi1 = &lpspi2;
> - spi2 = &lpspi3;
> - spi3 = &lpspi4;
> - spi4 = &lpspi5;
> - spi5 = &lpspi6;
> - spi6 = &lpspi7;
> - spi7 = &lpspi8;
> - };
> -
> cpus {
> #address-cells = <1>;
> #size-cells = <0>;
>
--
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-08-28 8:11 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-25 9:12 [PATCH v9 0/6] Add i.MX91 platform support Joy Zou
2025-08-25 9:12 ` [PATCH v9 1/6] arm64: dts: freescale: move aliases from imx93.dtsi to board dts Joy Zou
2025-08-28 7:55 ` Alexander Stein [this message]
2025-08-25 9:12 ` [PATCH v9 2/6] arm64: dts: freescale: rename imx93.dtsi to imx91_93_common.dtsi and modify them Joy Zou
2025-08-27 8:32 ` Alexander Stein
2025-08-28 1:51 ` [EXT] " Joy Zou
2025-08-25 9:12 ` [PATCH v9 3/6] arm64: dts: imx91: add i.MX91 dtsi support Joy Zou
2025-08-28 9:21 ` Alexander Stein
2025-08-25 9:12 ` [PATCH v9 4/6] arm64: dts: freescale: add i.MX91 11x11 EVK basic support Joy Zou
2025-08-25 9:12 ` [PATCH v9 5/6] arm64: dts: imx93-11x11-evk: remove fec property eee-broken-1000t Joy Zou
2025-08-25 9:12 ` [PATCH v9 6/6] net: stmmac: imx: add i.MX91 support Joy Zou
2025-08-28 7:58 ` Alexander Stein
2025-08-28 9:27 ` Russell King (Oracle)
2025-08-25 21:22 ` [PATCH v9 0/6] Add i.MX91 platform support Rob Herring (Arm)
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=7849995.EvYhyI6sBW@steina-w \
--to=alexander.stein@ew.tq-group.com \
--cc=Frank.Li@nxp.com \
--cc=Markus.Niebel@ew.tq-group.com \
--cc=alexandre.torgue@foss.st.com \
--cc=andrew+netdev@lunn.ch \
--cc=conor+dt@kernel.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=festevam@gmail.com \
--cc=frieder.schrempf@kontron.de \
--cc=imx@lists.linux.dev \
--cc=joy.zou@nxp.com \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=linux@ew.tq-group.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=othacehe@gnu.org \
--cc=pabeni@redhat.com \
--cc=primoz.fiser@norik.com \
--cc=richardcochran@gmail.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