summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorScott Sweeny <scott.sweeny@timesys.com>2009-04-30 09:55:08 -0400
committerScott Sweeny <scott.sweeny@timesys.com>2009-04-30 09:55:08 -0400
commit2f4e56050b086c12f3502436586bd731014f0ac4 (patch)
tree1fc5272140b6410b1b28a444b7dbeada736c2bb6 /include
parentc376a8097edde82a1c3bc1e671ac02ed631a7c0a (diff)
Add methods for fetching OMAP3430LV SOM production data
This patch originally from LogicPD OMAP35x Release 1.5.0 Original Patch Name: u-boot-1.1.4-omap3430-lv-som-13-production-data.patch
Diffstat (limited to 'include')
-rw-r--r--include/configs/omap3530lv_som.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/omap3530lv_som.h b/include/configs/omap3530lv_som.h
index c1043a1e6b8..00037f65d0d 100644
--- a/include/configs/omap3530lv_som.h
+++ b/include/configs/omap3530lv_som.h
@@ -362,6 +362,9 @@ extern unsigned int pin_get_gpio_input(unsigned int pin);
extern unsigned int pin_set_gpio_dataout(unsigned int pin, unsigned int set);
extern unsigned int pin_init_gpio(unsigned int pin_num, unsigned int in_out);
+// Turn on VAUX1 voltage for Product ID
+extern void init_vaux1_voltage(void);
+
// Set the enetaddr environment variable from production data
extern int fetch_production_data(void);
extern void board_get_nth_enetaddr (unsigned char *enetaddr, int which);