summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorTing Shen <phoenixshen@google.com>2022-09-28 18:09:40 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-10-03 05:20:21 +0000
commit70c8f75292bb0118d1ec637f1252f69507bac4a7 (patch)
tree645d47b1ce3634431cd2b342933ec46ba48ce2a2 /driver
parentfaf3ad4710078a5e2a635ff35cc182ee666f8938 (diff)
downloadchrome-ec-70c8f75292bb0118d1ec637f1252f69507bac4a7.tar.gz
rt1739: add interrupt callback in rt1739 ppc driver
BUG=none TEST=manually tested on tentacruel BRANCH=none LOW_COVERAGE_REASON=test implemented in CL:3928388 Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: If92270e142cd524d2a0ce80dda75074e59742514 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3928387 Tested-by: Ting Shen <phoenixshen@chromium.org> Tested-by: Jeffrey Lin <jeffrey_lin@pegatron.corp-partner.google.com> Commit-Queue: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Eric Yilun Lin <yllin@google.com> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com>
Diffstat (limited to 'driver')
-rw-r--r--driver/ppc/rt1739.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/ppc/rt1739.c b/driver/ppc/rt1739.c
index d89599a7ae..6a6e718c0c 100644
--- a/driver/ppc/rt1739.c
+++ b/driver/ppc/rt1739.c
@@ -435,6 +435,7 @@ const struct ppc_drv rt1739_ppc_drv = {
#ifdef CONFIG_USB_PD_FRS_PPC
.set_frs_enable = &rt1739_set_frs_enable,
#endif
+ .interrupt = &rt1739_interrupt,
};
const struct bc12_drv rt1739_bc12_drv = {