Merge "ARM: dts: msm: Update slave address for smb1500 for tuna qrd"

This commit is contained in:
QCTECMDR Service
2024-12-16 22:21:32 -08:00
committed by Gerrit - the friendly Code Review server
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";
};
};