Blackfin: fix BF522/BF523 max VCO mixup
authorMike Frysinger <vapier@gentoo.org>
Tue, 11 Aug 2009 21:27:09 +0000 (21:27 +0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 17 Sep 2009 02:10:22 +0000 (22:10 -0400)
The BF522 and BF523 had their real max VCO values swapped.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/Kconfig

index 6040aad..8d6b5ae 100644 (file)
@@ -574,8 +574,8 @@ config MAX_VCO_HZ
        default 400000000 if BF514
        default 400000000 if BF516
        default 400000000 if BF518
-       default 600000000 if BF522
-       default 400000000 if BF523
+       default 400000000 if BF522
+       default 600000000 if BF523
        default 400000000 if BF524
        default 600000000 if BF525
        default 400000000 if BF526