X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fpxa_lcd.h;h=11a22abca6dcd3591a05229ccc54512872e39f9e;hb=19ca29f3ff5811e058360aa275208d219b3078c2;hp=723f6ab76670e4a0a229f831a00b84821aaf2eda;hpb=e72d344386bf80738fab7a6bd37cb321f443093a;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/pxa_lcd.h b/include/pxa_lcd.h index 723f6ab..11a22ab 100644 --- a/include/pxa_lcd.h +++ b/include/pxa_lcd.h @@ -1,10 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * pxa_lcd.h - PXA LCD Controller structures * * (C) Copyright 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _PXA_LCD_H_ @@ -48,6 +47,7 @@ struct pxafb_info { typedef struct vidinfo { ushort vl_col; /* Number of columns (i.e. 640) */ ushort vl_row; /* Number of rows (i.e. 480) */ + ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ ushort vl_width; /* Width of display area in millimeters */ ushort vl_height; /* Height of display area in millimeters */