platform: tegra: mc-utils: Enable debugfs node

Enable debugfs node of mc-utils number of mc channels for t264.
Due to this change, we don't have to enable debug logs while verifying
mc-utils. This will save our time during bringup.

Bug 4090660

Change-Id: I1cf15d182ddeed7f2c93dc5bc65cebdc16590d2b
Signed-off-by: Ketan Patil <ketanp@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-t264/+/3104229
Reviewed-by: Pritesh Raithatha <praithatha@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Ketan Patil
2024-03-26 05:45:57 +00:00
committed by Jon Hunter
parent 3bc182a772
commit 1cfbb80f3c

View File

@@ -221,6 +221,9 @@ static int __init tegra_mc_utils_init_t26x(void)
ch_num = get_dram_dt_prop(np, "dram_channels");
}
#if defined(CONFIG_DEBUG_FS)
tegra_mc_utils_debugfs_init();
#endif
return 0;
}