[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221026082731.GE18160@linux-1xn6>
Date: Wed, 26 Oct 2022 16:27:31 +0800
From: Peng Fan <peng.fan@....com>
To: Shenwei Wang <shenwei.wang@....com>
Cc: Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Shawn Guo <shawnguo@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Linus Walleij <linus.walleij@...aro.org>,
Bartosz Golaszewski <brgl@...ev.pl>,
Dong Aisheng <aisheng.dong@....com>,
Jacky Bai <ping.bai@....com>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>,
NXP Linux Team <linux-imx@....com>,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, imx@...ts.linux.dev
Subject: Re: [PATCH v3 3/5] arm64: dts: imx8qxp-ss-lsio: add gpio-ranges
property
On Tue, Oct 25, 2022 at 01:32:42PM -0500, Shenwei Wang wrote:
>add gpio-ranges property for imx8qxp soc.
>
>Signed-off-by: Shenwei Wang <shenwei.wang@....com>
>---
> .../boot/dts/freescale/imx8qxp-ss-lsio.dtsi | 25 +++++++++++++++++++
> 1 file changed, 25 insertions(+)
>
>diff --git a/arch/arm64/boot/dts/freescale/imx8qxp-ss-lsio.dtsi b/arch/arm64/boot/dts/freescale/imx8qxp-ss-lsio.dtsi
>index 8e2152c6eb88..8f722b1dd078 100644
>--- a/arch/arm64/boot/dts/freescale/imx8qxp-ss-lsio.dtsi
>+++ b/arch/arm64/boot/dts/freescale/imx8qxp-ss-lsio.dtsi
>@@ -6,26 +6,51 @@
>
> &lsio_gpio0 {
> compatible = "fsl,imx8qxp-gpio", "fsl,imx35-gpio";
>+ gpio-ranges = <&iomuxc 1 56 12>,
>+ <&iomuxc 13 69 4>,
>+ <&iomuxc 19 75 4>,
>+ <&iomuxc 24 80 1>,
>+ <&iomuxc 25 82 7>;
> };
>
> &lsio_gpio1 {
> compatible = "fsl,imx8qxp-gpio", "fsl,imx35-gpio";
>+ gpio-ranges = <&iomuxc 0 89 9>,
>+ <&iomuxc 9 99 16>,
>+ <&iomuxc 25 116 7>;
> };
>
> &lsio_gpio2 {
> compatible = "fsl,imx8qxp-gpio", "fsl,imx35-gpio";
>+ gpio-ranges = <&iomuxc 0 123 1>,
>+ <&iomuxc 1 126 2>,
>+ <&iomuxc 3 129 1>;
> };
>
> &lsio_gpio3 {
> compatible = "fsl,imx8qxp-gpio", "fsl,imx35-gpio";
>+ gpio-ranges = <&iomuxc 0 146 4>,
>+ <&iomuxc 4 151 13>,
>+ <&iomuxc 17 165 8>;
> };
>
> &lsio_gpio4 {
> compatible = "fsl,imx8qxp-gpio", "fsl,imx35-gpio";
>+ gpio-ranges = <&iomuxc 0 0 3>,
>+ <&iomuxc 3 4 4>,
>+ <&iomuxc 7 9 6>,
>+ <&iomuxc 13 16 6>,
>+ <&iomuxc 19 23 2>,
>+ <&iomuxc 21 26 2>,
>+ <&iomuxc 23 30 6>,
>+ <&iomuxc 29 37 3>;
> };
>
> &lsio_gpio5 {
> compatible = "fsl,imx8qxp-gpio", "fsl,imx35-gpio";
>+ gpio-ranges = <&iomuxc 0 40 3>,
>+ <&iomuxc 3 44 6>,
>+ <&iomuxc 9 51 3>;
> };
>
> &lsio_gpio6 {
Reviewed-by: Peng Fan <peng.fan@....com>
>--
>2.34.1
>
--
Powered by blists - more mailing lists