Skip to content

Commit 01a0c51

Browse files
committed
arm64: dts: fix xsphy (again)
1 parent db6d734 commit 01a0c51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm64/boot/dts/mediatek/mt7988a.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -717,20 +717,20 @@
717717
compatible = "mediatek,mt7988-xsphy",
718718
"mediatek,xsphy";
719719
reg = <0 0x11e10000 0 0x1000>;
720-
#address-cells = <2>;
721-
#size-cells = <2>;
720+
#address-cells = <1>;
721+
#size-cells = <1>;
722722
ranges;
723723
status = "disabled";
724724

725725
xphyu2port0: usb-phy@11e10000 {
726-
reg = <0 0x11e10000 0 0x400>;
726+
reg = <0x0 0x400>;
727727
clocks = <&infracfg CLK_INFRA_USB_UTMI>;
728728
clock-names = "ref";
729729
#phy-cells = <1>;
730730
};
731731

732732
xphyu3port0: usb-phy@11e13000 {
733-
reg = <0 0x11e13400 0 0x500>;
733+
reg = <0x400 0x500>;
734734
clocks = <&infracfg CLK_INFRA_USB_PIPE>;
735735
clock-names = "ref";
736736
#phy-cells = <1>;

0 commit comments

Comments
 (0)