platform: tegra: central actmon support for t264

Add new compatible string for t264.

Bug 4630271

Signed-off-by: Johnny Liu <johnliu@nvidia.com>
Change-Id: I6d175fef4f0f8789aae7520d91566ae7fab2ae90
This commit is contained in:
Johnny Liu
2024-05-13 08:22:27 +00:00
committed by Jon Hunter
parent 0590272184
commit 214da5fa51

View File

@@ -136,6 +136,7 @@ static int central_actmon_remove(struct platform_device *pdev)
static const struct of_device_id central_actmon_of_match[] = {
{ .compatible = "nvidia,tegra234-cactmon-mc-all", .data = NULL, },
{ .compatible = "nvidia,tegra264-cactmon-mc-all", .data = NULL, },
{},
};
MODULE_DEVICE_TABLE(of, central_actmon_of_match);