Re: [PATCH V4] phy: tegra: p2u: Broaden architecture dependency
From: Niklas Cassel
Date: Thu May 08 2025 - 08:18:18 EST
On Thu, May 08, 2025 at 10:50:21AM +0530, Vidya Sagar wrote:
> Replace the ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC dependency with a
> more generic ARCH_TEGRA check for the Tegra194 PIPE2UPHY PHY driver.
> This allows the PHY driver to be built on all Tegra platforms instead
> of being limited to specific SoCs.
>
> Link: https://patchwork.kernel.org/project/linux-pci/patch/20250128044244.2766334-1-vidyas@xxxxxxxxxx/
> Signed-off-by: Vidya Sagar <vidyas@xxxxxxxxxx>
Looks good to me, but there will need coordination between the
PHY and PCI maintainers for this to not cause a kernel test bot
build failure, if the PCI patch is merged before the PHY patch.
Reviewed-by: Niklas Cassel <cassel@xxxxxxxxxx>