From: eric.y.miao@gmail.com (Eric Miao)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] SA1100: fix wrong CPU type for h3100 and h3600
Date: Thu, 22 Apr 2010 06:10:59 +0800 [thread overview]
Message-ID: <j2nf17812d71004211510kbdb8c3c6j731f07e774c2c95c@mail.gmail.com> (raw)
In-Reply-To: <1271875749-2891-2-git-send-email-mad_soft@inbox.ru>
On Thu, Apr 22, 2010 at 2:49 AM, Dmitry Artamonow <mad_soft@inbox.ru> wrote:
> They have StrongARM SA1110, not SA1100.
>
> Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Looks correct to me.
> ---
> ?arch/arm/mach-sa1100/Kconfig | ? ?4 ++--
> ?1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-sa1100/Kconfig b/arch/arm/mach-sa1100/Kconfig
> index b17d52f..fd4c52b 100644
> --- a/arch/arm/mach-sa1100/Kconfig
> +++ b/arch/arm/mach-sa1100/Kconfig
> @@ -57,7 +57,7 @@ config SA1100_COLLIE
> ?config SA1100_H3100
> ? ? ? ?bool "Compaq iPAQ H3100"
> ? ? ? ?select HTC_EGPIO
> - ? ? ? select CPU_FREQ_SA1100
> + ? ? ? select CPU_FREQ_SA1110
> ? ? ? ?help
> ? ? ? ? ?Say Y here if you intend to run this kernel on the Compaq iPAQ
> ? ? ? ? ?H3100 handheld computer. ?Information about this machine and the
> @@ -68,7 +68,7 @@ config SA1100_H3100
> ?config SA1100_H3600
> ? ? ? ?bool "Compaq iPAQ H3600/H3700"
> ? ? ? ?select HTC_EGPIO
> - ? ? ? select CPU_FREQ_SA1100
> + ? ? ? select CPU_FREQ_SA1110
> ? ? ? ?help
> ? ? ? ? ?Say Y here if you intend to run this kernel on the Compaq iPAQ
> ? ? ? ? ?H3600 handheld computer. ?Information about this machine and the
> --
> 1.7.0.4
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
next prev parent reply other threads:[~2010-04-21 22:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-21 18:49 [PATCH 0/2] Couple of SA11x0 cpufreq fixes Dmitry Artamonow
2010-04-21 18:49 ` [PATCH 1/2] SA1100: fix wrong CPU type for h3100 and h3600 Dmitry Artamonow
2010-04-21 22:10 ` Eric Miao [this message]
2010-04-22 9:27 ` Kristoffer Ericson
2010-04-21 18:49 ` [PATCH 2/2] SA1100: add processor check to sa1110-cpufreq driver Dmitry Artamonow
2010-04-21 22:11 ` Eric Miao
2010-04-22 9:26 ` Kristoffer Ericson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=j2nf17812d71004211510kbdb8c3c6j731f07e774c2c95c@mail.gmail.com \
--to=eric.y.miao@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).