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)
committerThierry Reding <treding@nvidia.com>
Mon, 28 Oct 2019 10:18:54 +0000 (11:18 +0100)
commit24e64f86da40e68c5f58af08796110f147b12193
treee4bd6b87237154d41645612f7f32fed5f1a4bc3e
parentb9b9e19762ac167312e17cf93965a46a8c8c3197
drm/tegra: sor: Use correct SOR index on Tegra210

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>
drivers/gpu/drm/tegra/sor.c