Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / include / asm-blackfin / mach-bf548 / bf54x-lq043.h
blob9c7ca62a45eb09621f2495021553ab9c097a7ddc
1 #ifndef BF54X_LQ043_H
2 #define BF54X_LQ043_H
4 struct bfin_bf54xfb_val {
5 unsigned int defval;
6 unsigned int min;
7 unsigned int max;
8 };
10 struct bfin_bf54xfb_mach_info {
11 unsigned char fixed_syncs; /* do not update sync/border */
13 /* LCD types */
14 int type;
16 /* Screen size */
17 int width;
18 int height;
20 /* Screen info */
21 struct bfin_bf54xfb_val xres;
22 struct bfin_bf54xfb_val yres;
23 struct bfin_bf54xfb_val bpp;
25 /* GPIOs */
26 unsigned short disp;
30 #endif /* BF54X_LQ043_H */