Skip to content

Commit 726f333

Browse files
committed
arm64: dts: try to fix xs-phy but still
[ 1.376778] phy phy-11e10000.xs-phy.2: error -EBUSY: can't request region for resource [mem 0x00000000-0x000003ff] [ 1.387188] mtk-xsphy 11e10000.xs-phy: failed to remap phy regs [ 1.401087] mtk-xsphy 11e10000.xs-phy: probe with driver mtk-xsphy failed with error -16
1 parent ead063e commit 726f333

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@
716716
xsphy: xs-phy@11e10000 {
717717
compatible = "mediatek,mt7988-xsphy",
718718
"mediatek,xsphy";
719-
reg = <0 0x11e10000 0 0x1000>;
719+
reg = <0 0x11e10000 0 0x4000>;
720720
#address-cells = <1>;
721721
#size-cells = <1>;
722722
ranges;
@@ -730,7 +730,7 @@
730730
};
731731

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

0 commit comments

Comments
 (0)