mirror of
https://github.com/linux-msm/bootrr.git
synced 2026-02-25 13:12:03 -08:00
msm8998: Add test for boot-to-console msm8998 mtp
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
18
boards/qcom,msm8998-mtp
Executable file
18
boards/qcom,msm8998-mtp
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
|
||||
# APCS
|
||||
assert_driver_present apcs-ipc-driver-present qcom_apcs_ipc
|
||||
|
||||
# GCC
|
||||
assert_driver_present gcc-driver-present gcc-msm8998
|
||||
assert_device_present gcc-device-probed gcc-msm8998 100000.*
|
||||
|
||||
# Serial
|
||||
assert_driver_present msm_serial-driver-present msm_serial
|
||||
assert_device_present msm_serial-uart8-probed msm_serial c1b0000.*
|
||||
|
||||
# SPMI PMIC arb
|
||||
assert_driver_present spmi-pmic-arb-driver-present spmi_pmic_arb
|
||||
assert_device_present spmi-pmic-arb-device-probed spmi_pmic_arb 800f000*
|
||||
|
||||
#echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Reference in New Issue
Block a user