summaryrefslogtreecommitdiff
path: root/board/adlrvpp_npcx/board.c
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2021-04-21 15:49:51 -0700
committerCommit Bot <commit-bot@chromium.org>2021-04-23 05:42:38 +0000
commite1297cb9e7418c341049ff7918849c08ccbda953 (patch)
treea38f23fe9a92f9eafd3b695550dfa79941a1d2a0 /board/adlrvpp_npcx/board.c
parenta4e38fe2152b56a178a77c4ff8b89ba5f85e027b (diff)
downloadchrome-ec-e1297cb9e7418c341049ff7918849c08ccbda953.tar.gz
adlrvp: Use PCA9675 I/O expander driver structure
Updated the code use PCA9675 I/O expander's standard driver structure. BUG=b:169814014 BRANCH=none TEST=ADLRVP can configure retimer & CCD works Change-Id: I61eef08214a64382338321f4a2dae9f7cfd980da Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2845014 Reviewed-by: caveh jalali <caveh@chromium.org>
Diffstat (limited to 'board/adlrvpp_npcx/board.c')
-rw-r--r--board/adlrvpp_npcx/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/adlrvpp_npcx/board.c b/board/adlrvpp_npcx/board.c
index 075bbe0d83..d4221696f1 100644
--- a/board/adlrvpp_npcx/board.c
+++ b/board/adlrvpp_npcx/board.c
@@ -7,6 +7,7 @@
#include "button.h"
#include "fusb302.h"
#include "lid_switch.h"
+#include "pca9675.h"
#include "power.h"
#include "power_button.h"
#include "switch.h"