diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-18 07:50:20 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-18 07:50:20 +0000 |
commit | 99570a40ebec445ad05dd586b73c6117540f0450 (patch) | |
tree | 23045ecd83daaf6819545ffab235d57064a9a330 /hw/nseries.c | |
parent | dcf414d638254dd6201e3adc74b535b060894d53 (diff) |
OMAP2 EAC module.
Not yet hooked up to any CODEC.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4886 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/nseries.c')
-rw-r--r-- | hw/nseries.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hw/nseries.c b/hw/nseries.c index 725554d44a..5e9d8f7975 100644 --- a/hw/nseries.c +++ b/hw/nseries.c @@ -57,7 +57,7 @@ struct n800_s { #define N800_MMC2_WP_GPIO 8 #define N800_UNKNOWN_GPIO0 9 /* out */ #define N810_MMC2_VIOSD_GPIO 9 -#define N800_UNKNOWN_GPIO1 10 /* out */ +#define N810_HEADSET_AMP_GPIO 10 #define N800_CAM_TURN_GPIO 12 #define N810_GPS_RESET_GPIO 12 #define N800_BLIZZARD_POWERDOWN_GPIO 15 @@ -82,7 +82,7 @@ struct n800_s { #define N8X0_MMC_CS_GPIO 96 #define N8X0_WLAN_PWR_GPIO 97 #define N8X0_BT_HOST_WKUP_GPIO 98 -#define N800_UNKNOWN_GPIO3 101 /* out */ +#define N810_SPEAKER_AMP_GPIO 101 #define N810_KB_LOCK_GPIO 102 #define N800_TSC_TS_GPIO 103 #define N810_TSC_TS_GPIO 106 @@ -96,6 +96,7 @@ struct n800_s { #define N800_UNKNOWN_GPIO4 112 /* out */ #define N810_SLEEPX_LED_GPIO 112 #define N800_TSC_RESET_GPIO 118 /* ? */ +#define N810_AIC33_RESET_GPIO 118 #define N800_TSC_UNKNOWN_GPIO 119 /* out */ #define N8X0_TMP105_GPIO 125 |