From: Mike Frysinger Date: Tue, 11 Aug 2009 21:27:09 +0000 (+0000) Subject: Blackfin: fix BF522/BF523 max VCO mixup X-Git-Tag: v2.6.32-rc1~662^2~26 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=7b06263bd70b66210fbb919be9e706ef5e82836a;p=linux.git Blackfin: fix BF522/BF523 max VCO mixup The BF522 and BF523 had their real max VCO values swapped. Signed-off-by: Mike Frysinger --- diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 6040aadf00ec..8d6b5ae9c198 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -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