]> git.baikalelectronics.ru Git - uboot.git/commitdiff
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 1e7448454238f8ddb452ffca8c30ea3cf3eb15e0..2394e9d0fb4a74e648a1e6607b55855e248f072e 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 8f5116fe7c854705ddf8ed3d590fe83dea7fea36..ee4f09a0c49f68f9c1426363dd8fabb363ea8ea7 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" },
        { }
 };