From 05ae918bec5418d985737a667f960ecd93e7f55b Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 24 Oct 2008 19:53:55 +0200 Subject: [PATCH] --- yaml --- r: 117900 b: refs/heads/master c: fa36b04386422951a7c73f9210403d1a2eaffe92 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/rb532/gpio.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6ea318bb4f31..555310a6615b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 052ac71c4b85e5ce7e70d4f9b3555caa647d884a +refs/heads/master: fa36b04386422951a7c73f9210403d1a2eaffe92 diff --git a/trunk/arch/mips/rb532/gpio.c b/trunk/arch/mips/rb532/gpio.c index 76a7fd96d564..70c4a6726377 100644 --- a/trunk/arch/mips/rb532/gpio.c +++ b/trunk/arch/mips/rb532/gpio.c @@ -310,6 +310,10 @@ int __init rb532_gpio_init(void) return -ENXIO; } + /* Set the interrupt status and level for the CF pin */ + rb532_gpio_set_int_level(&rb532_gpio_chip->chip, CF_GPIO_NUM, 1); + rb532_gpio_set_int_status(&rb532_gpio_chip->chip, CF_GPIO_NUM, 0); + return 0; } arch_initcall(rb532_gpio_init);