]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: mediatek: mt8195-cherry: Disable xhci1 completely
authorChen-Yu Tsai <wenst@chromium.org>
Tue, 24 Feb 2026 07:03:05 +0000 (15:03 +0800)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Tue, 24 Feb 2026 09:27:32 +0000 (10:27 +0100)
There is nothing connected to xhci1 in this design, nor in the actual
end devices.

Disable xhci1. Keep the USB PHY enabled, as it is a shared PHY and used
for pcie1.

Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi

index b3761b80cac7ede113dc2ebd69c1458c2034db78..6e99122c65ac09a5af9c12670b56c44cf19966fa 100644 (file)
 };
 
 &u3phy1 {
+       /* shared between xhci1 and pcie1. */
        status = "okay";
 };
 
        vbus-supply = <&usb_vbus>;
 };
 
-&xhci1 {
-       status = "okay";
-
-       phys = <&u2port1 PHY_TYPE_USB2>;
-       rx-fifo-depth = <3072>;
-       vusb33-supply = <&mt6359_vusb_ldo_reg>;
-       vbus-supply = <&usb_vbus>;
-       mediatek,u3p-dis-msk = <1>;
-};
-
 &xhci2 {
        status = "okay";
        vbus-supply = <&usb_vbus>;