]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: sbc-t54: fix mux mode comment style
authorDmitry Lifshitz <lifshitz@compulab.co.il>
Wed, 17 Sep 2014 12:10:03 +0000 (15:10 +0300)
committerTony Lindgren <tony@atomide.com>
Thu, 18 Sep 2014 16:06:51 +0000 (09:06 -0700)
Follow the comment style of mode0_name.modeX_name for pins
which mux mode differs from MUX_MODE0.

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap5-sbc-t54.dts

index 8e89793e0f6b56c086549fefc4cfd31064baf8a7..337bbbc01a350602ea00ca52c92482537c502351 100644 (file)
@@ -19,8 +19,8 @@
 
        mmc1_aux_pins: pinmux_mmc1_aux_pins {
                pinctrl-single,pins = <
-                       OMAP5_IOPAD(0x0174, PIN_INPUT_PULLUP | MUX_MODE6) /* gpio8_228 */
-                       OMAP5_IOPAD(0x0176, PIN_INPUT_PULLUP | MUX_MODE6) /* gpio8_229 */
+                       OMAP5_IOPAD(0x0174, PIN_INPUT_PULLUP | MUX_MODE6) /* timer5_pwm_evt.gpio8_228 */
+                       OMAP5_IOPAD(0x0176, PIN_INPUT_PULLUP | MUX_MODE6) /* timer6_pwm_evt.gpio8_229 */
                >;
        };
 };