diff options
author | Ravi Kumar Bokka <rbokka@codeaurora.org> | 2021-07-27 21:02:54 +0530 |
---|---|---|
committer | Shelley Chen <shchen@google.com> | 2021-09-16 06:06:11 +0000 |
commit | 34960d472b874291e788c3f3f687cdd568337c74 (patch) | |
tree | 744aeaf8bc62c023a1970d58a803ac42fa31cf0b /src/soc/qualcomm/sc7180/qupv3_uart.c | |
parent | 34ac8c614d89e11c291fdb16728f25b454ee952a (diff) |
soc/qualcomm/common/qup: Add support for QUP common driver
copy existing QUP driver from /soc/qualcomm/sc7180 to common folder.
This QUP common driver provide QUP configurations, GPI and SE
firmware loading and initializations.
BUG=b:182963902
TEST=Validated on qualcomm sc7180 and sc7280 development board.
Signed-off-by: Rajesh Patil <rajpat@codeaurora.org>
Change-Id: I95a0fcf97b3b3a6ed26e62b3084feb4a2369cdc9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55951
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Shelley Chen <shchen@google.com>
Diffstat (limited to 'src/soc/qualcomm/sc7180/qupv3_uart.c')
-rw-r--r-- | src/soc/qualcomm/sc7180/qupv3_uart.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/qualcomm/sc7180/qupv3_uart.c b/src/soc/qualcomm/sc7180/qupv3_uart.c index 45d3d02d58..862c950cfb 100644 --- a/src/soc/qualcomm/sc7180/qupv3_uart.c +++ b/src/soc/qualcomm/sc7180/qupv3_uart.c @@ -5,7 +5,8 @@ #include <console/uart.h> #include <soc/clock.h> #include <soc/qcom_qup_se.h> -#include <soc/qupv3_config.h> +#include <soc/qupv3_config_common.h> +#include <soc/qup_se_handlers_common.h> #include <types.h> /* COMMON STATUS/CONFIGURATION REGISTERS AND MASKS */ |