[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZcIPlp7BUxuo/ZeM@dragon>
Date: Tue, 6 Feb 2024 18:53:10 +0800
From: Shawn Guo <shawnguo2@...h.net>
To: Frank Li <Frank.Li@....com>
Cc: Ulf Hansson <ulf.hansson@...aro.org>, Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>, Shawn Guo <shawnguo@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>,
NXP Linux Team <linux-imx@....com>, Wei Fang <wei.fang@....com>,
Shenwei Wang <shenwei.wang@....com>,
Clark Wang <xiaoning.wang@....com>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
linux-mmc@...r.kernel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, imx@...ts.linux.dev
Subject: Re: [PATCH v2 4/4] arm64: dts: imx8qm: add smmu stream id information
On Thu, Feb 01, 2024 at 03:22:44PM -0500, Frank Li wrote:
> Add smmu stream id information for fec and esdhc.
>
> Signed-off-by: Frank Li <Frank.Li@....com>
> ---
> arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi b/arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi
> index ec1639174e2e5..3cbc861400b43 100644
> --- a/arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi
> @@ -6,20 +6,26 @@
>
> &fec1 {
> compatible = "fsl,imx8qm-fec", "fsl,imx6sx-fec";
> + iommus = <&smmu 0x12 0x7f80>;
> };
>
> &fec2 {
> compatible = "fsl,imx8qm-fec", "fsl,imx6sx-fec";
> + iommus = <&smmu 0x12 0x7f80>;
> };
>
> &usdhc1 {
> compatible = "fsl,imx8qm-usdhc", "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc";
> + iommus = <&smmu 0x11 0x7f80>;
> };
>
> &usdhc2 {
> compatible = "fsl,imx8qm-usdhc", "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc";
> + iommus = <&smmu 0x11 0x7f80>;
> };
>
> &usdhc3 {
> compatible = "fsl,imx8qm-usdhc", "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc";
> + iommus = <&smmu 0x11 0x7f80>;
> };
> +
Dropped this whitespace and applied.
Shawn
>
> --
> 2.34.1
>
Powered by blists - more mailing lists