diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2014-09-17 12:10:03 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-18 16:06:51 (GMT) |
commit | 68dac838d3c3ae8e31bdd9ff512e2a4a111287d0 (patch) | |
tree | b1e7a4b35f9c3b012df60766c66e361cae6b2736 | |
parent | 7f5736c31bc9ec539fcb404292ee7e494922c07c (diff) | |
download | linux-68dac838d3c3ae8e31bdd9ff512e2a4a111287d0.tar.xz |
ARM: dts: sbc-t54: fix mux mode comment style
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>
-rw-r--r-- | arch/arm/boot/dts/omap5-sbc-t54.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap5-sbc-t54.dts b/arch/arm/boot/dts/omap5-sbc-t54.dts index 8e89793..337bbbc 100644 --- a/arch/arm/boot/dts/omap5-sbc-t54.dts +++ b/arch/arm/boot/dts/omap5-sbc-t54.dts @@ -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 */ >; }; }; |