Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Fix Ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hawk committed Feb 29, 2012
1 parent b70d3ee commit db2d5a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/arm/mach-tegra/tegra2_clocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -2574,7 +2574,7 @@ static struct tegra_sku_rate_limit sku_limits[] =
RATE_LIMIT("cpu", 1000000000, 0x04, 0x08, 0x0F),
RATE_LIMIT("cclk", 1000000000, 0x04, 0x08, 0x0F),
RATE_LIMIT("pll_x", 1000000000, 0x04, 0x08, 0x0F),

#endif
RATE_LIMIT("cpu", 1200000000, 0x14, 0x17, 0x18, 0x1B, 0x1C),
RATE_LIMIT("cclk", 1200000000, 0x14, 0x17, 0x18, 0x1B, 0x1C),
RATE_LIMIT("pll_x", 1200000000, 0x14, 0x17, 0x18, 0x1B, 0x1C),
Expand All @@ -2598,6 +2598,8 @@ static struct tegra_sku_rate_limit sku_limits[] =
RATE_LIMIT("uartc", 800000000, 0x14, 0x17, 0x18, 0x1B, 0x1C),
RATE_LIMIT("uartd", 800000000, 0x14, 0x17, 0x18, 0x1B, 0x1C),
RATE_LIMIT("uarte", 800000000, 0x14, 0x17, 0x18, 0x1B, 0x1C),


};

static void tegra2_init_sku_limits(void)
Expand Down

0 comments on commit db2d5a8

Please sign in to comment.