Browse Source

cpufreq: sa1110: set memory type for h3600

The Compaq iPAQ h3600 also has the K4S281632b-1H memory type.
Verified by prying apart a broken board.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Linus Walleij 11 years ago
parent
commit
97d496bf1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/cpufreq/sa1110-cpufreq.c

+ 1 - 1
drivers/cpufreq/sa1110-cpufreq.c

@@ -349,7 +349,7 @@ static int __init sa1110_clk_init(void)
 			name = "K4S641632D";
 			name = "K4S641632D";
 		if (machine_is_h3100())
 		if (machine_is_h3100())
 			name = "KM416S4030CT";
 			name = "KM416S4030CT";
-		if (machine_is_jornada720())
+		if (machine_is_jornada720() || machine_is_h3600())
 			name = "K4S281632B-1H";
 			name = "K4S281632B-1H";
 		if (machine_is_nanoengine())
 		if (machine_is_nanoengine())
 			name = "MT48LC8M16A2TG-75";
 			name = "MT48LC8M16A2TG-75";