Skip to content

Commit 03af5fd

Browse files
Fei Shaogregkh
authored andcommitted
arm64: dts: mediatek: mt8188: Fix USB3 PHY port default status
[ Upstream commit 6bb6487 ] The T-PHY controller at 0x11e40000 controls two underlying USB2 and USB3 PHY ports. The USB3 port works normally just like the others, so there's no point in disabling it separately. Otherwise, board DTs would have to enable both the T-PHY controller and one of its sub-nodes in particular, which is slightly redundant and confusing. Remove the status line in the u3port1 node, so it's ready to be used once the T-PHY controller is enabled. Fixes: 9461e0c ("arm64: dts: Add MediaTek MT8188 dts and evaluation board and Makefile") Signed-off-by: Fei Shao <fshao@chromium.org> Link: https://lore.kernel.org/r/20241021081311.543625-1-fshao@chromium.org Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent ea8d0be commit 03af5fd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,6 @@
16891689
<&clk26m>;
16901690
clock-names = "ref", "da_ref";
16911691
#phy-cells = <1>;
1692-
status = "disabled";
16931692
};
16941693
};
16951694

0 commit comments

Comments
 (0)