diff options
author | R Sricharan <r.sricharan@ti.com> | 2011-03-11 11:32:25 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-03-11 11:32:25 -0800 |
commit | 86c79bf45f380c6efd907e95f993146b2b975232 (patch) | |
tree | 4dd547e30350bdbbe889efe85cc71df566dceec7 /arch/arm/mach-omap2/mux.h | |
parent | 029268e4c124a38b11ae965849ea2dfef724a568 (diff) |
omap2+: mux: Remove the use of IDLE flag
Currently OMAP_DEVICE_PAD_IDLE flag is used to mux pins
dynamically. This can be simplified by using the enabled
state variable of each pad. This also fixes the issue of
the static pads not getting muxed after idling and
disable/enable state transitions.
Signed-off-by: sricharan <r.sricharan@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/mux.h')
-rw-r--r-- | arch/arm/mach-omap2/mux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/mux.h b/arch/arm/mach-omap2/mux.h index 1d5bf4298c6f..8920fa4775ac 100644 --- a/arch/arm/mach-omap2/mux.h +++ b/arch/arm/mach-omap2/mux.h @@ -159,7 +159,6 @@ struct omap_board_mux { u16 value; }; -#define OMAP_DEVICE_PAD_IDLE BIT(7) /* Not needed for board-*.c */ #define OMAP_DEVICE_PAD_REMUX BIT(1) /* Dynamically remux a pad, needs enable, idle and off values */ |