aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/omap4/omap4_mux_data.h
diff options
context:
space:
mode:
authorRicardo Salveti de Araujo <ricardo.salveti@linaro.org>2011-09-21 17:17:31 -0300
committerJohn Rigby <john.rigby@linaro.org>2011-09-23 07:10:44 -0600
commit69773ad5a2b80761e51f9ccc8966f6ac5d0434df (patch)
tree1e408c6ae6616b5ccfcd6ac1a2081df4b805efbb /arch/arm/cpu/armv7/omap4/omap4_mux_data.h
parenta4c9ed1a0055a057d2836c5f8b4506d1c0b971a4 (diff)
omap4: splitting padconfs into common, 4430 and 4460
Not all padconfs are the same between 4430 and 4460, so instead of working around this with an if, we should have an specific padconf structure for both chips (like handling the differences between the LEDs GPIOs and TPS). Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org> 4 files changed, 40 insertions(+), 4 deletions(-)
Diffstat (limited to 'arch/arm/cpu/armv7/omap4/omap4_mux_data.h')
-rw-r--r--arch/arm/cpu/armv7/omap4/omap4_mux_data.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap4/omap4_mux_data.h b/arch/arm/cpu/armv7/omap4/omap4_mux_data.h
index 00c52f835..b9403910c 100644
--- a/arch/arm/cpu/armv7/omap4/omap4_mux_data.h
+++ b/arch/arm/cpu/armv7/omap4/omap4_mux_data.h
@@ -73,4 +73,11 @@ const struct pad_conf_entry wkup_padconf_array_essential[] = {
};
+const struct pad_conf_entry wkup_padconf_array_essential_4460[] = {
+
+{PAD1_FREF_CLK4_REQ, (M3)}, /* gpio_wk7, TPS */
+
+};
+
+
#endif /* _OMAP4_MUX_DATA_H_ */