forked from Openwrt-EcoNet/openwrt
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.32 All patches are automatically refreshed. Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Tested-by: John Audia <therealgraysky@proton.me> Link: https://github.com/openwrt/openwrt/pull/19027 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
35 lines
1.0 KiB
Diff
35 lines
1.0 KiB
Diff
From 91467ca0db1654644b2168f882f223d47dcfb9c1 Mon Sep 17 00:00:00 2001
|
|
From: Alexandru Gagniuc <mr.nuke.me@gmail.com>
|
|
Date: Sat, 30 Mar 2024 20:03:30 -0500
|
|
Subject: [PATCH] arm64: dts: qcom: ipq9574: Use 'usb-phy' for node names
|
|
|
|
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@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq9574.dtsi | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq9574.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
|
|
@@ -720,7 +720,7 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
- usb_0_qusbphy: phy@7b000 {
|
|
+ usb_0_qusbphy: usb-phy@7b000 {
|
|
compatible = "qcom,ipq9574-qusb2-phy";
|
|
reg = <0x0007b000 0x180>;
|
|
#phy-cells = <0>;
|
|
@@ -734,7 +734,7 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
- usb_0_qmpphy: phy@7d000 {
|
|
+ usb_0_qmpphy: usb-phy@7d000 {
|
|
compatible = "qcom,ipq9574-qmp-usb3-phy";
|
|
reg = <0x0007d000 0xa00>;
|
|
#phy-cells = <0>;
|