diff options
author | Rajesh Patil <rajpat@codeaurora.org> | 2021-06-16 14:11:15 +0530 |
---|---|---|
committer | Shelley Chen <shchen@google.com> | 2021-09-21 19:39:03 +0000 |
commit | 7028c0ec4aadfd436d87faf76540ace0d16a2925 (patch) | |
tree | abdb9b168d6dffed2104141dc9d1756736a330d8 /src | |
parent | 555c2d67a4e70146286c319cf182c6ee4f92ad2e (diff) |
sc7280: Enable I2C driver
BUG=b:182963902
TEST=Validated on qualcomm sc7280 developement board
Signed-off-by: Rajesh Patil <rajpat@codeaurora.org>
Change-Id: I58c2b79ea2feeab0ad4c2b7cdaa041984160a7ae
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55961
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Shelley Chen <shchen@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/qualcomm/sc7280/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/qualcomm/sc7280/Makefile.inc b/src/soc/qualcomm/sc7280/Makefile.inc index 13d92fda28..ddb64ee8d7 100644 --- a/src/soc/qualcomm/sc7280/Makefile.inc +++ b/src/soc/qualcomm/sc7280/Makefile.inc @@ -9,6 +9,7 @@ all-$(CONFIG_SC7280_QSPI) += ../common/qspi.c all-y += ../common/qupv3_config.c all-y += qcom_qup_se.c all-y += ../common/qup_se_handler.c +all-y += ../common/qupv3_i2c.c ################################################################################ bootblock-y += bootblock.c |