From 1d89ea2f090b41ac034727052c2431d057d3c8d3 Mon Sep 17 00:00:00 2001 From: Kavya Nunna Date: Mon, 16 Dec 2024 14:20:25 +0530 Subject: [PATCH] ARM: dts: msm: Update slave address for smb1500 for tuna qrd Update the slave address for slave charger debug support. While at it, replace the pmr735b with pmr735d for the correct pmic configuration for tuna/kera platforms. Change-Id: Ia03e24763a3fa8611719e8243b473f6c8507a29a Signed-off-by: Kavya Nunna --- qcom/tuna-pmic-overlay.dtsi | 2 +- qcom/tuna-pmih010x.dtsi | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/qcom/tuna-pmic-overlay.dtsi b/qcom/tuna-pmic-overlay.dtsi index f81e83c8..a934e553 100644 --- a/qcom/tuna-pmic-overlay.dtsi +++ b/qcom/tuna-pmic-overlay.dtsi @@ -9,7 +9,7 @@ #include "pmk8550.dtsi" #include "pmxr2230.dtsi" #include "pm8550vs.dtsi" -#include "pmr735b.dtsi" +#include "pmr735d.dtsi" #include "pm8550ve.dtsi" #include "pm8010.dtsi" diff --git a/qcom/tuna-pmih010x.dtsi b/qcom/tuna-pmih010x.dtsi index 53203c9b..ea2d7842 100644 --- a/qcom/tuna-pmih010x.dtsi +++ b/qcom/tuna-pmih010x.dtsi @@ -26,9 +26,9 @@ #size-cells = <0>; qcom,bus-type = "i2c"; - qcom,smb1500@69 { + qcom,smb1500@68 { compatible = "qcom,i2c-pmic"; - reg = <0x69>; + reg = <0x68>; qcom,can-sleep; }; }; @@ -48,18 +48,18 @@ status = "ok"; smb1500_1_iin { - reg = <0x1066901>; - label = "smb1393_1_iin"; + reg = <0x1066801>; + label = "smb1500_1_iin"; }; smb1500_1_ichg { - reg = <0x1066902>; - label = "smb1393_1_ichg"; + reg = <0x1066802>; + label = "smb1500_1_ichg"; }; smb1500_1_die_temp { - reg = <0x1066903>; - label = "smb1393_1_die_temp"; + reg = <0x1066803>; + label = "smb1500_1_die_temp"; }; };