From 76ec318118106cb25d762de83857f6579c13e273 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Fri, 27 Aug 2021 03:06:13 +0200 Subject: yocto rename --- .../rvphone/cl-imx8/sn65dsi83/sn65dsi83_timing.h | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_timing.h (limited to 'recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_timing.h') diff --git a/recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_timing.h b/recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_timing.h deleted file mode 100644 index e9bb663..0000000 --- a/recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_timing.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifndef __SN65DSI83_TIMING_H__ -#define __SN65DSI83_TIMING_H__ - -/* Default Video Parameters */ -#define PIXCLK_INIT 62500000 - -#define HACTIVE_INIT 1280 -#define HPW_INIT 2 -#define HBP_INIT 6 -#define HFP_INIT 5 - -#define VACTIVE_INIT 800 -#define VPW_INIT 1 -#define VBP_INIT 2 -#define VFP_INIT 3 - -static const struct display_timing panel_default_timing = { - .pixelclock = { PIXCLK_INIT, PIXCLK_INIT, PIXCLK_INIT }, - .hactive = { HACTIVE_INIT, HACTIVE_INIT, HACTIVE_INIT }, - .hfront_porch = { HFP_INIT, HFP_INIT, HFP_INIT }, - .hsync_len = { HPW_INIT, HPW_INIT, HPW_INIT }, - .hback_porch = { HBP_INIT, HBP_INIT, HBP_INIT }, - .vactive = { VACTIVE_INIT, VACTIVE_INIT, VACTIVE_INIT }, - .vfront_porch = { VFP_INIT, VFP_INIT, VFP_INIT }, - .vsync_len = { VPW_INIT, VPW_INIT, VPW_INIT }, - .vback_porch = { VBP_INIT, VBP_INIT, VBP_INIT }, - .flags = DISPLAY_FLAGS_HSYNC_LOW | - DISPLAY_FLAGS_VSYNC_LOW | - DISPLAY_FLAGS_DE_LOW | - DISPLAY_FLAGS_PIXDATA_NEGEDGE, -}; - -#endif /* __SN65DSI83_TIMING_H__ */ -- cgit v1.2.3