[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-220-ge6d052fe7
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2021-01-07 10:57:04
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via e6d052fe73ba9983028bf1c21c915b194775e096 (commit)
from 59bac66db1731bdb7c2416b7579483d9726f3f6c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e6d052fe73ba9983028bf1c21c915b194775e096
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Jan 7 11:56:15 2021 +0100
[PATCH] 5.4.imx_legacy: add patch 520 and 522
0520-drm-panel-ili9881c-increase-delay-to-120ms-before-in.patch
0522-clk-imx8mm-Add-CLKO2-support.patch
-----------------------------------------------------------------------
Summary of changes:
...li9881c-increase-delay-to-120ms-before-in.patch | 31 +++++++++++
.../0522-clk-imx8mm-Add-CLKO2-support.patch | 61 ++++++++++++++++++++++
2 files changed, 92 insertions(+)
create mode 100644 patches/linux/5.4.imx_legacy/0520-drm-panel-ili9881c-increase-delay-to-120ms-before-in.patch
create mode 100644 patches/linux/5.4.imx_legacy/0522-clk-imx8mm-Add-CLKO2-support.patch
diff --git a/patches/linux/5.4.imx_legacy/0520-drm-panel-ili9881c-increase-delay-to-120ms-before-in.patch b/patches/linux/5.4.imx_legacy/0520-drm-panel-ili9881c-increase-delay-to-120ms-before-in.patch
new file mode 100644
index 000000000..1b5a6ba8b
--- /dev/null
+++ b/patches/linux/5.4.imx_legacy/0520-drm-panel-ili9881c-increase-delay-to-120ms-before-in.patch
@@ -0,0 +1,31 @@
+From 6b918e0ce9f6ea01424a28e8a579ba283d0a4375 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Mon, 19 Oct 2020 11:54:47 +0200
+Subject: [PATCH 1/1] drm/panel: ili9881c: increase delay to 120ms before init
+ sequence
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+---
+ drivers/gpu/drm/panel/panel-ilitek-ili9881c.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/panel/panel-ilitek-ili9881c.c b/drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
+index 762fb4bf9789..6d8318a74e22 100644
+--- a/drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
++++ b/drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
+@@ -708,7 +708,7 @@ static int ili9881c_prepare(struct drm_panel *panel)
+ msleep(20);
+
+ gpiod_set_value(ctx->reset, 0);
+- msleep(20);
++ msleep(120);
+
+ for (i = 0; i < ctx->data->num_instr; i++) {
+ const struct ili9881c_instr *instr = &ili9881c_init[i];
+--
+2.26.2
+
diff --git a/patches/linux/5.4.imx_legacy/0522-clk-imx8mm-Add-CLKO2-support.patch b/patches/linux/5.4.imx_legacy/0522-clk-imx8mm-Add-CLKO2-support.patch
new file mode 100644
index 000000000..45778d53d
--- /dev/null
+++ b/patches/linux/5.4.imx_legacy/0522-clk-imx8mm-Add-CLKO2-support.patch
@@ -0,0 +1,61 @@
+From ca33d0c02a7c4d40a442ac135eadb0a58d294c8c Mon Sep 17 00:00:00 2001
+From: Fabio Estevam <fes...@gm...>
+Date: Mon, 17 Feb 2020 13:49:38 +0800
+Subject: [PATCH 1/1] clk: imx8mm: Add CLKO2 support
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Add CLKO2 support, which is useful for debugging purposes.
+
+Signed-off-by: Fabio Estevam <fes...@gm...>
+Reviewed-by: Abel Vesa <abe...@nx...>
+Signed-off-by: Shawn Guo <sha...@ke...>
+
+Upstream-commit: 9c07ae6983d434841bb19bea0a75bd0fd925a75c
+
+Signed-off-by: Laurent Pinchart <lau...@id...>
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+---
+ drivers/clk/imx/clk-imx8mm.c | 3 +++
+ include/dt-bindings/clock/imx8mm-clock.h | 4 +++-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/drivers/clk/imx/clk-imx8mm.c b/drivers/clk/imx/clk-imx8mm.c
+index 7dee2f76cc37..5873e9441333 100644
+--- a/drivers/clk/imx/clk-imx8mm.c
++++ b/drivers/clk/imx/clk-imx8mm.c
+@@ -359,6 +359,8 @@ static const char *imx8mm_dram_core_sels[] = {"dram_pll_out", "dram_alt_root", }
+
+ static const char *imx8mm_clko1_sels[] = {"osc_24m", "sys_pll1_800m", "osc_27m", "sys_pll1_200m", "audio_pll2_out",
+ "vpu_pll", "sys_pll1_80m", };
++static const char *imx8mm_clko2_sels[] = {"osc_24m", "sys_pll2_200m", "sys_pll1_400m", "sys_pll2_166m",
++ "sys_pll3_out", "audio_pll1_out", "video_pll1_out", "osc_32k", };
+
+ static struct clk *clks[IMX8MM_CLK_END];
+ static struct clk_onecell_data clk_data;
+@@ -573,6 +575,7 @@ static int imx8mm_clocks_probe(struct platform_device *pdev)
+ clks[IMX8MM_CLK_WDOG] = imx8m_clk_composite("wdog", imx8mm_wdog_sels, base + 0xb900);
+ clks[IMX8MM_CLK_WRCLK] = imx8m_clk_composite("wrclk", imx8mm_wrclk_sels, base + 0xb980);
+ clks[IMX8MM_CLK_CLKO1] = imx8m_clk_composite("clko1", imx8mm_clko1_sels, base + 0xba00);
++ clks[IMX8MM_CLK_CLKO2] = imx8m_clk_composite("clko2", imx8mm_clko2_sels, base + 0xba80);
+ clks[IMX8MM_CLK_DSI_CORE] = imx8m_clk_composite("dsi_core", imx8mm_dsi_core_sels, base + 0xbb00);
+ clks[IMX8MM_CLK_DSI_PHY_REF] = imx8m_clk_composite("dsi_phy_ref", imx8mm_dsi_phy_sels, base + 0xbb80);
+ clks[IMX8MM_CLK_DSI_DBI] = imx8m_clk_composite("dsi_dbi", imx8mm_dsi_dbi_sels, base + 0xbc00);
+diff --git a/include/dt-bindings/clock/imx8mm-clock.h b/include/dt-bindings/clock/imx8mm-clock.h
+index 81a2436ef5a9..293f2140cef7 100644
+--- a/include/dt-bindings/clock/imx8mm-clock.h
++++ b/include/dt-bindings/clock/imx8mm-clock.h
+@@ -249,6 +249,8 @@
+ #define IMX8MM_CLK_GIC 229
+ #define IMX8MM_CLK_A53_CORE 230
+
+-#define IMX8MM_CLK_END 231
++#define IMX8MM_CLK_CLKO2 231
++
++#define IMX8MM_CLK_END 232
+
+ #endif
+--
+2.26.2
+
hooks/post-receive
--
armadeus
|