Re: [PATCH] arm64: dts: qcom: ipq9574: Use 'usb-phy' for node names

From: Krzysztof Kozlowski
Date: Tue Dec 09 2025 - 16:48:16 EST


On 09/12/2025 17:07, Alexandru Gagniuc wrote:
> The devicetree spec allows node names of "usb-phy". So be more
> specific for the USB PHYs, and name the nodes "usb-phy" instead of
> just "phy".
>
> Signed-off-by: Alexandru Gagniuc <mr.nuke.me@xxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/ipq9574.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/ipq9574.dtsi b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
> index 86c9cb9fffc98..4b8cbf1ff131b 100644
> --- a/arch/arm64/boot/dts/qcom/ipq9574.dtsi
> +++ b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
> @@ -702,7 +702,7 @@ qpic_nand: spi@79b0000 {
> status = "disabled";
> };
>
> - usb_0_qusbphy: phy@7b000 {
> + usb_0_qusbphy: usb-phy@7b000 {


Huh? Why changing perfectly correct name? That's just churn.

Best regards,
Krzysztof