From 6e3cca09b86a8f8f6881563071e067f0440f99a6 Mon Sep 17 00:00:00 2001 From: Wai-Hong Tam Date: Wed, 12 May 2021 12:17:43 -0700 Subject: qcom: Generalize the filenames for Qualcomm chipsets The existing SC7180 power sequence can be reused on its next generation. Generalize the filenames, sc7180.c/sc7180.h to qcom.c/qcom.h. BRANCH=None BUG=b:187980397 TEST=Built all the Chromium EC images and Zephyr EC images. Change-Id: Ie04218ef0a12a4e8aa2db353040c5c39c533ae6f Signed-off-by: Wai-Hong Tam Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2893484 Reviewed-by: Daisuke Nojiri Reviewed-by: Alexandru M Stan --- board/coachz/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/coachz') diff --git a/board/coachz/board.c b/board/coachz/board.c index e5fcc6404b..0cae0659b6 100644 --- a/board/coachz/board.c +++ b/board/coachz/board.c @@ -23,7 +23,7 @@ #include "peripheral_charger.h" #include "pi3usb9201.h" #include "power.h" -#include "power/sc7180.h" +#include "power/qcom.h" #include "power_button.h" #include "pwm.h" #include "pwm_chip.h" -- cgit v1.2.1