From: Frank Li <Frank.li@nxp.com>
To: Joy Zou <joy.zou@nxp.com>
Cc: 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, 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, ulf.hansson@linaro.org,
richardcochran@gmail.com, kernel@pengutronix.de,
festevam@gmail.com, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, imx@lists.linux.dev,
linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-pm@vger.kernel.or, ye.li@nxp.com, ping.bai@nxp.com,
aisheng.dong@nxp.com
Subject: Re: [PATCH v6 6/9] arm64: dts: freescale: move aliases from imx91_93_common.dtsi to board dts
Date: Mon, 23 Jun 2025 11:10:30 -0400 [thread overview]
Message-ID: <aFluZqo7BckrlhY2@lizhi-Precision-Tower-5810> (raw)
In-Reply-To: <20250623095732.2139853-7-joy.zou@nxp.com>
On Mon, Jun 23, 2025 at 05:57:29PM +0800, Joy Zou wrote:
> These aliases aren't common and need to drop in imx91_93_common.dtsi.
> The part aliases are moved from imx91_93_common.dtsi to imx91-11x11-evk.dts
> and imx93-11x11-evk.dts for the convenience of customers.
>
> Signed-off-by: Joy Zou <joy.zou@nxp.com>
> ---
> Changes in v6:
> 1. add new modification for aliases change.
> ---
> .../boot/dts/freescale/imx91-11x11-evk.dts | 13 +++++++
> .../boot/dts/freescale/imx91_93_common.dtsi | 34 -------------------
> .../boot/dts/freescale/imx93-11x11-evk.dts | 19 +++++++++++
There are 10 imx93 boards at upstream kernel.
Krzysztof Kozlowski:
In https://lore.kernel.org/imx/4e8f2426-92a1-4c7e-b860-0e10e8dd886c@kernel.org/
You provide comments about "no common aliases".
Consider there are 10 imx93 boards. Do you think it is worth to
move it to 10 boards' dts file?
Frank
> 3 files changed, 32 insertions(+), 34 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx91-11x11-evk.dts b/arch/arm64/boot/dts/freescale/imx91-11x11-evk.dts
> index 0acd97ed14da..52b3f57ba347 100644
> --- a/arch/arm64/boot/dts/freescale/imx91-11x11-evk.dts
> +++ b/arch/arm64/boot/dts/freescale/imx91-11x11-evk.dts
> @@ -15,7 +15,20 @@ / {
> 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 {
> diff --git a/arch/arm64/boot/dts/freescale/imx91_93_common.dtsi b/arch/arm64/boot/dts/freescale/imx91_93_common.dtsi
> index 2a2ed0266c1e..7c8c68151b14 100644
> --- a/arch/arm64/boot/dts/freescale/imx91_93_common.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx91_93_common.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: cpus {
> #address-cells = <1>;
> #size-cells = <0>;
> diff --git a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> index 8491eb53120e..674b2be900e6 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;
> };
> --
> 2.37.1
>
next prev parent reply other threads:[~2025-06-23 15:10 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-23 9:57 [PATCH v6 0/9] Add i.MX91 platform support Joy Zou
2025-06-23 9:57 ` [PATCH v6 1/9] dt-bindings: arm: fsl: add i.MX91 11x11 evk board Joy Zou
2025-06-23 9:57 ` [PATCH v6 2/9] dt-bindings: soc: imx-blk-ctrl: add i.MX91 blk-ctrl compatible Joy Zou
2025-06-23 14:51 ` Frank Li
2025-06-24 7:28 ` Krzysztof Kozlowski
2025-06-24 14:51 ` Frank Li
2025-06-24 15:39 ` Krzysztof Kozlowski
2025-06-24 19:08 ` Frank Li
2025-06-25 6:10 ` Krzysztof Kozlowski
2025-06-23 9:57 ` [PATCH v6 3/9] arm64: dts: freescale: rename imx93.dtsi to imx91_93_common.dtsi and modify them Joy Zou
2025-06-23 9:57 ` [PATCH v6 4/9] arm64: dts: imx91: add i.MX91 dtsi support Joy Zou
2025-06-23 9:57 ` [PATCH v6 5/9] arm64: dts: freescale: add i.MX91 11x11 EVK basic support Joy Zou
2025-06-23 14:57 ` Frank Li
2025-06-23 18:17 ` Andrew Lunn
2025-06-23 9:57 ` [PATCH v6 6/9] arm64: dts: freescale: move aliases from imx91_93_common.dtsi to board dts Joy Zou
2025-06-23 15:10 ` Frank Li [this message]
2025-06-23 9:57 ` [PATCH v6 7/9] arm64: defconfig: enable i.MX91 pinctrl Joy Zou
2025-06-23 9:57 ` [PATCH v6 8/9] pmdomain: imx93-blk-ctrl: mask DSI and PXP PD domain register on i.MX91 Joy Zou
2025-06-23 12:56 ` Fabio Estevam
2025-06-23 9:57 ` [PATCH v6 9/9] net: stmmac: imx: add i.MX91 support Joy Zou
2025-06-24 7:29 ` [PATCH v6 0/9] Add i.MX91 platform support Krzysztof Kozlowski
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=aFluZqo7BckrlhY2@lizhi-Precision-Tower-5810 \
--to=frank.li@nxp.com \
--cc=aisheng.dong@nxp.com \
--cc=alexandre.torgue@foss.st.com \
--cc=andrew+netdev@lunn.ch \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=festevam@gmail.com \
--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.or \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=ping.bai@nxp.com \
--cc=richardcochran@gmail.com \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=ulf.hansson@linaro.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).