projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80edd21
)
phy: tegra: p2u: Broaden architecture dependency
author
Vidya Sagar
<vidyas@nvidia.com>
Thu, 8 May 2025 05:20:21 +0000
(10:50 +0530)
committer
Vinod Koul
<vkoul@kernel.org>
Wed, 14 May 2025 11:28:04 +0000
(12:28 +0100)
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@nvidia.com/
Signed-off-by: Vidya Sagar <vidyas@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Niklas Cassel <cassel@kernel.org>
Link:
https://lore.kernel.org/r/20250508052021.4135874-1-vidyas@nvidia.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/tegra/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/phy/tegra/Kconfig
b/drivers/phy/tegra/Kconfig
index
f30cfb4
..
342fb73
100644
(file)
--- a/
drivers/phy/tegra/Kconfig
+++ b/
drivers/phy/tegra/Kconfig
@@
-13,7
+13,7
@@
config PHY_TEGRA_XUSB
config PHY_TEGRA194_P2U
tristate "NVIDIA Tegra194 PIPE2UPHY PHY driver"
- depends on ARCH_TEGRA
_194_SOC || ARCH_TEGRA_234_SOC
|| COMPILE_TEST
+ depends on ARCH_TEGRA || COMPILE_TEST
select GENERIC_PHY
help
Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x