diff mbox series

arm64: dts: qcom: msm8916: Fix tsens_mode unit address

Message ID 20230308123617.101211-1-stephan.gerhold@kernkonzept.com
State Accepted
Commit 608465f798bb3eaf6773a49b893902860858e294
Headers show
Series arm64: dts: qcom: msm8916: Fix tsens_mode unit address | expand

Commit Message

Stephan Gerhold March 8, 2023, 12:36 p.m. UTC
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: 24aafd041fb2 ("arm64: dts: qcom: msm8916: specify per-sensor calibration cells")
Signed-off-by: Stephan Gerhold <stephan.gerhold@kernkonzept.com>
---
 arch/arm64/boot/dts/qcom/msm8916.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Konrad Dybcio March 8, 2023, 12:39 p.m. UTC | #1
On 8.03.2023 13:36, Stephan Gerhold wrote:
> 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: 24aafd041fb2 ("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>

Konrad
>  arch/arm64/boot/dts/qcom/msm8916.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
> index 0733c2f4f379..0d5283805f42 100644
> --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
> @@ -503,7 +503,7 @@ tsens_base2: base2@d7 {
>  				bits = <1 7>;
>  			};
>  
> -			tsens_mode: mode@ec {
> +			tsens_mode: mode@ef {
>  				reg = <0xef 0x1>;
>  				bits = <5 3>;
>  			};
Bjorn Andersson March 16, 2023, 3:21 a.m. UTC | #2
On Wed, 8 Mar 2023 13:36:17 +0100, Stephan Gerhold wrote:
> 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.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: msm8916: Fix tsens_mode unit address
      commit: 608465f798bb3eaf6773a49b893902860858e294

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 0733c2f4f379..0d5283805f42 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -503,7 +503,7 @@  tsens_base2: base2@d7 {
 				bits = <1 7>;
 			};
 
-			tsens_mode: mode@ec {
+			tsens_mode: mode@ef {
 				reg = <0xef 0x1>;
 				bits = <5 3>;
 			};