Commit 4e07a95f authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Heiko Stuebner

arm64: dts: rockchip: fix usb2phy nodename for rk3588

usb2-phy should be named usb2phy according to the DT binding,
so let's fix it up accordingly.
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20240408225109.128953-5-sebastian.reichel@collabora.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent c0b3c764
...@@ -599,7 +599,7 @@ usb2phy2_grf: syscon@fd5d8000 { ...@@ -599,7 +599,7 @@ usb2phy2_grf: syscon@fd5d8000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
u2phy2: usb2-phy@8000 { u2phy2: usb2phy@8000 {
compatible = "rockchip,rk3588-usb2phy"; compatible = "rockchip,rk3588-usb2phy";
reg = <0x8000 0x10>; reg = <0x8000 0x10>;
interrupts = <GIC_SPI 391 IRQ_TYPE_LEVEL_HIGH 0>; interrupts = <GIC_SPI 391 IRQ_TYPE_LEVEL_HIGH 0>;
...@@ -624,7 +624,7 @@ usb2phy3_grf: syscon@fd5dc000 { ...@@ -624,7 +624,7 @@ usb2phy3_grf: syscon@fd5dc000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
u2phy3: usb2-phy@c000 { u2phy3: usb2phy@c000 {
compatible = "rockchip,rk3588-usb2phy"; compatible = "rockchip,rk3588-usb2phy";
reg = <0xc000 0x10>; reg = <0xc000 0x10>;
interrupts = <GIC_SPI 392 IRQ_TYPE_LEVEL_HIGH 0>; interrupts = <GIC_SPI 392 IRQ_TYPE_LEVEL_HIGH 0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment