From b0f4e00f52f7f6bac40314e2623c6dcaceb4b631 Mon Sep 17 00:00:00 2001 From: Amit Kucheria Date: Fri, 24 Aug 2018 01:38:08 +0530 Subject: [PATCH] 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 --- boards/arrow,apq8096-db820c | 2 +- boards/qcom,apq8016-sbc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/arrow,apq8096-db820c b/boards/arrow,apq8096-db820c index 4a7b4cc..019972d 100755 --- a/boards/arrow,apq8096-db820c +++ b/boards/arrow,apq8096-db820c @@ -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 diff --git a/boards/qcom,apq8016-sbc b/boards/qcom,apq8016-sbc index 8f70f3f..9e922c9 100755 --- a/boards/qcom,apq8016-sbc +++ b/boards/qcom,apq8016-sbc @@ -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