Merge "ARM: dts: qcom: add primary SPMI debug bus for Sun boards"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
fb52675156
@@ -29,6 +29,67 @@
|
||||
};
|
||||
};
|
||||
|
||||
&pmic_glink_adc {
|
||||
status = "ok";
|
||||
|
||||
smb1501_1_iin {
|
||||
reg = <0x1066801>;
|
||||
label = "smb1501_1_iin";
|
||||
};
|
||||
|
||||
smb1501_1_ichg {
|
||||
reg = <0x1066802>;
|
||||
label = "smb1501_1_ichg";
|
||||
};
|
||||
|
||||
smb1501_1_die_temp {
|
||||
reg = <0x1066803>;
|
||||
label = "smb1501_1_die_temp";
|
||||
};
|
||||
|
||||
smb1501_2_iin {
|
||||
reg = <0x1066901>;
|
||||
label = "smb1501_2_iin";
|
||||
};
|
||||
|
||||
smb1501_2_ichg {
|
||||
reg = <0x1066902>;
|
||||
label = "smb1501_2_ichg";
|
||||
};
|
||||
|
||||
smb1501_2_die_temp {
|
||||
reg = <0x1066903>;
|
||||
label = "smb1501_2_die_temp";
|
||||
};
|
||||
};
|
||||
|
||||
&pmic_glink_debug {
|
||||
i2c@106 {
|
||||
reg = <0x106>; /* I2C instance 6 in ADSP for SE5 */
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
qcom,bus-type = "i2c";
|
||||
|
||||
qcom,smb1501@68 {
|
||||
compatible = "qcom,i2c-pmic";
|
||||
reg = <0x68>;
|
||||
qcom,can-sleep;
|
||||
};
|
||||
|
||||
qcom,smb1501@69 {
|
||||
compatible = "qcom,i2c-pmic";
|
||||
reg = <0x69>;
|
||||
qcom,can-sleep;
|
||||
};
|
||||
|
||||
qcom,idt9418@3b {
|
||||
compatible = "qcom,i2c-pmic";
|
||||
reg = <0x3b>;
|
||||
qcom,can-sleep;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
®ulator_ocp_notifier {
|
||||
periph-1c1-supply = <&L1B>;
|
||||
periph-1c2-supply = <&L2B>;
|
||||
|
Reference in New Issue
Block a user