summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/common.c
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2013-12-05 13:13:27 +0530
committerLaxman Dewangan <ldewangan@nvidia.com>2013-12-06 01:33:07 -0800
commite91ce49f047e79ece11b3723c4dafe065e3ce878 (patch)
treede4ca35bf51316435afc59936e74a1e8844f9720 /arch/arm/mach-tegra/common.c
parent9918e9409535f4ca855d456872258a6c34416635 (diff)
ARM: tegra: Set DTS file name with property nvidia,dtsfilename
Set DTS file name on each top level dts file with property name of nvidia,dtsfilename. Change-Id: I66a76f7bfe9c14fadda78c5ea351c0088ea941e8 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/338616
Diffstat (limited to 'arch/arm/mach-tegra/common.c')
-rw-r--r--arch/arm/mach-tegra/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c
index fa3e048c3508..1b3ee1e07278 100644
--- a/arch/arm/mach-tegra/common.c
+++ b/arch/arm/mach-tegra/common.c
@@ -2538,7 +2538,7 @@ void __init display_tegra_dt_info(void)
dt_root = of_get_flat_dt_root();
- dts_fname = of_get_flat_dt_prop(dt_root, "file-name", NULL);
+ dts_fname = of_get_flat_dt_prop(dt_root, "nvidia,dtsfilename", NULL);
if (dts_fname)
pr_info("DTS File Name: %s\n", dts_fname);
else