aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/lantiq/xway/gpio_stp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/lantiq/xway/gpio_stp.c')
-rw-r--r--arch/mips/lantiq/xway/gpio_stp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/lantiq/xway/gpio_stp.c b/arch/mips/lantiq/xway/gpio_stp.c
index ff9991cddeaa..d674f1be237d 100644
--- a/arch/mips/lantiq/xway/gpio_stp.c
+++ b/arch/mips/lantiq/xway/gpio_stp.c
@@ -78,11 +78,6 @@ static struct gpio_chip ltq_stp_chip = {
78 78
79static int ltq_stp_hw_init(void) 79static int ltq_stp_hw_init(void)
80{ 80{
81 /* the 3 pins used to control the external stp */
82 ltq_gpio_request(4, 1, 0, 1, "stp-st");
83 ltq_gpio_request(5, 1, 0, 1, "stp-d");
84 ltq_gpio_request(6, 1, 0, 1, "stp-sh");
85
86 /* sane defaults */ 81 /* sane defaults */
87 ltq_stp_w32(0, LTQ_STP_AR); 82 ltq_stp_w32(0, LTQ_STP_AR);
88 ltq_stp_w32(0, LTQ_STP_CPU0); 83 ltq_stp_w32(0, LTQ_STP_CPU0);