@@ -61,21 +61,21 @@ static const MemoryRegionOps static_ops = {
61
61
/* Palm Tunsgten|E support */
62
62
63
63
/* Shared GPIOs */
64
- #define PALMTE_USBDETECT_GPIO 0
65
- #define PALMTE_USB_OR_DC_GPIO 1
66
- #define PALMTE_TSC_GPIO 4
67
- #define PALMTE_PINTDAV_GPIO 6
68
- #define PALMTE_MMC_WP_GPIO 8
69
- #define PALMTE_MMC_POWER_GPIO 9
70
- #define PALMTE_HDQ_GPIO 11
71
- #define PALMTE_HEADPHONES_GPIO 14
72
- #define PALMTE_SPEAKER_GPIO 15
64
+ #define PALMTE_USBDETECT_GPIO 0
65
+ #define PALMTE_USB_OR_DC_GPIO 1
66
+ #define PALMTE_TSC_GPIO 4
67
+ #define PALMTE_PINTDAV_GPIO 6
68
+ #define PALMTE_MMC_WP_GPIO 8
69
+ #define PALMTE_MMC_POWER_GPIO 9
70
+ #define PALMTE_HDQ_GPIO 11
71
+ #define PALMTE_HEADPHONES_GPIO 14
72
+ #define PALMTE_SPEAKER_GPIO 15
73
73
/* MPU private GPIOs */
74
- #define PALMTE_DC_GPIO 2
75
- #define PALMTE_MMC_SWITCH_GPIO 4
76
- #define PALMTE_MMC1_GPIO 6
77
- #define PALMTE_MMC2_GPIO 7
78
- #define PALMTE_MMC3_GPIO 11
74
+ #define PALMTE_DC_GPIO 2
75
+ #define PALMTE_MMC_SWITCH_GPIO 4
76
+ #define PALMTE_MMC1_GPIO 6
77
+ #define PALMTE_MMC2_GPIO 7
78
+ #define PALMTE_MMC3_GPIO 11
79
79
80
80
static MouseTransformInfo palmte_pointercal = {
81
81
.x = 320 ,
@@ -100,17 +100,17 @@ static struct {
100
100
int column ;
101
101
} palmte_keymap [0x80 ] = {
102
102
[0 ... 0x7f ] = { -1 , -1 },
103
- [0x3b ] = { 0 , 0 }, /* F1 -> Calendar */
104
- [0x3c ] = { 1 , 0 }, /* F2 -> Contacts */
105
- [0x3d ] = { 2 , 0 }, /* F3 -> Tasks List */
106
- [0x3e ] = { 3 , 0 }, /* F4 -> Note Pad */
107
- [0x01 ] = { 4 , 0 }, /* Esc -> Power */
108
- [0x4b ] = { 0 , 1 }, /* Left */
109
- [0x50 ] = { 1 , 1 }, /* Down */
110
- [0x48 ] = { 2 , 1 }, /* Up */
111
- [0x4d ] = { 3 , 1 }, /* Right */
112
- [0x4c ] = { 4 , 1 }, /* Centre */
113
- [0x39 ] = { 4 , 1 }, /* Spc -> Centre */
103
+ [0x3b ] = { 0 , 0 }, /* F1 -> Calendar */
104
+ [0x3c ] = { 1 , 0 }, /* F2 -> Contacts */
105
+ [0x3d ] = { 2 , 0 }, /* F3 -> Tasks List */
106
+ [0x3e ] = { 3 , 0 }, /* F4 -> Note Pad */
107
+ [0x01 ] = { 4 , 0 }, /* Esc -> Power */
108
+ [0x4b ] = { 0 , 1 }, /* Left */
109
+ [0x50 ] = { 1 , 1 }, /* Down */
110
+ [0x48 ] = { 2 , 1 }, /* Up */
111
+ [0x4d ] = { 3 , 1 }, /* Right */
112
+ [0x4c ] = { 4 , 1 }, /* Centre */
113
+ [0x39 ] = { 4 , 1 }, /* Spc -> Centre */
114
114
};
115
115
116
116
static void palmte_button_event (void * opaque , int keycode )
@@ -161,13 +161,13 @@ static void palmte_gpio_setup(struct omap_mpu_state_s *cpu)
161
161
[PALMTE_MMC_SWITCH_GPIO ]));
162
162
163
163
misc_gpio = qemu_allocate_irqs (palmte_onoff_gpios , cpu , 7 );
164
- qdev_connect_gpio_out (cpu -> gpio , PALMTE_MMC_POWER_GPIO , misc_gpio [0 ]);
165
- qdev_connect_gpio_out (cpu -> gpio , PALMTE_SPEAKER_GPIO , misc_gpio [1 ]);
166
- qdev_connect_gpio_out (cpu -> gpio , 11 , misc_gpio [2 ]);
167
- qdev_connect_gpio_out (cpu -> gpio , 12 , misc_gpio [3 ]);
168
- qdev_connect_gpio_out (cpu -> gpio , 13 , misc_gpio [4 ]);
169
- omap_mpuio_out_set (cpu -> mpuio , 1 , misc_gpio [5 ]);
170
- omap_mpuio_out_set (cpu -> mpuio , 3 , misc_gpio [6 ]);
164
+ qdev_connect_gpio_out (cpu -> gpio , PALMTE_MMC_POWER_GPIO , misc_gpio [0 ]);
165
+ qdev_connect_gpio_out (cpu -> gpio , PALMTE_SPEAKER_GPIO , misc_gpio [1 ]);
166
+ qdev_connect_gpio_out (cpu -> gpio , 11 , misc_gpio [2 ]);
167
+ qdev_connect_gpio_out (cpu -> gpio , 12 , misc_gpio [3 ]);
168
+ qdev_connect_gpio_out (cpu -> gpio , 13 , misc_gpio [4 ]);
169
+ omap_mpuio_out_set (cpu -> mpuio , 1 , misc_gpio [5 ]);
170
+ omap_mpuio_out_set (cpu -> mpuio , 3 , misc_gpio [6 ]);
171
171
172
172
/* Reset some inputs to initial state. */
173
173
qemu_irq_lower (qdev_get_gpio_in (cpu -> gpio , PALMTE_USBDETECT_GPIO ));
0 commit comments