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 <quic_knunna@quicinc.com>
This commit is contained in:
Kavya Nunna
2024-12-16 14:20:25 +05:30
parent d89207245e
commit 1d89ea2f09
2 changed files with 9 additions and 9 deletions

View File

@@ -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"

View File

@@ -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";
};
};