Skip to content

Commit

Permalink
arm64: dts: rockchip: fix usb2phy nodename for rk3588
Browse files Browse the repository at this point in the history
usb2-phy should be named usb2phy according to the DT binding,
so let's fix it up accordingly.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20240408225109.128953-5-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
sre authored and mmind committed Apr 12, 2024
1 parent c0b3c76 commit 4e07a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3588s.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
#address-cells = <1>;
#size-cells = <1>;

u2phy2: usb2-phy@8000 {
u2phy2: usb2phy@8000 {
compatible = "rockchip,rk3588-usb2phy";
reg = <0x8000 0x10>;
interrupts = <GIC_SPI 391 IRQ_TYPE_LEVEL_HIGH 0>;
Expand All @@ -624,7 +624,7 @@
#address-cells = <1>;
#size-cells = <1>;

u2phy3: usb2-phy@c000 {
u2phy3: usb2phy@c000 {
compatible = "rockchip,rk3588-usb2phy";
reg = <0xc000 0x10>;
interrupts = <GIC_SPI 392 IRQ_TYPE_LEVEL_HIGH 0>;
Expand Down

0 comments on commit 4e07a95

Please sign in to comment.