From: Mark Brown Date: Wed, 13 Jan 2010 13:57:04 +0000 (+0000) Subject: ARM: SMDK6410: Specify no GPIO for B_PWR_5V regulator X-Git-Tag: v2.6.33-rc5~63^2~2 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=d3cf4489d5a50ca9dc82473cd105f97fc7f720e0;p=karo-tx-linux.git ARM: SMDK6410: Specify no GPIO for B_PWR_5V regulator Since the fixed voltage regulator grew support for GPIO based enables and GPIO 0 is valid on some systems we need to specify that there is no valid GPIO enable control. Signed-off-by: Mark Brown Signed-off-by: Ben Dooks --- diff --git a/arch/arm/mach-s3c6410/mach-smdk6410.c b/arch/arm/mach-s3c6410/mach-smdk6410.c index 480d297c1de2..8969fe73b83f 100644 --- a/arch/arm/mach-s3c6410/mach-smdk6410.c +++ b/arch/arm/mach-s3c6410/mach-smdk6410.c @@ -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 = {