mirror of
https://github.com/linux-msm/bootrr.git
synced 2026-02-25 13:12:03 -08:00
boards: standardize string printed for tsens tests
Different boards were using slighly different string names. Fix it and make it easier to search. Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
2a0a7ab0c7
commit
5e93ad9f8a
@@ -141,8 +141,8 @@ 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.*
|
||||
assert_driver_present thermal-driver-tsens-present qcom-tsens
|
||||
assert_device_present thermal-device-tsens0-probed qcom-tsens 4a8000.*
|
||||
# 4 thermal zones: cpu x 4
|
||||
for num in `seq 0 4`
|
||||
do
|
||||
|
||||
@@ -149,8 +149,8 @@ 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.*
|
||||
assert_driver_present thermal-driver-tsens-present qcom-tsens
|
||||
assert_device_present thermal-device-tsens0-probed qcom-tsens 4a8000.*
|
||||
# 4 thermal zones: cpu x 2, gpu, camera
|
||||
for num in `seq 0 3`
|
||||
do
|
||||
|
||||
@@ -182,9 +182,9 @@ assert_device_present pmic-temp-alarm-pm8005-probed spmi-temp-alarm *pmic@4:*@24
|
||||
# SPM
|
||||
|
||||
# Tsens
|
||||
assert_driver_present tsens-driver-present qcom-tsens
|
||||
assert_device_present tsens0-device-probed qcom-tsens 10aa000.*
|
||||
assert_device_present tsens1-device-probed qcom-tsens 10ad000.*
|
||||
assert_driver_present thermal-driver-tsens-present qcom-tsens
|
||||
assert_device_present thermal-device-tsens0-probed qcom-tsens 10aa000.*
|
||||
assert_device_present thermal-device-tsens1-probed qcom-tsens 10ad000.*
|
||||
|
||||
# ADSP PIL
|
||||
|
||||
|
||||
@@ -132,9 +132,9 @@ assert_device_present spmi-pmic-arb-device-probed spmi_pmic_arb c440000.*
|
||||
# SPM
|
||||
|
||||
# Tsens
|
||||
assert_driver_present tsens-driver-present qcom-tsens
|
||||
assert_device_present tsens0-device-probed qcom-tsens c263000.*
|
||||
assert_device_present tsens1-device-probed qcom-tsens c265000.*
|
||||
assert_driver_present thermal-driver-tsens-present qcom-tsens
|
||||
assert_device_present thermal-device-tsens0-probed qcom-tsens c263000.*
|
||||
assert_device_present thermal-device-tsens1-probed qcom-tsens c265000.*
|
||||
# 8 thermal zones: cpu x 8
|
||||
for num in `seq 0 7`
|
||||
do
|
||||
|
||||
@@ -188,8 +188,8 @@ echo Current-limit:
|
||||
echo MPM:
|
||||
echo SPM:
|
||||
echo Tsens:
|
||||
assert_driver_present tsens-driver-present qcom-tsens
|
||||
assert_device_present tsens-device-probed qcom-tsens fc4a8000.*
|
||||
assert_driver_present thermal-driver-tsens-present qcom-tsens
|
||||
assert_device_present thermal-device-tsens0-probed qcom-tsens fc4a8000.*
|
||||
|
||||
echo Remoteproc:
|
||||
echo ADSP PIL:
|
||||
|
||||
Reference in New Issue
Block a user