| .. | .. |
|---|
| 7 | 7 | unsigned int vcc_3_3v_io; |
|---|
| 8 | 8 | unsigned int vcc_12v_io; |
|---|
| 9 | 9 | unsigned int usb_5v_gpio; |
|---|
| 10 | | - //unsigned int hub_5V_rest_gpio; |
|---|
| 11 | | - //unsigned int hub_5V_gpio; |
|---|
| 10 | + unsigned int wifi_power_en_gpio; |
|---|
| 11 | + unsigned int hp_en_gpio; |
|---|
| 12 | 12 | unsigned int led_gpio; |
|---|
| 13 | 13 | unsigned int mic_switch_gpio; |
|---|
| 14 | 14 | unsigned int audio_switch_gpio; |
|---|
| .. | .. |
|---|
| 27 | 27 | unsigned int hub_host3_5v_gpio; |
|---|
| 28 | 28 | unsigned int edp_power_supply_gpio; |
|---|
| 29 | 29 | unsigned int edp_enable_gpio; |
|---|
| 30 | | - unsigned int tp_enable; |
|---|
| 31 | | - unsigned int vddio_mipi; |
|---|
| 30 | + unsigned int spk_out_gpio; |
|---|
| 31 | + unsigned int pcie_power_en_gpio; |
|---|
| 32 | 32 | // unsigned int tp_reset; |
|---|
| 33 | 33 | }; |
|---|
| 34 | 34 | |
|---|