msm8998: Add test for boot-to-console msm8998 mtp

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
Bjorn Andersson
2018-03-21 18:21:43 +08:00
parent 365a5ee5fe
commit 2ba0163958

18
boards/qcom,msm8998-mtp Executable file
View 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~