patch-2.4.1 linux/include/asm-ppc/keylargo.h

Next file: linux/include/asm-ppc/linux_logo.h
Previous file: linux/include/asm-ppc/irq.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0/linux/include/asm-ppc/keylargo.h linux/include/asm-ppc/keylargo.h
@@ -20,10 +20,19 @@
 #define KEYLARGO_GPIO_CNT		17
 
 /* Specific GPIO regs */
+
 #define KL_GPIO_ETH_PHY_RESET		(KEYLARGO_GPIO_0+0x10)
 #define KL_GPIO_ETH_PHY_RESET_ASSERT	0x04
 #define KL_GPIO_ETH_PHY_RESET_RELEASE	0x05
 #define KL_GPIO_ETH_PHY_RESET_TRISTATE	0x00
+
+#define KL_GPIO_KICK_CPU1		(KEYLARGO_GPIO_0+0x0a)
+#define KL_GPIO_KICK_CPU1_UP		0x04
+#define KL_GPIO_KICK_CPU1_DOWN		0x38
+
+#define KL_GPIO_PMU_MESSAGE_IRQ		(KEYLARGO_GPIO_EXTINT_0+0x09)
+#define KL_GPIO_PMU_MESSAGE_BIT		0x02
+
 /*
  * Bits in feature control register
  */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)