summaryrefslogtreecommitdiffstats
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 10:17:31 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-10-27 21:56:34 +0200
commit53430a4f251eacc32ada54b56258cc18856d0d8e (patch)
tree64d533453906290ff26d8152a8004d32fc847c3b /arch/arm/cpu/armv7/omap4/omap4_mux_data.h
parent8f6a027f627d6002bedc3ab12610535dbf9ef497 (diff)
downloadblackbird-obmc-uboot-53430a4f251eacc32ada54b56258cc18856d0d8e.tar.gz
blackbird-obmc-uboot-53430a4f251eacc32ada54b56258cc18856d0d8e.zip
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> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
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 00c52f835f..b9403910c9 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_ */
OpenPOWER on IntegriCloud