Skip to content

Commit

Permalink
arm64: dts: qcom: msm8916: Fix tsens_mode unit address
Browse files Browse the repository at this point in the history
[ Upstream commit 608465f ]

The reg address of the tsens_mode nvmem cell is correct but the unit
address does not match (0xec vs 0xef). Fix it. No functional change.

Fixes: 24aafd0 ("arm64: dts: qcom: msm8916: specify per-sensor calibration cells")
Signed-off-by: Stephan Gerhold <stephan.gerhold@kernkonzept.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230308123617.101211-1-stephan.gerhold@kernkonzept.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
stephan-gh authored and gregkh committed May 11, 2023
1 parent b9ccf0f commit e004739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/msm8916.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
bits = <1 7>;
};

tsens_mode: mode@ec {
tsens_mode: mode@ef {
reg = <0xef 0x1>;
bits = <5 3>;
};
Expand Down

0 comments on commit e004739

Please sign in to comment.