mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
ARM: dts: qcom: Add hw-settle-time for SMB139x channels on Waipio boards
As per the hardware recommendation, we need a settling time of 200 us when reading SMB139x channels. Add it. Also, remove "qcom,pre-scaling" for these channels so that the predefined scaling factors from the driver can be used. Change-Id: I99ced06a0b55ff19f15cb425e38fbbb95bc191dc
This commit is contained in:
@@ -181,37 +181,37 @@
|
||||
smb139x_1_smb_temp {
|
||||
reg = <SMB1394_1_ADC7_SMB_TEMP>;
|
||||
label = "smb139x_1_smb_temp";
|
||||
qcom,pre-scaling = <1 1>;
|
||||
qcom,hw-settle-time = <200>;
|
||||
};
|
||||
|
||||
smb139x_1_ichg_smb {
|
||||
reg = <SMB1394_1_ADC7_ICHG_SMB>;
|
||||
label = "smb139x_1_ichg_smb";
|
||||
qcom,pre-scaling = <16 100>;
|
||||
qcom,hw-settle-time = <200>;
|
||||
};
|
||||
|
||||
smb139x_1_iin_smb {
|
||||
reg = <SMB1394_1_ADC7_IIN_SMB>;
|
||||
label = "smb139x_1_iin_smb";
|
||||
qcom,pre-scaling = <32 100>;
|
||||
qcom,hw-settle-time = <200>;
|
||||
};
|
||||
|
||||
smb139x_2_smb_temp {
|
||||
reg = <SMB1394_2_ADC7_SMB_TEMP>;
|
||||
label = "smb139x_2_smb_temp";
|
||||
qcom,pre-scaling = <1 1>;
|
||||
qcom,hw-settle-time = <200>;
|
||||
};
|
||||
|
||||
smb139x_2_ichg_smb {
|
||||
reg = <SMB1394_2_ADC7_ICHG_SMB>;
|
||||
label = "smb139x_2_ichg_smb";
|
||||
qcom,pre-scaling = <16 100>;
|
||||
qcom,hw-settle-time = <200>;
|
||||
};
|
||||
|
||||
smb139x_2_iin_smb {
|
||||
reg = <SMB1394_2_ADC7_IIN_SMB>;
|
||||
label = "smb139x_2_iin_smb";
|
||||
qcom,pre-scaling = <32 100>;
|
||||
qcom,hw-settle-time = <200>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user