mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
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:
@@ -136,6 +136,7 @@ static int central_actmon_remove(struct platform_device *pdev)
|
|||||||
|
|
||||||
static const struct of_device_id central_actmon_of_match[] = {
|
static const struct of_device_id central_actmon_of_match[] = {
|
||||||
{ .compatible = "nvidia,tegra234-cactmon-mc-all", .data = NULL, },
|
{ .compatible = "nvidia,tegra234-cactmon-mc-all", .data = NULL, },
|
||||||
|
{ .compatible = "nvidia,tegra264-cactmon-mc-all", .data = NULL, },
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(of, central_actmon_of_match);
|
MODULE_DEVICE_TABLE(of, central_actmon_of_match);
|
||||||
|
|||||||
Reference in New Issue
Block a user