mirror of
https://github.com/linux-msm/bootrr.git
synced 2026-02-25 13:12:03 -08:00
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:
committed by
Bjorn Andersson
parent
5e93ad9f8a
commit
b0f4e00f52
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user