lkml.org 
[lkml]   [2018]   [Mar]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH v3 04/10] otm
Date
Hi Yannick

There is a problem with patch 4. I received two patches 04/10, this one
and [PATCH v3 04/10] video: add support of panel OTM8009A.

Patrice

On 03/13/2018 02:50 PM, yannick fertre wrote:
> ---
> drivers/video/orisetech_otm8009a.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/video/orisetech_otm8009a.c b/drivers/video/orisetech_otm8009a.c
> index 81b11d7..aa8139a 100644
> --- a/drivers/video/orisetech_otm8009a.c
> +++ b/drivers/video/orisetech_otm8009a.c
> @@ -289,9 +289,11 @@ static int otm8009a_panel_probe(struct udevice *dev)
> struct otm8009a_panel_priv *priv = dev_get_priv(dev);
> int ret;
>
> - /* reset panel must be done before probe */
> + /* reset panel */
> dm_gpio_set_value(&priv->reset, true);
>
> + mdelay(1);
> +
> if (IS_ENABLED(CONFIG_DM_REGULATOR) && priv->reg) {
> dev_err(dev, "enable regulator '%s'\n", priv->reg->name);
> ret = regulator_set_enable(priv->reg, true);
>
\
 
 \ /
  Last update: 2018-03-13 15:13    [W:0.097 / U:0.276 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site