]> git.ipfire.org Git - thirdparty/openwrt.git/blob
065cb4b41093fab3354ce2f9eff75c85ed2725b7
[thirdparty/openwrt.git] /
1 From 4e07a95f7402de092cd71b2cb96c69f85c98f251 Mon Sep 17 00:00:00 2001
2 From: Sebastian Reichel <sebastian.reichel@collabora.com>
3 Date: Tue, 9 Apr 2024 00:50:31 +0200
4 Subject: [PATCH] arm64: dts: rockchip: fix usb2phy nodename for rk3588
5
6 usb2-phy should be named usb2phy according to the DT binding,
7 so let's fix it up accordingly.
8
9 Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
10 Link: https://lore.kernel.org/r/20240408225109.128953-5-sebastian.reichel@collabora.com
11 Signed-off-by: Heiko Stuebner <heiko@sntech.de>
12 ---
13 arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 --- a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
17 +++ b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
18 @@ -599,7 +599,7 @@
19 #address-cells = <1>;
20 #size-cells = <1>;
21
22 - u2phy2: usb2-phy@8000 {
23 + u2phy2: usb2phy@8000 {
24 compatible = "rockchip,rk3588-usb2phy";
25 reg = <0x8000 0x10>;
26 interrupts = <GIC_SPI 391 IRQ_TYPE_LEVEL_HIGH 0>;
27 @@ -624,7 +624,7 @@
28 #address-cells = <1>;
29 #size-cells = <1>;
30
31 - u2phy3: usb2-phy@c000 {
32 + u2phy3: usb2phy@c000 {
33 compatible = "rockchip,rk3588-usb2phy";
34 reg = <0xc000 0x10>;
35 interrupts = <GIC_SPI 392 IRQ_TYPE_LEVEL_HIGH 0>;