We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6d734 commit 01a0c51Copy full SHA for 01a0c51
arch/arm64/boot/dts/mediatek/mt7988a.dtsi
@@ -717,20 +717,20 @@
717
compatible = "mediatek,mt7988-xsphy",
718
"mediatek,xsphy";
719
reg = <0 0x11e10000 0 0x1000>;
720
- #address-cells = <2>;
721
- #size-cells = <2>;
+ #address-cells = <1>;
+ #size-cells = <1>;
722
ranges;
723
status = "disabled";
724
725
xphyu2port0: usb-phy@11e10000 {
726
- reg = <0 0x11e10000 0 0x400>;
+ reg = <0x0 0x400>;
727
clocks = <&infracfg CLK_INFRA_USB_UTMI>;
728
clock-names = "ref";
729
#phy-cells = <1>;
730
};
731
732
xphyu3port0: usb-phy@11e13000 {
733
- reg = <0 0x11e13400 0 0x500>;
+ reg = <0x400 0x500>;
734
clocks = <&infracfg CLK_INFRA_USB_PIPE>;
735
736
0 commit comments