ARM: dts: Unify pinctrl-single pin group nodes for omap4
authorTony Lindgren <tony@atomide.com>
Wed, 17 May 2023 09:52:53 +0000 (12:52 +0300)
committerTony Lindgren <tony@atomide.com>
Tue, 23 May 2023 07:59:44 +0000 (10:59 +0300)
We want to unify the pinctrl-single pin group nodes to use naming "pins".
Otherwise non-standad pin group names will add make dtbs checks errors
when the pinctrl-single yaml binding gets merged.

Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
12 files changed:
arch/arm/boot/dts/motorola-mapphone-common.dtsi
arch/arm/boot/dts/omap4-duovero-parlor.dts
arch/arm/boot/dts/omap4-duovero.dtsi
arch/arm/boot/dts/omap4-kc1.dts
arch/arm/boot/dts/omap4-mcpdm.dtsi
arch/arm/boot/dts/omap4-panda-common.dtsi
arch/arm/boot/dts/omap4-panda-es.dts
arch/arm/boot/dts/omap4-sdp.dts
arch/arm/boot/dts/omap4-var-om44customboard.dtsi
arch/arm/boot/dts/omap4-var-som-om44-wlan.dtsi
arch/arm/boot/dts/omap4-var-som-om44.dtsi
arch/arm/boot/dts/twl6030_omap4.dtsi

index f7cc8fc..091ba31 100644 (file)
 &omap4_pmx_core {
 
        /* hdmi_hpd.gpio_63 */
-       hdmi_hpd_gpio: pinmux_hdmi_hpd_pins {
+       hdmi_hpd_gpio: hdmi-hpd-pins {
                pinctrl-single,pins = <
                OMAP4_IOPAD(0x098, PIN_INPUT | MUX_MODE3)
                >;
        };
 
-       hdq_pins: pinmux_hdq_pins {
+       hdq_pins: hdq-pins {
                pinctrl-single,pins = <
                /* 0x4a100120 hdq_sio.hdq_sio aa27 */
                OMAP4_IOPAD(0x120, PIN_INPUT | MUX_MODE0)
        };
 
        /* hdmi_cec.hdmi_cec, hdmi_scl.hdmi_scl, hdmi_sda.hdmi_sda */
-       dss_hdmi_pins: pinmux_dss_hdmi_pins {
+       dss_hdmi_pins: dss-hdmi-pins {
                pinctrl-single,pins = <
                OMAP4_IOPAD(0x09a, PIN_INPUT | MUX_MODE0)
                OMAP4_IOPAD(0x09c, PIN_INPUT | MUX_MODE0)
         * devices. Off mode value should be tested if we have off mode working
         * later on.
         */
-       mmc3_pins: pinmux_mmc3_pins {
+       mmc3_pins: mmc3-pins {
                pinctrl-single,pins = <
                /* 0x4a10008e gpmc_wait2.gpio_100 d23 */
                OMAP4_IOPAD(0x08e, PIN_INPUT | MUX_MODE3)
        };
 
        /* gpmc_ncs0.gpio_50 */
-       poweroff_gpio: pinmux_poweroff_pins {
+       poweroff_gpio: poweroff-pins {
                pinctrl-single,pins = <
                OMAP4_IOPAD(0x074, PIN_OUTPUT_PULLUP | MUX_MODE3)
                >;
        };
 
        /* kpd_row0.gpio_178 */
-       tmp105_irq: pinmux_tmp105_irq {
+       tmp105_irq: tmp105-irq-pins {
                pinctrl-single,pins = <
                OMAP4_IOPAD(0x18e, PIN_INPUT_PULLUP | MUX_MODE3)
                >;
        };
 
-       usb_gpio_mux_sel1: pinmux_usb_gpio_mux_sel1_pins {
+       usb_gpio_mux_sel1: usb-gpio-mux-sel1-pins {
                /* gpio_60 */
                pinctrl-single,pins = <
                OMAP4_IOPAD(0x088, PIN_OUTPUT | MUX_MODE3)
                >;
        };
 
-       touchscreen_pins: pinmux_touchscreen_pins {
+       touchscreen_pins: touchscreen-pins {
                pinctrl-single,pins = <
                OMAP4_IOPAD(0x180, PIN_OUTPUT | MUX_MODE3)
                OMAP4_IOPAD(0x1a0, PIN_INPUT_PULLUP | MUX_MODE3)
                >;
        };
 
-       als_proximity_pins: pinmux_als_proximity_pins {
+       als_proximity_pins: als-proximity-pins {
                pinctrl-single,pins = <
                OMAP4_IOPAD(0x18c, PIN_INPUT_PULLUP | MUX_MODE3)
                >;
        };
 
-       usb_mdm6600_pins: pinmux_usb_mdm6600_pins {
+       usb_mdm6600_pins: usb-mdm6600-pins {
                pinctrl-single,pins = <
                /* enable 0x4a1000d8 usbb1_ulpitll_dat7.gpio_95 ag16 */
                OMAP4_IOPAD(0x0d8, PIN_INPUT | MUX_MODE3)
                >;
        };
 
-       usb_ulpi_pins: pinmux_usb_ulpi_pins {
+       usb_ulpi_pins: usb-ulpi-pins {
                pinctrl-single,pins = <
                OMAP4_IOPAD(0x196, MUX_MODE7)
                OMAP4_IOPAD(0x198, MUX_MODE7)
        };
 
        /* usb0_otg_dp and usb0_otg_dm */
-       usb_utmi_pins: pinmux_usb_utmi_pins {
+       usb_utmi_pins: usb-utmi-pins {
                pinctrl-single,pins = <
                OMAP4_IOPAD(0x196, PIN_INPUT | MUX_MODE0)
                OMAP4_IOPAD(0x198, PIN_INPUT | MUX_MODE0)
         * when not used. If needed, we can add rts pin remux later based
         * on power measurements.
         */
-       uart1_pins: pinmux_uart1_pins {
+       uart1_pins: uart1-pins {
                pinctrl-single,pins = <
                /* 0x4a10013c mcspi1_cs2.uart1_cts ag23 */
                OMAP4_IOPAD(0x13c, PIN_INPUT_PULLUP | MUX_MODE1)
        };
 
        /* uart3_tx_irtx and uart3_rx_irrx */
-       uart3_pins: pinmux_uart3_pins {
+       uart3_pins: uart3-pins {
                pinctrl-single,pins = <
                OMAP4_IOPAD(0x196, MUX_MODE7)
                OMAP4_IOPAD(0x198, MUX_MODE7)
                >;
        };
 
-       uart4_pins: pinmux_uart4_pins {
+       uart4_pins: uart4-pins {
                pinctrl-single,pins = <
                OMAP4_IOPAD(0x15c, PIN_INPUT | MUX_MODE0)               /* uart4_rx */
                OMAP4_IOPAD(0x15e, PIN_OUTPUT | MUX_MODE0)              /* uart4_tx */
                >;
        };
 
-       mcbsp2_pins: pinmux_mcbsp2_pins {
+       mcbsp2_pins: mcbsp2-pins {
                pinctrl-single,pins = <
                OMAP4_IOPAD(0x0f6, PIN_INPUT | MUX_MODE0)       /* abe_mcbsp2_clkx */
                OMAP4_IOPAD(0x0f8, PIN_INPUT | MUX_MODE0)       /* abe_mcbsp2_dr */
                >;
        };
 
-       mcbsp3_pins: pinmux_mcbsp3_pins {
+       mcbsp3_pins: mcbsp3-pins {
                pinctrl-single,pins = <
                OMAP4_IOPAD(0x106, PIN_INPUT | MUX_MODE1)       /* abe_mcbsp3_dr */
                OMAP4_IOPAD(0x108, PIN_OUTPUT | MUX_MODE1)      /* abe_mcbsp3_dx */
                >;
        };
 
-       vibrator_direction_pin: pinmux_vibrator_direction_pin {
+       vibrator_direction_pin: vibrator-direction-pins {
                pinctrl-single,pins = <
                OMAP4_IOPAD(0x1ce, PIN_OUTPUT | MUX_MODE1)      /* dmtimer8_pwm_evt (gpio_27) */
                >;
        };
 
-       vibrator_enable_pin: pinmux_vibrator_enable_pin {
+       vibrator_enable_pin: vibrator-enable-pins {
                pinctrl-single,pins = <
                OMAP4_IOPAD(0X1d0, PIN_OUTPUT | MUX_MODE1)      /* dmtimer9_pwm_evt (gpio_28) */
                >;
 };
 
 &omap4_pmx_wkup {
-       usb_gpio_mux_sel2: pinmux_usb_gpio_mux_sel2_pins {
+       usb_gpio_mux_sel2: usb-gpio-mux-sel2-pins {
                /* gpio_wk0 */
                pinctrl-single,pins = <
                OMAP4_IOPAD(0x040, PIN_OUTPUT_PULLDOWN | MUX_MODE3)
index b294c22..6d1beb4 100644 (file)
                        &smsc_pins
        >;
 
-       led_pins: pinmux_led_pins {
+       led_pins: led-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x116, PIN_OUTPUT | MUX_MODE3)              /* abe_dmic_din3.gpio_122 */
                >;
        };
 
-       button_pins: pinmux_button_pins {
+       button_pins: button-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x114, PIN_INPUT_PULLUP | MUX_MODE3)        /* abe_dmic_din2.gpio_121 */
                >;
        };
 
-       i2c2_pins: pinmux_i2c2_pins {
+       i2c2_pins: i2c2-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x126, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c2_scl */
                        OMAP4_IOPAD(0x128, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c2_sda */
                >;
        };
 
-       i2c3_pins: pinmux_i2c3_pins {
+       i2c3_pins: i2c3-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x12a, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c3_scl */
                        OMAP4_IOPAD(0x12c, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c3_sda */
                >;
        };
 
-       smsc_pins: pinmux_smsc_pins {
+       smsc_pins: smsc-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x068, PIN_INPUT | MUX_MODE3)               /* gpmc_a20.gpio_44: IRQ */
                        OMAP4_IOPAD(0x06a, PIN_INPUT_PULLUP | MUX_MODE3)        /* gpmc_a21.gpio_45: nReset */
@@ -96,7 +96,7 @@
                >;
        };
 
-       dss_hdmi_pins: pinmux_dss_hdmi_pins {
+       dss_hdmi_pins: dss-hdmi-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x098, PIN_INPUT | MUX_MODE3)               /* hdmi_hpd.gpio_63 */
                        OMAP4_IOPAD(0x09a, PIN_INPUT | MUX_MODE0)               /* hdmi_cec.hdmi_cec */
index 805dfd4..b8af455 100644 (file)
                        &hsusbb1_pins
        >;
 
-       twl6040_pins: pinmux_twl6040_pins {
+       twl6040_pins: twl6040-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x166, PIN_OUTPUT | MUX_MODE3)              /* usbb2_ulpitll_nxt.gpio_160 */
                        OMAP4_IOPAD(0x1a0, PIN_INPUT | MUX_MODE0)               /* sys_nirq2.sys_nirq2 */
                >;
        };
 
-       mcbsp1_pins: pinmux_mcbsp1_pins {
+       mcbsp1_pins: mcbsp1-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x0fe, PIN_INPUT | MUX_MODE0)               /* abe_mcbsp1_clkx.abe_mcbsp1_clkx */
                        OMAP4_IOPAD(0x100, PIN_INPUT_PULLDOWN | MUX_MODE0)      /* abe_mcbsp1_dr.abe_mcbsp1_dr */
@@ -89,7 +89,7 @@
                >;
        };
 
-       hsusbb1_pins: pinmux_hsusbb1_pins {
+       hsusbb1_pins: hsusbb1-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x0c2, PIN_INPUT_PULLDOWN | MUX_MODE4)      /* usbb1_ulpitll_clk.usbb1_ulpiphy_clk */
                        OMAP4_IOPAD(0x0c4, PIN_OUTPUT | MUX_MODE4)              /* usbb1_ulpitll_stp.usbb1_ulpiphy_stp */
                >;
        };
 
-       hsusb1phy_pins: pinmux_hsusb1phy_pins {
+       hsusb1phy_pins: hsusb1phy-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x08c, PIN_OUTPUT | MUX_MODE3)              /* gpmc_wait1.gpio_62 */
                >;
        };
 
-       w2cbw0015_pins: pinmux_w2cbw0015_pins {
+       w2cbw0015_pins: w2cbw0015-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x066, PIN_OUTPUT | MUX_MODE3)              /* gpmc_a19.gpio_43 */
                        OMAP4_IOPAD(0x07a, PIN_INPUT | MUX_MODE3)               /* gpmc_ncs3.gpio_53 */
                >;
        };
 
-       i2c1_pins: pinmux_i2c1_pins {
+       i2c1_pins: i2c1-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x122, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c1_scl */
                        OMAP4_IOPAD(0x124, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c1_sda */
                >;
        };
 
-       i2c4_pins: pinmux_i2c4_pins {
+       i2c4_pins: i2c4-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x12e, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c4_scl */
                        OMAP4_IOPAD(0x130, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c4_sda */
                >;
        };
 
-       mmc1_pins: pinmux_mmc1_pins {
+       mmc1_pins: mmc1-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x0e2, PIN_INPUT_PULLUP | MUX_MODE0)        /* sdmmc1_clk */
                        OMAP4_IOPAD(0x0e4, PIN_INPUT_PULLUP | MUX_MODE0)        /* sdmcc1_cmd */
                >;
        };
 
-       mmc5_pins: pinmux_mmc5_pins {
+       mmc5_pins: mmc5-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x148, PIN_INPUT_PULLUP | MUX_MODE0)        /* sdmmc5_clk */
                        OMAP4_IOPAD(0x14a, PIN_INPUT_PULLUP | MUX_MODE0)        /* sdmcc5_cmd */
index e59d17b..c6b79ba 100644 (file)
 &omap4_pmx_core {
        pinctrl-names = "default";
 
-       uart3_pins: pinmux_uart3_pins {
+       uart3_pins: uart3-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x144, PIN_INPUT | MUX_MODE0)               /* uart3_rx_irrx */
                        OMAP4_IOPAD(0x146, PIN_OUTPUT | MUX_MODE0)              /* uart3_tx_irtx */
                >;
        };
 
-       i2c1_pins: pinmux_i2c1_pins {
+       i2c1_pins: i2c1-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x122, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c1_scl */
                        OMAP4_IOPAD(0x124, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c1_sda */
                >;
        };
 
-       i2c2_pins: pinmux_i2c2_pins {
+       i2c2_pins: i2c2-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x126, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c2_scl */
                        OMAP4_IOPAD(0x128, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c2_sda */
                >;
        };
 
-       i2c3_pins: pinmux_i2c3_pins {
+       i2c3_pins: i2c3-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x12a, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c3_scl */
                        OMAP4_IOPAD(0x12c, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c3_sda */
                >;
        };
 
-       i2c4_pins: pinmux_i2c4_pins {
+       i2c4_pins: i2c4-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x12e, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c4_scl */
                        OMAP4_IOPAD(0x130, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c4_sda */
                >;
        };
 
-       mmc2_pins: pinmux_mmc2_pins {
+       mmc2_pins: mmc2-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x040, PIN_INPUT_PULLUP | MUX_MODE1)        /* sdmmc2_dat0 */
                        OMAP4_IOPAD(0x042, PIN_INPUT_PULLUP | MUX_MODE1)        /* sdmmc2_dat1 */
@@ -85,7 +85,7 @@
                >;
        };
 
-       usb_otg_hs_pins: pinmux_usb_otg_hs_pins {
+       usb_otg_hs_pins: usb-otg-hs-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x194, PIN_OUTPUT_PULLDOWN | MUX_MODE0)     /* usba0_otg_ce */
                        OMAP4_IOPAD(0x196, PIN_INPUT | MUX_MODE0)               /* usba0_otg_dp */
index 915a9b3..03ade47 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 &omap4_pmx_core {
-       mcpdm_pins: pinmux_mcpdm_pins {
+       mcpdm_pins: mcpdm-pins {
                pinctrl-single,pins = <
                /* 0x4a100106 abe_pdm_ul_data.abe_pdm_ul_data ag25 */
                OMAP4_IOPAD(0x106, PIN_INPUT_PULLDOWN | MUX_MODE0)
index 0269424..f528511 100644 (file)
                        &hsusbb1_pins
        >;
 
-       twl6040_pins: pinmux_twl6040_pins {
+       twl6040_pins: twl6040-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x120, PIN_OUTPUT | MUX_MODE3)      /* hdq_sio.gpio_127 */
                        OMAP4_IOPAD(0x1a0, PIN_INPUT | MUX_MODE0)       /* sys_nirq2.sys_nirq2 */
                >;
        };
 
-       mcbsp1_pins: pinmux_mcbsp1_pins {
+       mcbsp1_pins: mcbsp1-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x0fe, PIN_INPUT | MUX_MODE0)               /* abe_mcbsp1_clkx.abe_mcbsp1_clkx */
                        OMAP4_IOPAD(0x100, PIN_INPUT_PULLDOWN | MUX_MODE0)      /* abe_mcbsp1_dr.abe_mcbsp1_dr */
                >;
        };
 
-       dss_dpi_pins: pinmux_dss_dpi_pins {
+       dss_dpi_pins: dss-dpi-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x162, PIN_OUTPUT | MUX_MODE5)      /* dispc2_data23 */
                        OMAP4_IOPAD(0x164, PIN_OUTPUT | MUX_MODE5)      /* dispc2_data22 */
                >;
        };
 
-       tfp410_pins: pinmux_tfp410_pins {
+       tfp410_pins: tfp410-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x184, PIN_OUTPUT | MUX_MODE3)      /* gpio_0 */
                >;
        };
 
-       dss_hdmi_pins: pinmux_dss_hdmi_pins {
+       dss_hdmi_pins: dss-hdmi-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x09a, PIN_INPUT | MUX_MODE0)               /* hdmi_cec.hdmi_cec */
                        OMAP4_IOPAD(0x09c, PIN_INPUT_PULLUP | MUX_MODE0)        /* hdmi_scl.hdmi_scl */
                >;
        };
 
-       tpd12s015_pins: pinmux_tpd12s015_pins {
+       tpd12s015_pins: tpd12s015-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x062, PIN_OUTPUT | MUX_MODE3)              /* gpmc_a17.gpio_41 */
                        OMAP4_IOPAD(0x088, PIN_OUTPUT | MUX_MODE3)              /* gpmc_nbe1.gpio_60 */
                >;
        };
 
-       hsusbb1_pins: pinmux_hsusbb1_pins {
+       hsusbb1_pins: hsusbb1-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x0c2, PIN_INPUT_PULLDOWN | MUX_MODE4)      /* usbb1_ulpitll_clk.usbb1_ulpiphy_clk */
                        OMAP4_IOPAD(0x0c4, PIN_OUTPUT | MUX_MODE4)              /* usbb1_ulpitll_stp.usbb1_ulpiphy_stp */
                >;
        };
 
-       i2c1_pins: pinmux_i2c1_pins {
+       i2c1_pins: i2c1-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x122, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c1_scl */
                        OMAP4_IOPAD(0x124, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c1_sda */
                >;
        };
 
-       i2c2_pins: pinmux_i2c2_pins {
+       i2c2_pins: i2c2-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x126, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c2_scl */
                        OMAP4_IOPAD(0x128, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c2_sda */
                >;
        };
 
-       i2c3_pins: pinmux_i2c3_pins {
+       i2c3_pins: i2c3-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x12a, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c3_scl */
                        OMAP4_IOPAD(0x12c, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c3_sda */
                >;
        };
 
-       i2c4_pins: pinmux_i2c4_pins {
+       i2c4_pins: i2c4-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x12e, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c4_scl */
                        OMAP4_IOPAD(0x130, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c4_sda */
         * wl12xx GPIO outputs for WLAN_EN, BT_EN, FM_EN, BT_WAKEUP
         * REVISIT: Are the pull-ups needed for GPIO 48 and 49?
         */
-       wl12xx_gpio: pinmux_wl12xx_gpio {
+       wl12xx_gpio: wl12xx-gpio-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x066, PIN_OUTPUT | MUX_MODE3)              /* gpmc_a19.gpio_43 */
                        OMAP4_IOPAD(0x06c, PIN_OUTPUT | MUX_MODE3)              /* gpmc_a22.gpio_46 */
        };
 
        /* wl12xx GPIO inputs and SDIO pins */
-       wl12xx_pins: pinmux_wl12xx_pins {
+       wl12xx_pins: wl12xx-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x078, PIN_INPUT | MUX_MODE3)               /* gpmc_ncs2.gpio_52 */
                        OMAP4_IOPAD(0x07a, PIN_INPUT | MUX_MODE3)               /* gpmc_ncs3.gpio_53 */
                >;
        };
 
-       button_pins: pinmux_button_pins {
+       button_pins: button-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x114, PIN_INPUT_PULLUP | MUX_MODE3)        /* gpio_121 */
                >;
 };
 
 &omap4_pmx_wkup {
-       led_wkgpio_pins: pinmux_leds_wkpins {
+       led_wkgpio_pins: leds-wkpins-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x05a, PIN_OUTPUT | MUX_MODE3)      /* gpio_wk7 */
                        OMAP4_IOPAD(0x05c, PIN_OUTPUT | MUX_MODE3)      /* gpio_wk8 */
index 7631029..fe7b156 100644 (file)
 };
 
 &omap4_pmx_core {
-       led_gpio_pins: gpio_led_pmx {
+       led_gpio_pins: gpio-led-pmx-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x0f6, PIN_OUTPUT | MUX_MODE3)      /* gpio_110 */
                >;
        };
 
-       button_pins: pinmux_button_pins {
+       button_pins: button-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x0fc, PIN_INPUT_PULLUP | MUX_MODE3) /* gpio_113 */
                >;
        };
 
-       bt_pins: pinmux_bt_pins {
+       bt_pins: bt-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x06c, PIN_OUTPUT | MUX_MODE3)              /* gpmc_a22.gpio_46 - BTEN */
                        OMAP4_IOPAD(0x072, PIN_OUTPUT_PULLUP | MUX_MODE3)       /* gpmc_a25.gpio_49 - BTWAKEUP */
                >;
        };
 
-       uart2_pins: pinmux_uart2_pins {
+       uart2_pins: uart2-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x118, PIN_INPUT_PULLUP | MUX_MODE0)        /* uart2_cts.uart2_cts - HCI */
                        OMAP4_IOPAD(0x11a, PIN_OUTPUT | MUX_MODE0)              /* uart2_rts.uart2_rts */
index 9e97614..b2cb93e 100644 (file)
                        &tpd12s015_pins
        >;
 
-       uart2_pins: pinmux_uart2_pins {
+       uart2_pins: uart2-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x118, PIN_INPUT_PULLUP | MUX_MODE0)        /* uart2_cts.uart2_cts */
                        OMAP4_IOPAD(0x11a, PIN_OUTPUT | MUX_MODE0)              /* uart2_rts.uart2_rts */
                >;
        };
 
-       uart3_pins: pinmux_uart3_pins {
+       uart3_pins: uart3-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x140, PIN_INPUT_PULLUP | MUX_MODE0)        /* uart3_cts_rctx.uart3_cts_rctx */
                        OMAP4_IOPAD(0x142, PIN_OUTPUT | MUX_MODE0)              /* uart3_rts_sd.uart3_rts_sd */
                >;
        };
 
-       uart4_pins: pinmux_uart4_pins {
+       uart4_pins: uart4-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x15c, PIN_INPUT | MUX_MODE0)               /* uart4_rx.uart4_rx */
                        OMAP4_IOPAD(0x15e, PIN_OUTPUT | MUX_MODE0)              /* uart4_tx.uart4_tx */
                >;
        };
 
-       twl6040_pins: pinmux_twl6040_pins {
+       twl6040_pins: twl6040-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x120, PIN_OUTPUT | MUX_MODE3)              /* hdq_sio.gpio_127 */
                        OMAP4_IOPAD(0x1a0, PIN_INPUT | MUX_MODE0)               /* sys_nirq2.sys_nirq2 */
                >;
        };
 
-       dmic_pins: pinmux_dmic_pins {
+       dmic_pins: dmic-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x110, PIN_OUTPUT | MUX_MODE0)              /* abe_dmic_clk1.abe_dmic_clk1 */
                        OMAP4_IOPAD(0x112, PIN_INPUT | MUX_MODE0)               /* abe_dmic_din1.abe_dmic_din1 */
                >;
        };
 
-       mcbsp1_pins: pinmux_mcbsp1_pins {
+       mcbsp1_pins: mcbsp1-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x0fe, PIN_INPUT | MUX_MODE0)               /* abe_mcbsp1_clkx.abe_mcbsp1_clkx */
                        OMAP4_IOPAD(0x100, PIN_INPUT_PULLDOWN | MUX_MODE0)      /* abe_mcbsp1_dr.abe_mcbsp1_dr */
                >;
        };
 
-       mcbsp2_pins: pinmux_mcbsp2_pins {
+       mcbsp2_pins: mcbsp2-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x0f6, PIN_INPUT | MUX_MODE0)               /* abe_mcbsp2_clkx.abe_mcbsp2_clkx */
                        OMAP4_IOPAD(0x0f8, PIN_INPUT_PULLDOWN | MUX_MODE0)      /* abe_mcbsp2_dr.abe_mcbsp2_dr */
                >;
        };
 
-       mcspi1_pins: pinmux_mcspi1_pins {
+       mcspi1_pins: mcspi1-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x132, PIN_INPUT | MUX_MODE0)               /*  mcspi1_clk.mcspi1_clk */
                        OMAP4_IOPAD(0x134, PIN_INPUT | MUX_MODE0)               /*  mcspi1_somi.mcspi1_somi */
                >;
        };
 
-       dss_hdmi_pins: pinmux_dss_hdmi_pins {
+       dss_hdmi_pins: dss-hdmi-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x09a, PIN_INPUT | MUX_MODE0)               /* hdmi_cec.hdmi_cec */
                        OMAP4_IOPAD(0x09c, PIN_INPUT_PULLUP | MUX_MODE0)        /* hdmi_scl.hdmi_scl */
                >;
        };
 
-       tpd12s015_pins: pinmux_tpd12s015_pins {
+       tpd12s015_pins: tpd12s015-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x062, PIN_OUTPUT | MUX_MODE3)              /* gpmc_a17.gpio_41 */
                        OMAP4_IOPAD(0x088, PIN_OUTPUT | MUX_MODE3)              /* gpmc_nbe1.gpio_60 */
                >;
        };
 
-       i2c1_pins: pinmux_i2c1_pins {
+       i2c1_pins: i2c1-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x122, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c1_scl */
                        OMAP4_IOPAD(0x124, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c1_sda */
                >;
        };
 
-       i2c2_pins: pinmux_i2c2_pins {
+       i2c2_pins: i2c2-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x126, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c2_scl */
                        OMAP4_IOPAD(0x128, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c2_sda */
                >;
        };
 
-       i2c3_pins: pinmux_i2c3_pins {
+       i2c3_pins: i2c3-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x12a, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c3_scl */
                        OMAP4_IOPAD(0x12c, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c3_sda */
                >;
        };
 
-       i2c4_pins: pinmux_i2c4_pins {
+       i2c4_pins: i2c4-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x12e, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c4_scl */
                        OMAP4_IOPAD(0x130, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c4_sda */
        };
 
        /* wl12xx GPIO output for WLAN_EN */
-       wl12xx_gpio: pinmux_wl12xx_gpio {
+       wl12xx_gpio: wl12xx-gpio-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x07c, PIN_OUTPUT | MUX_MODE3)              /* gpmc_nwp.gpio_54 */
                >;
        };
 
        /* wl12xx GPIO inputs and SDIO pins */
-       wl12xx_pins: pinmux_wl12xx_pins {
+       wl12xx_pins: wl12xx-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x07a, PIN_INPUT | MUX_MODE3)               /* gpmc_ncs3.gpio_53 */
                        OMAP4_IOPAD(0x148, PIN_INPUT_PULLUP | MUX_MODE0)        /* sdmmc5_clk.sdmmc5_clk */
        };
 
        /* gpio_48 for ENET_ENABLE */
-       enet_enable_gpio: pinmux_enet_enable_gpio {
+       enet_enable_gpio: enet-enable-gpio-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x070, PIN_OUTPUT_PULLDOWN | MUX_MODE3)     /* gpmc_a24.gpio_48 */
                >;
        };
 
-       ks8851_pins: pinmux_ks8851_pins {
+       ks8851_pins: ks8851-pins {
                pinctrl-single,pins = <
                        /* ENET_INT */
                        OMAP4_IOPAD(0x054, PIN_INPUT_PULLUP | MUX_MODE3)        /* gpmc_ad10.gpio_34 */
index 458cb53..cadc7e0 100644 (file)
@@ -60,7 +60,7 @@
 };
 
 &omap4_pmx_core {
-       uart1_pins: pinmux_uart1_pins {
+       uart1_pins: uart1-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x13c, PIN_INPUT_PULLUP | MUX_MODE1)        /* mcspi1_cs2.uart1_cts */
                        OMAP4_IOPAD(0x13e, PIN_OUTPUT | MUX_MODE1)              /* mcspi1_cs3.uart1_rts */
@@ -69,7 +69,7 @@
                >;
        };
 
-       mcspi1_pins: pinmux_mcspi1_pins {
+       mcspi1_pins: mcspi1-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x132, PIN_INPUT | MUX_MODE0)               /*  mcspi1_clk.mcspi1_clk */
                        OMAP4_IOPAD(0x134, PIN_INPUT | MUX_MODE0)               /*  mcspi1_somi.mcspi1_somi */
                >;
        };
 
-       mcasp_pins: pinmux_mcsasp_pins {
+       mcasp_pins: mcsasp-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x0f8, PIN_OUTPUT | MUX_MODE2)              /*  mcbsp2_dr.abe_mcasp_axr */
                >;
        };
 
-       dss_dpi_pins: pinmux_dss_dpi_pins {
+       dss_dpi_pins: dss-dpi-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x162, PIN_OUTPUT | MUX_MODE5)              /* dispc2_data23 */
                        OMAP4_IOPAD(0x164, PIN_OUTPUT | MUX_MODE5)              /* dispc2_data22 */
                >;
        };
 
-       dss_hdmi_pins: pinmux_dss_hdmi_pins {
+       dss_hdmi_pins: dss-hdmi-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x09a, PIN_INPUT | MUX_MODE0)               /* hdmi_cec.hdmi_cec */
                        OMAP4_IOPAD(0x09c, PIN_INPUT_PULLUP | MUX_MODE0)        /* hdmi_scl.hdmi_scl */
                >;
        };
 
-       i2c4_pins: pinmux_i2c4_pins {
+       i2c4_pins: i2c4-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x12e, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c4_scl */
                        OMAP4_IOPAD(0x130, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c4_sda */
                >;
        };
 
-       mmc5_pins: pinmux_mmc5_pins {
+       mmc5_pins: mmc5-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x0f6, PIN_INPUT | MUX_MODE3)               /* abe_mcbsp2_clkx.gpio_110 */
                        OMAP4_IOPAD(0x148, PIN_INPUT_PULLUP | MUX_MODE0)        /* sdmmc5_clk.sdmmc5_clk */
                >;
        };
 
-       gpio_led_pins: pinmux_gpio_led_pins {
+       gpio_led_pins: gpio-led-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x17e, PIN_OUTPUT | MUX_MODE3)              /* kpd_col4.gpio_172 */
                        OMAP4_IOPAD(0x180, PIN_OUTPUT | MUX_MODE3)              /* kpd_col5.gpio_173 */
                >;
        };
 
-       gpio_key_pins: pinmux_gpio_key_pins {
+       gpio_key_pins: gpio-key-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x1a2, PIN_INPUT | MUX_MODE3)               /* sys_boot0.gpio_184 */
                >;
        };
 
-       ks8851_irq_pins: pinmux_ks8851_irq_pins {
+       ks8851_irq_pins: ks8851-irq-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x17c, PIN_INPUT_PULLUP | MUX_MODE3)        /* kpd_col3.gpio_171 */
                >;
        };
 
-       hdmi_hpd_pins: pinmux_hdmi_hpd_pins {
+       hdmi_hpd_pins: hdmi-hpd-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x098, PIN_INPUT_PULLDOWN | MUX_MODE3)      /* hdmi_hpd.gpio_63 */
                >;
        };
 
-       backlight_pins: pinmux_backlight_pins {
+       backlight_pins: backlight-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x116, PIN_OUTPUT | MUX_MODE3)              /* abe_dmic_din3.gpio_122 */
                >;
index d003221..de779d2 100644 (file)
@@ -19,7 +19,7 @@
 };
 
 &omap4_pmx_core {
-       uart2_pins: pinmux_uart2_pins {
+       uart2_pins: uart2-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x118, PIN_INPUT_PULLUP | MUX_MODE0)        /* uart2_cts.uart2_cts */
                        OMAP4_IOPAD(0x11a, PIN_OUTPUT | MUX_MODE0)              /* uart2_rts.uart2_rts */
@@ -28,7 +28,7 @@
                >;
        };
 
-       wl12xx_ctrl_pins: pinmux_wl12xx_ctrl_pins {
+       wl12xx_ctrl_pins: wl12xx-ctrl-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x062, PIN_INPUT_PULLUP | MUX_MODE3)        /* gpmc_a17.gpio_41 (WLAN_IRQ) */
                        OMAP4_IOPAD(0x064, PIN_OUTPUT | MUX_MODE3)              /* gpmc_a18.gpio_42 (BT_EN) */
@@ -36,7 +36,7 @@
                >;
        };
 
-       mmc4_pins: pinmux_mmc4_pins {
+       mmc4_pins: mmc4-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x154, PIN_INPUT_PULLUP | MUX_MODE1)        /* mcspi4_clk.sdmmc4_clk */
                        OMAP4_IOPAD(0x156, PIN_INPUT_PULLUP | MUX_MODE1)        /* mcspi4_simo.sdmmc4_cmd */
index 334cbba..37d56b3 100644 (file)
                        &hsusbb1_pins
        >;
 
-       twl6040_pins: pinmux_twl6040_pins {
+       twl6040_pins: twl6040-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x19c, PIN_OUTPUT | MUX_MODE3)              /* fref_clk2_out.gpio_182 */
                        OMAP4_IOPAD(0x1a0, PIN_INPUT | MUX_MODE0)               /* sys_nirq2.sys_nirq2 */
                >;
        };
 
-       tsc2004_pins: pinmux_tsc2004_pins {
+       tsc2004_pins: tsc2004-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x090, PIN_INPUT | MUX_MODE3)               /* gpmc_ncs4.gpio_101 (irq) */
                        OMAP4_IOPAD(0x092, PIN_OUTPUT | MUX_MODE3)              /* gpmc_ncs5.gpio_102 (rst) */
                >;
        };
 
-       uart3_pins: pinmux_uart3_pins {
+       uart3_pins: uart3-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x140, PIN_INPUT_PULLUP | MUX_MODE0)        /* uart3_cts_rctx.uart3_cts_rctx */
                        OMAP4_IOPAD(0x142, PIN_OUTPUT | MUX_MODE0)              /* uart3_rts_sd.uart3_rts_sd */
@@ -88,7 +88,7 @@
                >;
        };
 
-       hsusbb1_pins: pinmux_hsusbb1_pins {
+       hsusbb1_pins: hsusbb1-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x0c2, PIN_INPUT_PULLDOWN | MUX_MODE4)      /* usbb1_ulpitll_clk.usbb1_ulpiphy_clk */
                        OMAP4_IOPAD(0x0c4, PIN_OUTPUT | MUX_MODE4)              /* usbb1_ulpitll_stp.usbb1_ulpiphy_stp */
                >;
        };
 
-       hsusbb1_phy_rst_pins: pinmux_hsusbb1_phy_rst_pins {
+       hsusbb1_phy_rst_pins: hsusbb1-phy-rst-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x18c, PIN_OUTPUT | MUX_MODE3)              /* kpd_row2.gpio_177 */
                >;
        };
 
-       i2c1_pins: pinmux_i2c1_pins {
+       i2c1_pins: i2c1-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x122, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c1_scl */
                        OMAP4_IOPAD(0x124, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c1_sda */
                >;
        };
 
-       i2c3_pins: pinmux_i2c3_pins {
+       i2c3_pins: i2c3-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x12a, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c3_scl */
                        OMAP4_IOPAD(0x12c, PIN_INPUT_PULLUP | MUX_MODE0)        /* i2c3_sda */
                >;
        };
 
-       mmc1_pins: pinmux_mmc1_pins {
+       mmc1_pins: mmc1-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x0e2, PIN_INPUT_PULLUP | MUX_MODE0)        /* sdmmc1_clk.sdmmc1_clk */
                        OMAP4_IOPAD(0x0e4, PIN_INPUT_PULLUP | MUX_MODE0)        /* sdmmc1_cmd.sdmmc1_cmd */
                &lan7500_rst_pins
        >;
 
-       hsusbb1_phy_clk_pins: pinmux_hsusbb1_phy_clk_pins {
+       hsusbb1_phy_clk_pins: hsusbb1-phy-clk-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x058, PIN_OUTPUT | MUX_MODE0)      /* fref_clk3_out */
                >;
        };
 
-       hsusbb1_hub_rst_pins: pinmux_hsusbb1_hub_rst_pins {
+       hsusbb1_hub_rst_pins: hsusbb1-hub-rst-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x042, PIN_OUTPUT | MUX_MODE3)      /* gpio_wk1 */
                >;
        };
 
-       lan7500_rst_pins: pinmux_lan7500_rst_pins {
+       lan7500_rst_pins: lan7500-rst-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x040, PIN_OUTPUT | MUX_MODE3)      /* gpio_wk0 */
                >;
index 5730e46..64e38c7 100644 (file)
@@ -19,7 +19,7 @@
 };
 
 &omap4_pmx_wkup {
-       twl6030_wkup_pins: pinmux_twl6030_wkup_pins {
+       twl6030_wkup_pins: twl6030-wkup-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x054, PIN_OUTPUT | MUX_MODE2)              /* fref_clk0_out.sys_drm_msecure */
                >;
@@ -27,7 +27,7 @@
 };
 
 &omap4_pmx_core {
-       twl6030_pins: pinmux_twl6030_pins {
+       twl6030_pins: twl6030-pins {
                pinctrl-single,pins = <
                        OMAP4_IOPAD(0x19e, WAKEUP_EN | PIN_INPUT_PULLUP | MUX_MODE0)    /* sys_nirq1.sys_nirq1 */
                >;