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/mainboard/google/trogdor | |
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/mainboard/google/trogdor')
-rw-r--r-- | src/mainboard/google/trogdor/mainboard.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/trogdor/mainboard.c b/src/mainboard/google/trogdor/mainboard.c index c99f1c5ae1..5d4f9a4685 100644 --- a/src/mainboard/google/trogdor/mainboard.c +++ b/src/mainboard/google/trogdor/mainboard.c @@ -12,7 +12,8 @@ #include <framebuffer_info.h> #include <soc/display/mipi_dsi.h> #include <soc/display/mdssreg.h> -#include <soc/qupv3_config.h> +#include <soc/qupv3_config_common.h> +#include <soc/qup_se_handlers_common.h> #include <soc/qupv3_i2c.h> #include <soc/usb.h> #include <types.h> |