Re: [PATCH 3/3] arm64: dts: qcom: sm7125-samsung: add initial device tree

Konrad Dybcio <[email protected]> Mon, 6 Jul 2026 15:38:42 +0200
Newsgroups org.kernel.vger.phone-devel,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
On 7/4/26 10:55 AM, Erikas Bitovtas wrote:
>>> +&usb_1_dwc3 {
>>> +	dr_mode = "peripheral";
>>> +	maximum-speed = "high-speed";
>>
>> Does super-speed not work (if you also remove the qcom,select... above)?
>>
>> Konrad
> 
> I can make a file transfer over scp, but the speed is inconsistent and
> slower than with high-speed. Must be because this device does not
> support USB 3.0 (super-speed).

I'm asking whether it enumerates as super-speed if you make the changes
I referred to and use a super-speed cable.

Some devices wouldn't, because not all manufacturers connect the
necessary TX/RX lines on the Type-C port.

Konrad