Skip to content

Commit

Permalink
cpufreq: sa1110: set memory type for h3600
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij authored and Rafael J. Wysocki committed Jul 16, 2014
1 parent 1795cd9 commit 97d496b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpufreq/sa1110-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ static int __init sa1110_clk_init(void)
name = "K4S641632D";
if (machine_is_h3100())
name = "KM416S4030CT";
if (machine_is_jornada720())
if (machine_is_jornada720() || machine_is_h3600())
name = "K4S281632B-1H";
if (machine_is_nanoengine())
name = "MT48LC8M16A2TG-75";
Expand Down

0 comments on commit 97d496b

Please sign in to comment.