]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
panel: Add missing comment for the timing argument
authorMarkus Schneider-Pargmann (TI.com) <msp@baylibre.com>
Mon, 5 Jan 2026 09:36:26 +0000 (10:36 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 16 Jan 2026 15:07:28 +0000 (09:07 -0600)
For completeness add it.

Signed-off-by: Markus Schneider-Pargmann (TI.com) <msp@baylibre.com>
include/panel.h

index ab417bc91ed1d23aadc64e861bb721418199fb0f..e2764d72c57dcc4ae11d5f1553f1bfcd98996138 100644 (file)
@@ -29,7 +29,7 @@ struct panel_ops {
         * get_timings() - Get display timings from panel.
         *
         * @dev:        Panel device containing the display timings
-        * @tim:        Place to put timings
+        * @timing:     Pointer to the timing for storing
         * @return 0 if OK, -ve on error
         */
        int (*get_display_timing)(struct udevice *dev,
@@ -60,6 +60,7 @@ int panel_set_backlight(struct udevice *dev, int percent);
  * panel_get_display_timing() - Get display timings from panel.
  *
  * @dev:       Panel device containing the display timings
+ * @timing:    Pointer to the timing for storing
  * Return: 0 if OK, -ve on error
  */
 int panel_get_display_timing(struct udevice *dev,