]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/arch-ixp2000/system.h
[ARM] 4750/1: [AT91] STN LCD displays on SAM9261
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-ixp2000 / system.h
index ddbbb34b5f95e80757c42359bc13a3ac363062db..3cc9a04f68cb316d27880cc0cf2e8029b5399a93 100644 (file)
@@ -37,7 +37,7 @@ static inline void arch_reset(char mode)
         * to cause a complete reset of the CPU and all external devices
         * and move the flash bank register back to 0.
         */
-       if (machine_is_ixdp2801()) {
+       if (machine_is_ixdp2801() || machine_is_ixdp28x5()) {
                unsigned long reset_reg = *IXDP2X01_CPLD_RESET_REG;
 
                reset_reg = 0x55AA0000 | (reset_reg & 0x0000FFFF);