On Sat, Apr 19, 2025 at 11:00:38AM +0200, Luca Weiss wrote: > From: Kevin Widjaja <kevin.widjaj...@gmail.com> > > Set usb-charge-current-limit to enable charging over USB for all > sony-rhine devices. > > Signed-off-by: Kevin Widjaja <kevin.widjaj...@gmail.com> > Signed-off-by: Luca Weiss <l...@lucaweiss.eu> > --- > arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine.dtsi > b/arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine.dtsi > index > d34659ebac22e65a511994ef201fe04f12089781..915221e00ff348309b62bd9b637ae9771d213f1e > 100644 > --- a/arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine.dtsi > +++ b/arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine.dtsi > @@ -449,6 +449,7 @@ &smbb { > qcom,fast-charge-safe-current = <1500000>; > qcom,fast-charge-current-limit = <1500000>; > qcom,dc-current-limit = <1800000>; > + usb-charge-current-limit = <1800000>; > qcom,fast-charge-safe-voltage = <4400000>; > qcom,fast-charge-high-threshold-voltage = <4350000>; > qcom,fast-charge-low-threshold-voltage = <3400000>;
I'd say it's a strange placement of the property. Usually generic properties come before vendor-specific props. > > -- > 2.49.0 > -- With best wishes Dmitry