]> git.baikalelectronics.ru Git - kernel.git/commit
memory: tegra: Fix KCONFIG variables for Tegra186 and Tegra194
authorJon Hunter <jonathanh@nvidia.com>
Sun, 12 Jul 2020 10:33:47 +0000 (11:33 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 14 Jul 2020 15:37:05 +0000 (17:37 +0200)
commitbeb85074ab6e1f6102b4528389194ad4a4af822c
tree62fe67815491da7dbb2125c950629faa0783d5b4
parentdaa3e9a07e283577ad1996bc9d185fe9e0b15f8c
memory: tegra: Fix KCONFIG variables for Tegra186 and Tegra194

Commit bfe447dd3981 ("memory: tegra: Add support for the Tegra194 memory
controller") and commit 1efb678ae02d ("memory: tegra: Only include
support for enabled SoCs") incorrectly added the KCONFIG variables
CONFIG_ARCH_TEGRA186_SOC and CONFIG_ARCH_TEGRA194_SOC to the Tegra EMC
driver. These KCONFIG variables do not exist and prevent the EMC driver
from being probed on Tegra186 and Tegra194. These KCONFIG variable
names are simply missing one underscore and so fix this by adding the
necessary underscore to the variable names.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/memory/tegra/tegra186-emc.c