From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
Dong Aisheng <aisheng.dong@nxp.com>,
linux-arm-kernel@lists.infradead.org
Cc: devicetree@vger.kernel.org, imx@lists.linux.dev,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Frank Li <Frank.Li@nxp.com>,
Frank Li <Frank.Li@nxp.com>
Subject: Re: [PATCH 5/7] arm64: dts: imx8qm-mek: add i2c in mipi[0,1] subsystem
Date: Fri, 07 Jun 2024 08:17:39 +0200 [thread overview]
Message-ID: <13531926.dW097sEU6C@steina-w> (raw)
In-Reply-To: <20240606-imx8qm-dts-usb-v1-5-565721b64f25@nxp.com>
Hi,
Am Donnerstag, 6. Juni 2024, 20:46:59 CEST schrieb Frank Li:
> Add i2c node in mipi[0,1] subystem for imx8qm-mek.
>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---
> arch/arm64/boot/dts/freescale/imx8qm-mek.dts | 34 ++++++++++++++++++++++++++++
> 1 file changed, 34 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8qm-mek.dts b/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
> index 80cb834d56bc2..cdcd5993cc69f 100644
> --- a/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
> @@ -388,6 +388,24 @@ &i2c1_lvds1 {
> status = "okay";
> };
>
> +&i2c0_mipi0 {
> + #address-cells = <1>;
> + #size-cells = <0>;
These two properties should be part of the .dtsi.
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_mipi0_lpi2c0>;
> + clock-frequency = <100000>;
> + status = "okay";
> +};
> +
> +&i2c0_mipi1 {
> + #address-cells = <1>;
> + #size-cells = <0>;
These two properties should be part of the .dtsi.
Best regards,
Alexander
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_mipi1_lpi2c0>;
> + clock-frequency = <100000>;
> + status = "okay";
> +};
> +
> &flexcan1 {
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_flexcan1>;
> @@ -660,6 +678,22 @@ IMX8QM_SPI2_CS0_LSIO_GPIO3_IO10 0x21
> >;
> };
>
> + pinctrl_mipi0_lpi2c0: mipi0_lpi2c0grp {
> + fsl,pins = <
> + IMX8QM_MIPI_DSI0_I2C0_SCL_MIPI_DSI0_I2C0_SCL 0xc6000020
> + IMX8QM_MIPI_DSI0_I2C0_SDA_MIPI_DSI0_I2C0_SDA 0xc6000020
> + IMX8QM_MIPI_DSI0_GPIO0_01_LSIO_GPIO1_IO19 0x00000020
> + >;
> + };
> +
> + pinctrl_mipi1_lpi2c0: mipi1_lpi2c0grp {
> + fsl,pins = <
> + IMX8QM_MIPI_DSI1_I2C0_SCL_MIPI_DSI1_I2C0_SCL 0xc6000020
> + IMX8QM_MIPI_DSI1_I2C0_SDA_MIPI_DSI1_I2C0_SDA 0xc6000020
> + IMX8QM_MIPI_DSI1_GPIO0_01_LSIO_GPIO1_IO23 0x00000020
> + >;
> + };
> +
> pinctrl_flexspi0: flexspi0grp {
> fsl,pins = <
> IMX8QM_QSPI0A_DATA0_LSIO_QSPI0A_DATA0 0x06000021
>
>
--
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/
WARNING: multiple messages have this Message-ID (diff)
From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
Dong Aisheng <aisheng.dong@nxp.com>,
linux-arm-kernel@lists.infradead.org
Cc: devicetree@vger.kernel.org, imx@lists.linux.dev,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Frank Li <Frank.Li@nxp.com>,
Frank Li <Frank.Li@nxp.com>
Subject: Re: [PATCH 5/7] arm64: dts: imx8qm-mek: add i2c in mipi[0,1] subsystem
Date: Fri, 07 Jun 2024 08:17:39 +0200 [thread overview]
Message-ID: <13531926.dW097sEU6C@steina-w> (raw)
In-Reply-To: <20240606-imx8qm-dts-usb-v1-5-565721b64f25@nxp.com>
Hi,
Am Donnerstag, 6. Juni 2024, 20:46:59 CEST schrieb Frank Li:
> Add i2c node in mipi[0,1] subystem for imx8qm-mek.
>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---
> arch/arm64/boot/dts/freescale/imx8qm-mek.dts | 34 ++++++++++++++++++++++++++++
> 1 file changed, 34 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8qm-mek.dts b/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
> index 80cb834d56bc2..cdcd5993cc69f 100644
> --- a/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
> @@ -388,6 +388,24 @@ &i2c1_lvds1 {
> status = "okay";
> };
>
> +&i2c0_mipi0 {
> + #address-cells = <1>;
> + #size-cells = <0>;
These two properties should be part of the .dtsi.
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_mipi0_lpi2c0>;
> + clock-frequency = <100000>;
> + status = "okay";
> +};
> +
> +&i2c0_mipi1 {
> + #address-cells = <1>;
> + #size-cells = <0>;
These two properties should be part of the .dtsi.
Best regards,
Alexander
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_mipi1_lpi2c0>;
> + clock-frequency = <100000>;
> + status = "okay";
> +};
> +
> &flexcan1 {
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_flexcan1>;
> @@ -660,6 +678,22 @@ IMX8QM_SPI2_CS0_LSIO_GPIO3_IO10 0x21
> >;
> };
>
> + pinctrl_mipi0_lpi2c0: mipi0_lpi2c0grp {
> + fsl,pins = <
> + IMX8QM_MIPI_DSI0_I2C0_SCL_MIPI_DSI0_I2C0_SCL 0xc6000020
> + IMX8QM_MIPI_DSI0_I2C0_SDA_MIPI_DSI0_I2C0_SDA 0xc6000020
> + IMX8QM_MIPI_DSI0_GPIO0_01_LSIO_GPIO1_IO19 0x00000020
> + >;
> + };
> +
> + pinctrl_mipi1_lpi2c0: mipi1_lpi2c0grp {
> + fsl,pins = <
> + IMX8QM_MIPI_DSI1_I2C0_SCL_MIPI_DSI1_I2C0_SCL 0xc6000020
> + IMX8QM_MIPI_DSI1_I2C0_SDA_MIPI_DSI1_I2C0_SDA 0xc6000020
> + IMX8QM_MIPI_DSI1_GPIO0_01_LSIO_GPIO1_IO23 0x00000020
> + >;
> + };
> +
> pinctrl_flexspi0: flexspi0grp {
> fsl,pins = <
> IMX8QM_QSPI0A_DATA0_LSIO_QSPI0A_DATA0 0x06000021
>
>
--
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/
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2024-06-07 6:17 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-06 18:46 [PATCH 0/7] arm64: dts: imx8qm: add subsystem lvds and mipi Frank Li
2024-06-06 18:46 ` Frank Li
2024-06-06 18:46 ` [PATCH 1/7] arm64: dts: imx8qm: add lvds subsystem Frank Li
2024-06-06 18:46 ` Frank Li
2024-06-07 1:28 ` Peng Fan
2024-06-07 1:28 ` Peng Fan
2024-06-07 18:52 ` Frank Li
2024-06-07 18:52 ` Frank Li
2024-06-06 18:46 ` [PATCH 2/7] arm64: dts: imx8qm: add mipi subsystem Frank Li
2024-06-06 18:46 ` Frank Li
2024-06-07 1:31 ` Peng Fan
2024-06-07 1:31 ` Peng Fan
2024-06-07 6:41 ` Alexander Stein
2024-06-07 6:41 ` Alexander Stein
2024-06-07 6:47 ` [PATCH 1/1] [WIP] Initial DC0/LVDS0 subsystem files Alexander Stein
2024-06-07 6:47 ` Alexander Stein
2024-06-06 18:46 ` [PATCH 3/7] arm64: dts: imx8qm-mek: add cm4 remote-proc and related memory region Frank Li
2024-06-06 18:46 ` Frank Li
2024-06-07 1:32 ` Peng Fan
2024-06-07 1:32 ` Peng Fan
2024-06-06 18:46 ` [PATCH 4/7] arm64: dts: imx8qm-mek: add pwm and i2c in lvds subsystem Frank Li
2024-06-06 18:46 ` Frank Li
2024-06-07 1:33 ` Peng Fan
2024-06-07 1:33 ` Peng Fan
2024-06-07 1:38 ` Fabio Estevam
2024-06-07 1:38 ` Fabio Estevam
2024-06-07 6:19 ` Alexander Stein
2024-06-07 6:19 ` Alexander Stein
2024-06-06 18:46 ` [PATCH 5/7] arm64: dts: imx8qm-mek: add i2c in mipi[0,1] subsystem Frank Li
2024-06-06 18:46 ` Frank Li
2024-06-07 1:34 ` Peng Fan
2024-06-07 1:34 ` Peng Fan
2024-06-07 6:17 ` Alexander Stein [this message]
2024-06-07 6:17 ` Alexander Stein
2024-06-06 18:47 ` [PATCH 6/7] arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc Frank Li
2024-06-06 18:47 ` Frank Li
2024-06-07 1:35 ` Peng Fan
2024-06-07 1:35 ` Peng Fan
2024-06-07 1:35 ` Peng Fan
2024-06-06 18:47 ` [PATCH 7/7] arm64: dts: imx8qm-mek: add usb 3.0 and related type C nodes Frank Li
2024-06-06 18:47 ` Frank Li
2024-06-07 1:40 ` Peng Fan
2024-06-07 1:40 ` Peng Fan
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=13531926.dW097sEU6C@steina-w \
--to=alexander.stein@ew.tq-group.com \
--cc=Frank.Li@nxp.com \
--cc=aisheng.dong@nxp.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.