diff options
author | Tony Lindgren <tony@atomide.com> | 2013-11-25 14:47:27 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-11-25 14:47:27 -0800 |
commit | 6310f3a9362e8fa2e29c8f84aa603b5f86e98442 (patch) | |
tree | b071c5e43cc2075f9fa7f07bcc0101a56b779c35 /arch/arm/mach-pxa/tavorevb.c | |
parent | b2ff4790612bbfa3433cc92e56445c2a40098e2c (diff) | |
parent | edd5eb4e99e4153ea7be05390fda542d986bf28d (diff) | |
download | talos-op-linux-6310f3a9362e8fa2e29c8f84aa603b5f86e98442.tar.gz talos-op-linux-6310f3a9362e8fa2e29c8f84aa603b5f86e98442.zip |
Merge branch 'dt-regressions' into omap-for-v3.13/fixes-take4
Diffstat (limited to 'arch/arm/mach-pxa/tavorevb.c')
-rw-r--r-- | arch/arm/mach-pxa/tavorevb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/tavorevb.c b/arch/arm/mach-pxa/tavorevb.c index 4680efe55345..a71da84e784b 100644 --- a/arch/arm/mach-pxa/tavorevb.c +++ b/arch/arm/mach-pxa/tavorevb.c @@ -175,6 +175,7 @@ static struct platform_pwm_backlight_data tavorevb_backlight_data[] = { .max_brightness = 100, .dft_brightness = 100, .pwm_period_ns = 100000, + .enable_gpio = -1, }, [1] = { /* secondary backlight */ @@ -182,6 +183,7 @@ static struct platform_pwm_backlight_data tavorevb_backlight_data[] = { .max_brightness = 100, .dft_brightness = 100, .pwm_period_ns = 100000, + .enable_gpio = -1, }, }; |