cpufreq: sa1110: set memory type for h3600
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 12 Jul 2014 09:43:33 +0000 (11:43 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 16 Jul 2014 12:30:17 +0000 (14:30 +0200)
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>
drivers/cpufreq/sa1110-cpufreq.c

index 5463767..b5befc2 100644 (file)
@@ -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";