summaryrefslogtreecommitdiff
path: root/yocto/meta-bsp-rvphone/recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_timing.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2025-02-15 02:15:57 +0100
committerUros Majstorovic <majstor@majstor.org>2025-02-15 02:15:57 +0100
commit7269b0a3f0b7e5f41ba65c7321fde9b8fd88c642 (patch)
treea03775e3a61d752850df6ac6b6bdcc26f5dcc973 /yocto/meta-bsp-rvphone/recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_timing.h
parentb8015c9579d88bb7c5f0637c1bac836ec71bda1d (diff)
removed old (compulab) yocto directory
Diffstat (limited to 'yocto/meta-bsp-rvphone/recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_timing.h')
-rw-r--r--yocto/meta-bsp-rvphone/recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_timing.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/yocto/meta-bsp-rvphone/recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_timing.h b/yocto/meta-bsp-rvphone/recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_timing.h
deleted file mode 100644
index e9bb663..0000000
--- a/yocto/meta-bsp-rvphone/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__ */