boards: db410c/db820c: Fix addresses

The DT changes for SROT/TM register split in kernel caused changes in
the unit address for tsens. Make corresponding changes to bootrr.

Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
This commit is contained in:
Amit Kucheria
2018-08-24 01:38:08 +05:30
committed by Bjorn Andersson
parent 5e93ad9f8a
commit b0f4e00f52
2 changed files with 2 additions and 2 deletions

View File

@@ -142,7 +142,7 @@ assert_device_present ufs-phy-phy1-probed ufs_qcom_phy_qmp_14nm 627000.*
# TSENS
assert_driver_present thermal-driver-tsens-present qcom-tsens
assert_device_present thermal-device-tsens0-probed qcom-tsens 4a8000.*
assert_device_present thermal-device-tsens0-probed qcom-tsens 4a9000.*
# 4 thermal zones: cpu x 4
for num in `seq 0 4`
do

View File

@@ -150,7 +150,7 @@ assert_device_present wcnss-rproc-device-probed qcom-wcnss-pil a204000.*
# TSENS
assert_driver_present thermal-driver-tsens-present qcom-tsens
assert_device_present thermal-device-tsens0-probed qcom-tsens 4a8000.*
assert_device_present thermal-device-tsens0-probed qcom-tsens 4a9000.*
# 4 thermal zones: cpu x 2, gpu, camera
for num in `seq 0 3`
do