mirror of
https://github.com/linux-msm/bootrr.git
synced 2026-02-25 13:12:03 -08:00
boards: add tests for tsens for DB410c and DB820c
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
6656f9cfc5
commit
169a417421
@@ -141,3 +141,7 @@ assert_device_present ufs-hcd-device-probed ufshcd-qcom 624000.*
|
||||
#UFS PHY
|
||||
assert_driver_present ufs-phy-driver-present ufs_qcom_phy_qmp_14nm
|
||||
assert_device_present ufs-phy-phy1-probed ufs_qcom_phy_qmp_14nm 627000.*
|
||||
|
||||
# TSENS
|
||||
assert_driver_present qcom-tsens-driver-present qcom-tsens
|
||||
assert_device_present qcom-tsens0-device-probed qcom-tsens 4a8000.*
|
||||
|
||||
@@ -144,6 +144,10 @@ assert_device_present mpss-rproc-device-probed qcom-q6v5-pil 4080000.*
|
||||
assert_driver_present wcnss-rproc-driver-present qcom-wcnss-pil
|
||||
assert_device_present wcnss-rproc-device-probed qcom-wcnss-pil a204000.*
|
||||
|
||||
# TSENS
|
||||
assert_driver_present qcom-tsens-driver-present qcom-tsens
|
||||
assert_device_present qcom-tsens0-device-probed qcom-tsens 4a8000.*
|
||||
|
||||
for round in `seq 3`
|
||||
do
|
||||
rproc-start wcnss-rproc-start-$round a204000.*
|
||||
|
||||
Reference in New Issue
Block a user