From: Shawn Guo <shawnguo2@yeah.net>
To: Michael Walle <mwalle@kernel.org>
Cc: 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>,
Li Yang <leoyang.li@nxp.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>, Priit Laes <plaes@plaes.org>,
Michael Grzeschik <m.grzeschik@pengutronix.de>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Marco Felsch <m.felsch@pengutronix.de>,
imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 09/13] ARM: dts: imx6qdl-kontron-samx6i: fix node names
Date: Mon, 17 Jun 2024 09:41:33 +0800 [thread overview]
Message-ID: <Zm+UTbGEhzbCgy1S@dragon> (raw)
In-Reply-To: <20240606090206.2021237-10-mwalle@kernel.org>
On Thu, Jun 06, 2024 at 11:02:02AM +0200, Michael Walle wrote:
> Rename the nodes according to the schema. In particular, renamae the bit
s/renamae/rename
Shawn
> bang I2C controller to "i2c-N" and the mux nodes of the audmux to
> "mux-*". While at it, fix the typo "adu", which should have been "aud".
>
> Signed-off-by: Michael Walle <mwalle@kernel.org>
> ---
> .../boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi | 14 +++++++-------
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi b/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi
> index d36743e47552..85e5adac6ee9 100644
> --- a/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi
> +++ b/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi
> @@ -149,7 +149,7 @@ lcd_backlight: lcd-backlight {
> status = "disabled";
> };
>
> - i2c_intern: i2c-gpio-intern {
> + i2c_intern: i2c-0 {
> compatible = "i2c-gpio";
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_i2c_gpio_intern>;
> @@ -160,7 +160,7 @@ i2c_intern: i2c-gpio-intern {
> #size-cells = <0>;
> };
>
> - i2c_lcd: i2c-gpio-lcd {
> + i2c_lcd: i2c-1 {
> compatible = "i2c-gpio";
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_i2c_gpio_lcd>;
> @@ -172,7 +172,7 @@ i2c_lcd: i2c-gpio-lcd {
> status = "disabled";
> };
>
> - i2c_cam: i2c-gpio-cam {
> + i2c_cam: i2c-2 {
> compatible = "i2c-gpio";
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_i2c_gpio_cam>;
> @@ -190,7 +190,7 @@ &audmux {
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_audmux>;
>
> - audmux_ssi1 {
> + mux-ssi1 {
> fsl,audmux-port = <MX51_AUDMUX_PORT1_SSI0>;
> fsl,port-config = <
> (IMX_AUDMUX_V2_PTCR_TFSEL(MX51_AUDMUX_PORT3) |
> @@ -202,7 +202,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(MX51_AUDMUX_PORT3)
> >;
> };
>
> - audmux_adu3 {
> + mux-aud3 {
> fsl,audmux-port = <MX51_AUDMUX_PORT3>;
> fsl,port-config = <
> IMX_AUDMUX_V2_PTCR_SYN
> @@ -210,7 +210,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(MX51_AUDMUX_PORT1_SSI0)
> >;
> };
>
> - audmux_ssi2 {
> + mux-ssi2 {
> fsl,audmux-port = <MX51_AUDMUX_PORT2_SSI1>;
> fsl,port-config = <
> (IMX_AUDMUX_V2_PTCR_TFSEL(MX51_AUDMUX_PORT4) |
> @@ -222,7 +222,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(MX51_AUDMUX_PORT4)
> >;
> };
>
> - audmux_adu4 {
> + mux-aud4 {
> fsl,audmux-port = <MX51_AUDMUX_PORT4>;
> fsl,port-config = <
> IMX_AUDMUX_V2_PTCR_SYN
> --
> 2.39.2
>
next prev parent reply other threads:[~2024-06-17 1:41 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-06 9:01 [PATCH v2 00/13] ARM: dts: kontron-samx6i: various fixes Michael Walle
2024-06-06 9:01 ` [PATCH v2 01/13] ARM: dts: imx6qdl-kontron-samx6i: fix phy-mode Michael Walle
2024-06-17 1:39 ` Shawn Guo
2024-06-06 9:01 ` [PATCH v2 02/13] ARM: dts: imx6qdl-kontron-samx6i: fix PHY reset Michael Walle
2024-06-06 9:01 ` [PATCH v2 03/13] ARM: dts: imx6qdl-kontron-samx6i: fix board reset Michael Walle
2024-06-17 1:39 ` Shawn Guo
2024-06-06 9:01 ` [PATCH v2 04/13] ARM: dts: imx6qdl-kontron-samx6i: cleanup the PMIC node Michael Walle
2024-06-06 9:01 ` [PATCH v2 05/13] ARM: dts: imx6qdl-kontron-samx6i: fix SPI0 chip selects Michael Walle
2024-06-06 9:01 ` [PATCH v2 06/13] ARM: dts: imx6qdl-kontron-samx6i: fix product name Michael Walle
2024-06-06 9:02 ` [PATCH v2 07/13] ARM: dts: imx6qdl-kontron-samx6i: always enable eMMC Michael Walle
2024-06-06 9:02 ` [PATCH v2 08/13] ARM: dts: imx6qdl-kontron-samx6i: add SDIO_PWR_EN support Michael Walle
2024-06-17 1:40 ` Shawn Guo
2024-06-06 9:02 ` [PATCH v2 09/13] ARM: dts: imx6qdl-kontron-samx6i: fix node names Michael Walle
2024-06-17 1:41 ` Shawn Guo [this message]
2024-06-06 9:02 ` [PATCH v2 10/13] ARM: dts: imx6qdl-kontron-samx6i: fix PCIe reset polarity Michael Walle
2024-06-06 9:02 ` [PATCH v2 11/13] ARM: dts: imx6qdl-kontron-samx6i: remove wake-up-gpio property Michael Walle
2024-06-06 9:02 ` [PATCH v2 12/13] dt-bindings: arm: fsl: document Kontron SMARC-sAMX6i boards Michael Walle
2024-06-06 9:02 ` [PATCH v2 13/13] ARM: dts: imx6qdl-kontron-samx6i: add actual device trees Michael Walle
2024-06-17 1:51 ` Shawn Guo
2024-06-06 15:56 ` [PATCH v2 00/13] ARM: dts: kontron-samx6i: various fixes Rob Herring (Arm)
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=Zm+UTbGEhzbCgy1S@dragon \
--to=shawnguo2@yeah.net \
--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=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=m.felsch@pengutronix.de \
--cc=m.grzeschik@pengutronix.de \
--cc=mwalle@kernel.org \
--cc=plaes@plaes.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox