Blackfin arch: fix bug - The SPORT_HYS bit is not set for BF561 0.5
authorEnrik Berkhan <Enrik.Berkhan@ge.com>
Thu, 5 Mar 2009 06:42:30 +0000 (14:42 +0800)
committerBryan Wu <cooloney@kernel.org>
Thu, 5 Mar 2009 06:42:30 +0000 (14:42 +0800)
commit7acab7a9ca6b0c5b820f083424c57e6ac2031d9d
tree87e26cbb5c6bbea695679d7bf3953a07817bc39c
parentc18e99cfba746ab0ad8d45e1f351ed990947c58c
Blackfin arch: fix bug - The SPORT_HYS bit is not set for BF561 0.5

IMHO the setting should depend on ANOMALY_05000305 which is about the
availability of the bit, not ANOMALY_05000265 which only describes the
SPORT sensitivity to noise (checked for BF561 only, though).

If that's not true for other BF variants, maybe the definition of
ANOMALY_05000265 for BF561 should be changed to '(1)' instead.

Signed-off-by: Enrik Berkhan <Enrik.Berkhan@ge.com>
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/mach-common/clocks-init.c