Skip to content

Commit

Permalink
ARM: dts: imx6qdl-kontron-samx6i: fix node names
Browse files Browse the repository at this point in the history
Rename the nodes according to the schema. In particular, rename the bit
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 <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
mwalle authored and Shawn Guo committed Jun 27, 2024
1 parent ad85186 commit ffd0b96
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
status = "disabled";
};

i2c_intern: i2c-gpio-intern {
i2c_intern: i2c-0 {
compatible = "i2c-gpio";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c_gpio_intern>;
Expand All @@ -160,7 +160,7 @@
#size-cells = <0>;
};

i2c_lcd: i2c-gpio-lcd {
i2c_lcd: i2c-1 {
compatible = "i2c-gpio";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c_gpio_lcd>;
Expand All @@ -172,7 +172,7 @@
status = "disabled";
};

i2c_cam: i2c-gpio-cam {
i2c_cam: i2c-2 {
compatible = "i2c-gpio";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c_gpio_cam>;
Expand All @@ -190,7 +190,7 @@
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) |
Expand All @@ -202,15 +202,15 @@
>;
};

audmux_adu3 {
mux-aud3 {
fsl,audmux-port = <MX51_AUDMUX_PORT3>;
fsl,port-config = <
IMX_AUDMUX_V2_PTCR_SYN
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) |
Expand All @@ -222,7 +222,7 @@
>;
};

audmux_adu4 {
mux-aud4 {
fsl,audmux-port = <MX51_AUDMUX_PORT4>;
fsl,port-config = <
IMX_AUDMUX_V2_PTCR_SYN
Expand Down

0 comments on commit ffd0b96

Please sign in to comment.