Skip to content

Commit e3d41c4

Browse files
committed
Revert "arm64: dts: mt7988: try to fix the empty reg/ranges error"
This reverts commit 6a28525.
1 parent 2265011 commit e3d41c4

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

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

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -685,21 +685,20 @@
685685
tphy: t-phy@11c50000 {
686686
compatible = "mediatek,mt7986-tphy",
687687
"mediatek,generic-tphy-v2";
688-
reg = <0 0x11c50000 0 0x1000>;
689-
#address-cells = <1>;
690-
#size-cells = <1>;
688+
#address-cells = <2>;
689+
#size-cells = <2>;
691690
ranges;
692691
status = "disabled";
693692

694693
tphyu2port0: usb-phy@11c50000 {
695-
reg = <0x0 0x700>;
694+
reg = <0 0x11c50000 0 0x700>;
696695
clocks = <&infracfg CLK_INFRA_USB_UTMI_CK_P1>;
697696
clock-names = "ref";
698697
#phy-cells = <1>;
699698
};
700699

701700
tphyu3port0: usb-phy@11c50700 {
702-
reg = <0x700 0x900>;
701+
reg = <0 0x11c50700 0 0x900>;
703702
clocks = <&infracfg CLK_INFRA_USB_PIPE_CK_P1>;
704703
clock-names = "ref";
705704
#phy-cells = <1>;
@@ -716,21 +715,20 @@
716715
xsphy: xs-phy@11e10000 {
717716
compatible = "mediatek,mt7988-xsphy",
718717
"mediatek,xsphy";
719-
reg = <0 0x11e10000 0 0x1000>;
720-
#address-cells = <1>;
721-
#size-cells = <1>;
718+
#address-cells = <2>;
719+
#size-cells = <2>;
722720
ranges;
723721
status = "disabled";
724722

725723
xphyu2port0: usb-phy@11e10000 {
726-
reg = <0x0 0x400>;
724+
reg = <0 0x11e10000 0 0x400>;
727725
clocks = <&infracfg CLK_INFRA_USB_UTMI>;
728726
clock-names = "ref";
729727
#phy-cells = <1>;
730728
};
731729

732730
xphyu3port0: usb-phy@11e13000 {
733-
reg = <0x400 0x500>;
731+
reg = <0 0x11e13400 0 0x500>;
734732
clocks = <&infracfg CLK_INFRA_USB_PIPE>;
735733
clock-names = "ref";
736734
#phy-cells = <1>;

0 commit comments

Comments
 (0)