ARM: dts: msm: Update slave address of smb1393 for Kera qrd
Update the slave address for slave charger debug support. As well as update the slave address for glink adc channels to fix reading I/O errors. Change-Id: If1a0725aeeb1a67d7a19a3a5629ca2be44ff674c Signed-off-by: Tingguo Cheng <quic_tingguoc@quicinc.com>
This commit is contained in:
@@ -80,9 +80,9 @@
|
|||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
qcom,bus-type = "i2c";
|
qcom,bus-type = "i2c";
|
||||||
|
|
||||||
qcom,smb1393@34 {
|
qcom,smb1393@35 {
|
||||||
compatible = "qcom,i2c-pmic";
|
compatible = "qcom,i2c-pmic";
|
||||||
reg = <0x34>;
|
reg = <0x35>;
|
||||||
qcom,can-sleep;
|
qcom,can-sleep;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -92,17 +92,17 @@
|
|||||||
status = "ok";
|
status = "ok";
|
||||||
|
|
||||||
smb1393_1_iin {
|
smb1393_1_iin {
|
||||||
reg = <0x1053401>;
|
reg = <0x1053501>;
|
||||||
label = "smb1393_1_iin";
|
label = "smb1393_1_iin";
|
||||||
};
|
};
|
||||||
|
|
||||||
smb1393_1_ichg {
|
smb1393_1_ichg {
|
||||||
reg = <0x1053402>;
|
reg = <0x1053502>;
|
||||||
label = "smb1393_1_ichg";
|
label = "smb1393_1_ichg";
|
||||||
};
|
};
|
||||||
|
|
||||||
smb1393_1_die_temp {
|
smb1393_1_die_temp {
|
||||||
reg = <0x1053403>;
|
reg = <0x1053503>;
|
||||||
label = "smb1393_1_die_temp";
|
label = "smb1393_1_die_temp";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user