From: Krzysztof Kozlowski <krzk@kernel.org>
To: Joy Zou <joy.zou@nxp.com>,
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
Cc: 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.org, frank.li@nxp.com, ye.li@nxp.com,
ping.bai@nxp.com, peng.fan@nxp.com, aisheng.dong@nxp.com,
xiaoning.wang@nxp.com
Subject: Re: [PATCH v5 3/9] arm64: dts: freescale: rename imx93.dtsi to imx91_93_common.dtsi
Date: Fri, 13 Jun 2025 12:43:01 +0200 [thread overview]
Message-ID: <4e8f2426-92a1-4c7e-b860-0e10e8dd886c@kernel.org> (raw)
In-Reply-To: <20250613100255.2131800-4-joy.zou@nxp.com>
On 13/06/2025 12:02, Joy Zou wrote:
> Rename imx93.dtsi to imx91_93_common.dtsi for adding imx91.dtsi.
Why?
Your commit msg MUST explain that. That's the more important part.
> There is no code change.
>
> Add imx93.dtsi, which include imx91_93_common.dtsi.
>
> Signed-off-by: Joy Zou <joy.zou@nxp.com>
> ---
> .../boot/dts/freescale/imx91_93_common.dtsi | 1351 +++++++++++++++++
> arch/arm64/boot/dts/freescale/imx93.dtsi | 1349 +---------------
Generate patches with proper -M/-B/-C flags so it will be possible to
actually review this.
> 2 files changed, 1353 insertions(+), 1347 deletions(-)
> create mode 100644 arch/arm64/boot/dts/freescale/imx91_93_common.dtsi
>
> diff --git a/arch/arm64/boot/dts/freescale/imx91_93_common.dtsi b/arch/arm64/boot/dts/freescale/imx91_93_common.dtsi
> new file mode 100644
> index 000000000000..64cd0776b43d
> --- /dev/null
> +++ b/arch/arm64/boot/dts/freescale/imx91_93_common.dtsi
> @@ -0,0 +1,1351 @@
> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> +/*
> + * Copyright 2022 NXP
> + */
> +
> +#include <dt-bindings/clock/imx93-clock.h>
> +#include <dt-bindings/dma/fsl-edma.h>
> +#include <dt-bindings/gpio/gpio.h>
> +#include <dt-bindings/input/input.h>
> +#include <dt-bindings/interrupt-controller/arm-gic.h>
> +#include <dt-bindings/power/fsl,imx93-power.h>
> +#include <dt-bindings/thermal/thermal.h>
> +
> +#include "imx93-pinfunc.h"
> +
> +/ {
> + interrupt-parent = <&gic>;
> + #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;
Not common aliases. Drop.
> + mmc0 = &usdhc1;
> + mmc1 = &usdhc2;
> + mmc2 = &usdhc3;
Not common aliases. Drop.
> + serial0 = &lpuart1;
> + serial1 = &lpuart2;
> + serial2 = &lpuart3;
> + serial3 = &lpuart4;
> + serial4 = &lpuart5;
> + serial5 = &lpuart6;
> + serial6 = &lpuart7;
> + serial7 = &lpuart8;
Not common aliases. Drop.
> + spi0 = &lpspi1;
> + spi1 = &lpspi2;
> + spi2 = &lpspi3;
> + spi3 = &lpspi4;
> + spi4 = &lpspi5;
> + spi5 = &lpspi6;
> + spi6 = &lpspi7;
> + spi7 = &lpspi8;
Not common aliases. Drop.
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-06-13 10:43 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-13 10:02 [PATCH v5 0/9] Add i.MX91 platform support Joy Zou
2025-06-13 10:02 ` [PATCH v5 1/9] dt-bindings: arm: fsl: add i.MX91 11x11 evk board Joy Zou
2025-06-14 17:16 ` Simon Horman
2025-06-16 7:42 ` Joy Zou
2025-06-16 16:47 ` Simon Horman
2025-06-13 10:02 ` [PATCH v5 2/9] dt-bindings: soc: imx-blk-ctrl: add i.MX91 blk-ctrl compatible Joy Zou
2025-06-13 10:41 ` Krzysztof Kozlowski
2025-06-16 7:41 ` Joy Zou
2025-06-13 10:02 ` [PATCH v5 3/9] arm64: dts: freescale: rename imx93.dtsi to imx91_93_common.dtsi Joy Zou
2025-06-13 10:43 ` Krzysztof Kozlowski [this message]
2025-06-16 7:41 ` Joy Zou
2025-06-13 10:02 ` [PATCH v5 4/9] arm64: dts: imx93: move i.MX93 specific part from imx91_93_common.dtsi to imx93.dtsi Joy Zou
2025-06-13 10:43 ` Krzysztof Kozlowski
2025-06-16 7:42 ` Joy Zou
2025-06-16 10:32 ` Krzysztof Kozlowski
2025-06-16 10:44 ` Daniel Baluta
2025-06-13 10:02 ` [PATCH v5 5/9] arm64: dts: imx91: add i.MX91 dtsi support Joy Zou
2025-06-13 10:02 ` [PATCH v5 6/9] arm64: dts: freescale: add i.MX91 11x11 EVK basic support Joy Zou
2025-06-15 8:55 ` Stefan Wahren
2025-06-16 7:42 ` Joy Zou
2025-06-13 10:02 ` [PATCH v5 7/9] arm64: defconfig: enable i.MX91 pinctrl Joy Zou
2025-06-13 10:02 ` [PATCH v5 8/9] pmdomain: imx93-blk-ctrl: mask DSI and PXP PD domain register on i.MX91 Joy Zou
2025-06-13 10:02 ` [PATCH v5 9/9] net: stmmac: imx: add i.MX91 support Joy Zou
2025-06-16 21:46 ` [PATCH v5 0/9] Add i.MX91 platform support Rob Herring (Arm)
2025-06-17 8:09 ` Joy Zou
2025-06-17 14:20 ` Frank Li
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=4e8f2426-92a1-4c7e-b860-0e10e8dd886c@kernel.org \
--to=krzk@kernel.org \
--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=frank.li@nxp.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.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=peng.fan@nxp.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=xiaoning.wang@nxp.com \
--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