Skip to content

Commit 46c0192

Browse files
committed
memory: tegra: Add Tegra132 compatible string match
Ensure that the driver will bind against the Tegra132 instantiation of the external memory controller. While the two are roughly the same from a capability perspective, they do require some incompatible changes to the programming sequences and therefore need separate compatible strings. Signed-off-by: Thierry Reding <[email protected]>
1 parent 0454efb commit 46c0192

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/memory/tegra/tegra124-emc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,7 @@ static int tegra_emc_load_timings_from_dt(struct tegra_emc *emc,
984984

985985
static const struct of_device_id tegra_emc_of_match[] = {
986986
{ .compatible = "nvidia,tegra124-emc" },
987+
{ .compatible = "nvidia,tegra132-emc" },
987988
{}
988989
};
989990

0 commit comments

Comments
 (0)