mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-29 18:11:05 +00:00
spring: enable USB boost charger by default
Needed for easy power on until we have the full USB charge state machine. note: the GPIO name ILIM_1500 is somewhat misleading, it is connected to the enable pin of the TPS43060 Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BUG=chrome-os-partner:14319 TEST=manual : plug the board and press servo power button, see the AP rails coming up. Change-Id: I93421d1581065bcc1e7be07086e74d11d1e1ec56 Reviewed-on: https://gerrit.chromium.org/gerrit/35271 Commit-Ready: Vincent Palatin <vpalatin@chromium.org> Tested-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
@@ -93,7 +93,7 @@ const struct gpio_info gpio_list[GPIO_COUNT] = {
|
||||
{"KB_OUT10", GPIO_C, (1<<5), GPIO_KB_OUTPUT, NULL},
|
||||
{"KB_OUT11", GPIO_C, (1<<6), GPIO_KB_OUTPUT, NULL},
|
||||
{"KB_OUT12", GPIO_C, (1<<7), GPIO_KB_OUTPUT, NULL},
|
||||
{"ILIM_1500", GPIO_B, (1<<3), GPIO_OUT_LOW, NULL},
|
||||
{"ILIM_1500", GPIO_B, (1<<3), GPIO_OUT_HIGH, NULL},
|
||||
{"ILIM_500", GPIO_B, (1<<4), GPIO_OUT_LOW, NULL},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user