commit | e85d59df13cf5cce08becb3fd261048e6d870c0d | [log] [tgz] |
---|---|---|
author | Florian Fainelli <florian@openwrt.org> | Mon Aug 31 20:27:39 2009 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Nov 02 12:00:03 2009 +0100 |
tree | 2ba33e2a51774f0684ba54d41cac066693f67041 | |
parent | a2e62f3a852e1e8187853291f5ee09ad4c881fcc [diff] |
MIPS: BCM63xx: Fix soft-reset lockup on BCM6345 This patch fixes a lockup on BCM6345 where setting the PLL soft reset bit will also lock the other blocks including UART. Instead of setting only the PLL soft reset bit in the software reset register, set this bit but do not touch the others. Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>