diff options
| author | Svyatoslav Ryhel <[email protected]> | 2025-03-24 21:25:17 +0200 |
|---|---|---|
| committer | Svyatoslav Ryhel <[email protected]> | 2025-04-12 09:42:36 +0300 |
| commit | e69eeffb59c9cc338dcc518450f370aebe5a7374 (patch) | |
| tree | 26cc790b06817e08d38f1ca54fc74009606fcb54 | |
| parent | 782bd104b696d9a10999f285a68d87e4fc85acb6 (diff) | |
video: tegra20: dsi: add Tegra20 support
Existing Tegra30 DSI configuration is fully compatible with Tegra20.
Signed-off-by: Svyatoslav Ryhel <[email protected]>
| -rw-r--r-- | drivers/video/tegra20/tegra-dsi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/tegra20/tegra-dsi.c b/drivers/video/tegra20/tegra-dsi.c index a2a22fa0fe2..a96fba01ee4 100644 --- a/drivers/video/tegra20/tegra-dsi.c +++ b/drivers/video/tegra20/tegra-dsi.c @@ -1129,6 +1129,7 @@ static const struct video_bridge_ops tegra_dsi_bridge_ops = { }; static const struct udevice_id tegra_dsi_bridge_ids[] = { + { .compatible = "nvidia,tegra20-dsi", .data = DSI_V0 }, { .compatible = "nvidia,tegra30-dsi", .data = DSI_V0 }, { .compatible = "nvidia,tegra114-dsi", .data = DSI_V1 }, { .compatible = "nvidia,tegra124-dsi", .data = DSI_V1 }, |
