]> git.sur5r.net Git - u-boot/blobdiff - include/video.h
SECURE_BOOT: Enable SD as a source for bootscript
[u-boot] / include / video.h
index 0e265dede9079b34ab3b244100a44a0f750f79dc..0d5bd21c600e7fe503617ca0017419f0f819a090 100644 (file)
@@ -23,6 +23,11 @@ struct video_uc_platdata {
        ulong base;
 };
 
+enum video_polarity {
+       VIDEO_ACTIVE_HIGH,      /* Pins are active high */
+       VIDEO_ACTIVE_LOW,       /* Pins are active low */
+};
+
 /*
  * Bits per pixel selector. Each value n is such that the bits-per-pixel is
  * 2 ^ n
@@ -49,7 +54,7 @@ enum video_log2_bpp {
  *
  * @xsize:     Number of pixel columns (e.g. 1366)
  * @ysize:     Number of pixels rows (e.g.. 768)
- * @tor:       Display rotation (0=none, 1=90 degrees clockwise, etc.)
+ * @rot:       Display rotation (0=none, 1=90 degrees clockwise, etc.)
  * @bpix:      Encoded bits per pixel
  * @vidconsole_drv_name:       Driver to use for the text console, NULL to
  *             select automatically