forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/video/fbdev/sa1100fb.h
....@@ -10,6 +10,8 @@
1010 * for more details.
1111 */
1212
13
+struct gpio_desc;
14
+
1315 #define LCCR0 0x0000 /* LCD Control Reg. 0 */
1416 #define LCSR 0x0004 /* LCD Status Reg. */
1517 #define DBAR1 0x0010 /* LCD DMA Base Address Reg. channel 1 */
....@@ -33,6 +35,7 @@
3335 struct device *dev;
3436 const struct sa1100fb_rgb *rgb[NR_RGB];
3537 void __iomem *base;
38
+ struct gpio_desc *shannon_lcden;
3639
3740 /*
3841 * These are the addresses we mapped
....@@ -64,7 +67,6 @@
6467
6568 #ifdef CONFIG_CPU_FREQ
6669 struct notifier_block freq_transition;
67
- struct notifier_block freq_policy;
6870 #endif
6971
7072 const struct sa1100fb_mach_info *inf;