Re: [PATCH v12 2/3] arm64: dts: qcom: talos/qcs615-ride: Fix inconsistent USB PHY node naming
From: Konrad Dybcio
Date: Wed Jan 14 2026 - 05:19:50 EST
On 1/14/26 11:00 AM, Sudarshan Shetty wrote:
> The USB PHY nodes has inconsistent labels as 'usb_1_hspy'
> and 'usb_hsphy_2' across talos.dtsi and qcs615-ride.dts.
> This patch renames them to follow a consistent naming
> scheme.
Sorry for only noticing this now, but usb_hsphy_x is wrong..
*every* other dtsi uses usb_x_hsphy, please flip it around
$ rg 'usb_1_hsphy' arch -l | wc -l
93
$ rg 'usb_hsphy_1' arch -l | wc -l
0
Konrad