From 174cb08c8c400b1967dbeaae1c19ba9628fd5adf Mon Sep 17 00:00:00 2001 From: Alex Frid Date: Mon, 16 Dec 2013 16:02:20 -0800 Subject: ARM: tegra: dvfs: Add nominal voltage to DVFS debugfs tree Change-Id: I4e15f272018640b1c3054514e840d177b659b609 Signed-off-by: Alex Frid --- arch/arm/mach-tegra/dvfs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch') diff --git a/arch/arm/mach-tegra/dvfs.c b/arch/arm/mach-tegra/dvfs.c index 405bf1c9459a..73829f07de17 100644 --- a/arch/arm/mach-tegra/dvfs.c +++ b/arch/arm/mach-tegra/dvfs.c @@ -2007,6 +2007,8 @@ static int dvfs_tree_show(struct seq_file *s, void *data) rel->from->reg_id, rel->from->millivolts, dvfs_solve_relationship(rel)); } + seq_printf(s, " nominal %-7d mV\n", + rail->nominal_millivolts); seq_printf(s, " offset %-7d mV\n", rail->dbg_mv_offs); if (rail->therm_mv_floors) { -- cgit v1.2.3