mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 16:21:45 -04:00
ARM: dts: qcom: apq8084: correct thermal sensor unit-address
Match unit-address to reg entry to fix dtbs W=1 warnings: Warning (simple_bus_reg): /soc/thermal-sensor@fc4a8000: simple-bus unit address format error, expected "fc4a9000" Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230420075053.41976-10-krzysztof.kozlowski@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
26fe8ec355
commit
05e916f1db
@@ -506,7 +506,7 @@ tsens_s4_p2_backup: s4-p2_backup@44e {
|
||||
};
|
||||
};
|
||||
|
||||
tsens: thermal-sensor@fc4a8000 {
|
||||
tsens: thermal-sensor@fc4a9000 {
|
||||
compatible = "qcom,msm8974-tsens", "qcom,tsens-v0_1";
|
||||
reg = <0xfc4a9000 0x1000>, /* TM */
|
||||
<0xfc4a8000 0x1000>; /* SROT */
|
||||
|
||||
Reference in New Issue
Block a user