| .. | .. |
|---|
| 10 | 10 | * for more details. |
|---|
| 11 | 11 | */ |
|---|
| 12 | 12 | |
|---|
| 13 | +struct gpio_desc; |
|---|
| 14 | + |
|---|
| 13 | 15 | #define LCCR0 0x0000 /* LCD Control Reg. 0 */ |
|---|
| 14 | 16 | #define LCSR 0x0004 /* LCD Status Reg. */ |
|---|
| 15 | 17 | #define DBAR1 0x0010 /* LCD DMA Base Address Reg. channel 1 */ |
|---|
| .. | .. |
|---|
| 33 | 35 | struct device *dev; |
|---|
| 34 | 36 | const struct sa1100fb_rgb *rgb[NR_RGB]; |
|---|
| 35 | 37 | void __iomem *base; |
|---|
| 38 | + struct gpio_desc *shannon_lcden; |
|---|
| 36 | 39 | |
|---|
| 37 | 40 | /* |
|---|
| 38 | 41 | * These are the addresses we mapped |
|---|
| .. | .. |
|---|
| 64 | 67 | |
|---|
| 65 | 68 | #ifdef CONFIG_CPU_FREQ |
|---|
| 66 | 69 | struct notifier_block freq_transition; |
|---|
| 67 | | - struct notifier_block freq_policy; |
|---|
| 68 | 70 | #endif |
|---|
| 69 | 71 | |
|---|
| 70 | 72 | const struct sa1100fb_mach_info *inf; |
|---|