From 52e0bdb2cd0c63f0a7da51a2bf1415b5caef241d Mon Sep 17 00:00:00 2001 From: Bob Johnston Date: Tue, 12 Jun 2012 07:43:21 -0400 Subject: arm: tegra: p1852: revert previous nor freq change nor frequency was changed inadvertently in a conflict resolution. Need to revert it back to proper value. Bug 948478 Change-Id: I8d8f778a58b2df64c8fcbf85c182fe3a888d7c03 Signed-off-by: Bob Johnston Reviewed-on: http://git-master/r/108247 Reviewed-by: Simone Willett Tested-by: Simone Willett --- arch/arm/mach-tegra/board-p1852.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/arm/mach-tegra/board-p1852.c b/arch/arm/mach-tegra/board-p1852.c index a348dfe1cbc8..b589236f6b7c 100644 --- a/arch/arm/mach-tegra/board-p1852.c +++ b/arch/arm/mach-tegra/board-p1852.c @@ -71,7 +71,7 @@ static __initdata struct tegra_clk_init_table p1852_clk_init_table[] = { /* audio cif clock should be faster than i2s */ { "pll_a_out0", NULL, 24576000, false}, { "d_audio", "pll_a_out0", 24576000, false}, - { "nor", "pll_p", 86500000, true}, + { "nor", "pll_p", 102000000, true}, { "uarta", "pll_p", 480000000, true}, { "uartd", "pll_p", 480000000, true}, { "uarte", "pll_p", 480000000, true}, -- cgit v1.2.3