.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/arch/arm/mach-pxa/tavorevb.c |
---|
3 | 4 | * |
---|
4 | 5 | * Support for the Marvell PXA930 Evaluation Board |
---|
5 | 6 | * |
---|
6 | 7 | * Copyright (C) 2007-2008 Marvell International Ltd. |
---|
7 | | - * |
---|
8 | | - * This program is free software; you can redistribute it and/or modify |
---|
9 | | - * it under the terms of the GNU General Public License version 2 as |
---|
10 | | - * publishhed by the Free Software Foundation. |
---|
11 | 8 | */ |
---|
12 | 9 | |
---|
13 | 10 | #include <linux/module.h> |
---|
.. | .. |
---|
181 | 178 | /* primary backlight */ |
---|
182 | 179 | .max_brightness = 100, |
---|
183 | 180 | .dft_brightness = 100, |
---|
184 | | - .enable_gpio = -1, |
---|
185 | 181 | }, |
---|
186 | 182 | [1] = { |
---|
187 | 183 | /* secondary backlight */ |
---|
188 | 184 | .max_brightness = 100, |
---|
189 | 185 | .dft_brightness = 100, |
---|
190 | | - .enable_gpio = -1, |
---|
191 | 186 | }, |
---|
192 | 187 | }; |
---|
193 | 188 | |
---|