]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
drm/tegra: sor: Use correct SOR index on Tegra210
authorThierry Reding <treding@nvidia.com>
Wed, 24 Jul 2019 15:06:17 +0000 (17:06 +0200)
committerSeth Forshee <seth.forshee@canonical.com>
Mon, 6 Jan 2020 14:16:06 +0000 (08:16 -0600)
commit9cb6a32389e2da5007d90a2a5fbc1429f65a62bf
tree12780d7cf123cdf1673fd573c0834afcf261da26
parentff1a867e443b09db432a735bbf62aa902c7f93ec
drm/tegra: sor: Use correct SOR index on Tegra210

BugLink: https://bugs.launchpad.net/bugs/1858428
[ Upstream commit 24e64f86da40e68c5f58af08796110f147b12193 ]

The device tree bindings for the Tegra210 SOR don't require the
controller instance to be defined, since the instance can be derived
from the compatible string. The index is never used on Tegra210, so we
got away with it not getting set. However, subsequent patches will
change that, so make sure the proper index is used.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
drivers/gpu/drm/tegra/sor.c