Skip to content

Commit 10739e2

Browse files
Wesley ShengLorenzo Pieralisi
authored andcommitted
PCI: tegra: Fix typo for PCIe endpoint mode in Tegra194
In config PCIE_TEGRA194_EP the mode incorrectly is referred to as host mode. Fix it. Link: https://lore.kernel.org/r/20201231032539.22322-1-wesley.sheng@amd.com Signed-off-by: Wesley Sheng <wesley.sheng@amd.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Reviewed-by: Krzysztof Wilczyński <kw@linux.com> Acked-by: Vidya Sagar <vidyas@nvidia.com>
1 parent d895ce7 commit 10739e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pci/controller/dwc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ config PCIE_TEGRA194_EP
280280
select PCIE_TEGRA194
281281
help
282282
Enables support for the PCIe controller in the NVIDIA Tegra194 SoC to
283-
work in host mode. There are two instances of PCIe controllers in
283+
work in endpoint mode. There are two instances of PCIe controllers in
284284
Tegra194. This controller can work either as EP or RC. In order to
285285
enable host-specific features PCIE_TEGRA194_HOST must be selected and
286286
in order to enable device-specific features PCIE_TEGRA194_EP must be

0 commit comments

Comments
 (0)