Re: [PATCH] arm: dts: mediatek: remove mt8188 tphy fallback
Julien Stephan <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <CAEHHSvbuMKB_JdZv9jTjs_uWg4DhkU1Ex5vex-3S66nXTWEXAQ@mail.gmail.com> |
Le jeu. 13 août 2026 à 18:22, David Lechner <[email protected]> a écrit : > > Now that tphy-v3 support is added to the corresponding U-Boot driver, we > no longer need the hack to fall back to tphy-v2 for mt8188. > > Signed-off-by: David Lechner <[email protected]> > --- > This depends on [1] and will likely conflict with other patches we have > out on the mailing list. We'll see what lands first and fix the > conflicts as needed. > > [1]: https://lore.kernel.org/all/[email protected]/ > --- > arch/arm/dts/mt8188-u-boot.dtsi | 10 ---------- > 1 file changed, 10 deletions(-) > > diff --git a/arch/arm/dts/mt8188-u-boot.dtsi b/arch/arm/dts/mt8188-u-boot.dtsi > deleted file mode 100644 > index 6d1b2ab82da..00000000000 > --- a/arch/arm/dts/mt8188-u-boot.dtsi > +++ /dev/null > @@ -1,10 +0,0 @@ > -// SPDX-License-Identifier: (GPL-2.0 OR MIT) > -/* > - * Copyright (c) 2025 Baylibre SAS. > - * Author: Julien Masson <[email protected]> > - */ > - > -&u3phy0 { > - compatible = "mediatek,mt8188-tphy", "mediatek,generic-tphy-v3", > - "mediatek,generic-tphy-v2"; > -}; > > --- > base-commit: 5a92645e1f9020d24d19e03fff2ae63f30080770 > change-id: 20260813-mtk-mt8188-drop-tphy-compat-bacaf973ae92 > prerequisite-patch-id: dd1ae5daecb5d7b3fdab8651c31b58cb4971dcf6 > > Best regards, > -- > David Lechner <[email protected]> > Reviewed-by: Julien Stephan <[email protected]>