summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_timing.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2021-08-27 03:06:13 +0200
committerUros Majstorovic <majstor@majstor.org>2021-08-27 03:06:13 +0200
commit76ec318118106cb25d762de83857f6579c13e273 (patch)
treeac1025b9e79a5eae04b6036d56599c0df98dcb08 /recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_timing.h
parent6d270f43cfea8e840463c260b43a6afbd24c1149 (diff)
yocto rename
Diffstat (limited to 'recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_timing.h')
-rw-r--r--recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_timing.h33
1 files changed, 0 insertions, 33 deletions
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__ */