mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user