]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: imx6qdl-kontron-samx6i: fix node names
authorMichael Walle <mwalle@kernel.org>
Mon, 17 Jun 2024 09:13:37 +0000 (11:13 +0200)
committerShawn Guo <shawnguo@kernel.org>
Thu, 27 Jun 2024 07:24:57 +0000 (15:24 +0800)
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 <mwalle@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi

index b0fa07ade76d9b4215a9cb3d8b08cf80db5580ad..7eeffd6eb47628b4cc905a00af1a0018506a8e91 100644 (file)
                status = "disabled";
        };
 
-       i2c_intern: i2c-gpio-intern {
+       i2c_intern: i2c-0 {
                compatible = "i2c-gpio";
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_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>;
                status = "disabled";
        };
 
-       i2c_cam: i2c-gpio-cam {
+       i2c_cam: i2c-2 {
                compatible = "i2c-gpio";
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_i2c_gpio_cam>;
        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) |
                >;
        };
 
-       audmux_adu3 {
+       mux-aud3 {
                fsl,audmux-port = <MX51_AUDMUX_PORT3>;
                fsl,port-config = <
                        IMX_AUDMUX_V2_PTCR_SYN
                >;
        };
 
-       audmux_ssi2 {
+       mux-ssi2 {
                fsl,audmux-port = <MX51_AUDMUX_PORT2_SSI1>;
                fsl,port-config = <
                        (IMX_AUDMUX_V2_PTCR_TFSEL(MX51_AUDMUX_PORT4) |
                >;
        };
 
-       audmux_adu4 {
+       mux-aud4 {
                fsl,audmux-port = <MX51_AUDMUX_PORT4>;
                fsl,port-config = <
                        IMX_AUDMUX_V2_PTCR_SYN