mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-30 18:41:11 +00:00
All other chips rely on gpio_enable_interrupt to enable interrupts. They aren't enabled by default. This changes chip/g to match that. If chip/g boards have interrupts, they also enable them in the init_interrupts function in board.c. Nothing needs to be added to enable interrupts. BUG=b:35587228 BRANCH=cr50 TEST=use 'gpiocfg' to verify the setup hasn't changed. Change-Id: I1e975999e0174b9dcbbe63c09c6110dc4161f8ff Reviewed-on: https://chromium-review.googlesource.com/530006 Commit-Ready: Mary Ruthven <mruthven@chromium.org> Tested-by: Mary Ruthven <mruthven@chromium.org> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>