arm: tegra: Update some DT compatibles
authorPeter Robinson <pbrobinson@gmail.com>
Tue, 3 May 2022 08:32:54 +0000 (09:32 +0100)
committerTom Warren <twarren@nvidia.com>
Mon, 13 Jun 2022 22:31:10 +0000 (15:31 -0700)
Some of the DT compatibles have changed upstream so add new DT compatibles
to ensure things continue to keep working if the device trees are
updated.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
drivers/i2c/tegra_i2c.c
drivers/video/tegra124/dp.c

index 1e74484..2394e9d 100644 (file)
@@ -514,6 +514,7 @@ static const struct dm_i2c_ops tegra_i2c_ops = {
 
 static const struct udevice_id tegra_i2c_ids[] = {
        { .compatible = "nvidia,tegra114-i2c", .data = TYPE_114 },
+       { .compatible = "nvidia,tegra124-i2c", .data = TYPE_114 },
        { .compatible = "nvidia,tegra20-i2c", .data = TYPE_STD },
        { .compatible = "nvidia,tegra20-i2c-dvc", .data = TYPE_DVC },
        { }
index 8f5116f..ee4f09a 100644 (file)
@@ -1609,6 +1609,7 @@ static int dp_tegra_probe(struct udevice *dev)
 
 static const struct udevice_id tegra_dp_ids[] = {
        { .compatible = "nvidia,tegra124-dpaux" },
+       { .compatible = "nvidia,tegra210-dpaux" },
        { }
 };