diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-12-11 19:32:52 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-12-11 19:32:52 +0000 |
commit | 95fa0702028d0aa0ffb625e5fd08e90d76d4290f (patch) | |
tree | 2f710a04a13f48f68c38350ff99f77bdf317dc24 /target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/platform.c | |
parent | 0992bb916aa13163e33b01d791fe4bc990f88542 (diff) | |
download | mtk-20170518-95fa0702028d0aa0ffb625e5fd08e90d76d4290f.zip mtk-20170518-95fa0702028d0aa0ffb625e5fd08e90d76d4290f.tar.gz mtk-20170518-95fa0702028d0aa0ffb625e5fd08e90d76d4290f.tar.bz2 |
convert gpio code to use gpiolib, make rdc321x:dmz led work again
SVN-Revision: 18754
Diffstat (limited to 'target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/platform.c')
-rw-r--r-- | target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/platform.c b/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/platform.c index f59cb15..3c2cec7 100644 --- a/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/platform.c +++ b/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/platform.c @@ -79,7 +79,7 @@ static struct platform_device rdc_flash_device = { /* LEDS */ static struct gpio_led default_leds[] = { - { .name = "rdc321x:dmz", .gpio = 1, }, + { .name = "rdc321x:dmz", .gpio = 1, .active_low = 1}, }; static struct gpio_led_platform_data rdc321x_led_data = { |