ARM: SMDK6410: Specify no GPIO for B_PWR_5V regulator
[safe/jmp/linux-2.6] / arch / arm / mach-s3c6410 / mach-smdk6410.c
index 480d297..8969fe7 100644 (file)
@@ -211,6 +211,7 @@ static struct fixed_voltage_config smdk6410_b_pwr_5v_pdata = {
        .supply_name = "B_PWR_5V",
        .microvolts = 5000000,
        .init_data = &smdk6410_b_pwr_5v_data,
+       .gpio = -EINVAL,
 };
 
 static struct platform_device smdk6410_b_pwr_5v = {