On 14.03.2024 19:56, Luca Weiss wrote: > Add the dts for the Xperia Z3 smartphone which is based on Sony's > shinano platform, so at the moment there's little device-specific dts to > add on top of the common parts. > > Signed-off-by: Luca Weiss <luca@xxxxxxxxx> > --- [...] > + > +&smbb { > + usb-charge-current-limit = <1500000>; > + qcom,fast-charge-safe-current = <3000000>; > + qcom,fast-charge-current-limit = <2150000>; > + qcom,fast-charge-safe-voltage = <4400000>; > + qcom,fast-charge-high-threshold-voltage = <4350000>; > + qcom,auto-recharge-threshold-voltage = <4280000>; > + qcom,minimum-input-voltage = <4200000>; I took a quick look and without going deep into downstream code, these values look sane, so Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad