fix dmz gpio for the wrtsl54gs

SVN-Revision: 5600
lede-17.01
Felix Fietkau 2006-11-21 14:09:34 +00:00
parent b80c2a145e
commit 541abcfad6
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ static struct platform_t __initdata platforms[] = {
},
.leds = {
{ .name = "power", .gpio = 1 << 1, .polarity = NORMAL },
{ .name = "dmz", .gpio = 1 << 7, .polarity = REVERSE },
{ .name = "dmz", .gpio = 1 << 0, .polarity = REVERSE },
{ .name = "ses_white", .gpio = 1 << 5, .polarity = REVERSE },
{ .name = "ses_orange", .gpio = 1 << 7, .polarity = REVERSE },
},