Create a SoC file for Qualcomm sm8150 part since there
can be multiple boards which use the same SoC, for example
sm8150-mtp and sa8155p-adp boards.
The respective board files will include this soc file instead.
Via this patch make sure that sm8150-mtp board file includes
the qcom,soc-sm8150 file.
Subsequent patch will implement a similar mechanism for the
sa8155p-adp board.
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Add helper files to check if cpufreq and cpuidle are enabled. Also
add the test support for db845c.
Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org>
Linux and Android bootloaders differs in set of partitions rootfs vs
system/userdata respectively. Both has boot partition.
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
This test covers check for WCD and HDMI audio driver/devices and check
/proc/asound to ensure soundcard has devices attached.
Common assert_soundcard_present is implemented to check /proc/asound for
soundcards a devices associated with it. In this case 2 Playbacks and 1
Capture device.
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
Instead of reporting each thermal zone independently, test them all in
batch mode, and report one test case. When looking at the lists of
test results we will now have the same tests name for any platform
instead of a different number of tests executed for each of them.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Only first PCIe host is probed, other two hosts will fail probing with
ETIMEDOUT. Disable testing for corresponding devices.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Disable CPR until it's landed, fix PRNG driver name, don't try to mount
the firmware partition and boot the wcnss as part of the basic test
suite.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Typical use of assert_device_present is to first assert_driver_present
and then check for the individual devices. Let the driver check fail and
report any of the device tests as blocked if the driver is not present.
This makes it clearer in the output that a device test failed due to the
lack of the driver, rather than some other aspect.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Add GENI wrapper test cases, add i2c11 test, reorder uart tests and add
uart3 (disabled for now to match dts), disable the GEN3 PCI tests as
there's nothing attached and fix remoteproc test case names.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Add test for GENI wrapper, disable PCIe tests as there's nothing
attached on the test device and fix the name of the remoteproc tests.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>