Hi, my tablet `sony-castor-windy` doesn't charge or draw any power from the usb charger. But it works when I add this line ``` --- a/arch/arm/boot/dts/qcom-msm8974-sony-xperia-castor.dts +++ b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-castor.dts @@ -743,6 +743,7 @@ charger@1000 { 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 guessed the value from https://github.com/LineageOS/android_kernel_sony_msm8974/blob/lineage-18.1/arch/arm/boot/dts/msm8974pro-ab-shinano_castor_common.dtsi#L656. I don't really understand what this is doing though, like where this value is used. bamse can you help, do you know if this is a reasonable fix?