All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime@cerno.tech>
To: u-boot@lists.denx.de
Subject: [PATCH v2 5/5] sunxi: add drivers and configs needed for LCD display
Date: Mon, 19 Oct 2020 11:27:15 +0200	[thread overview]
Message-ID: <20201019092715.ztbg73rfua4745fb@gilmour.lan> (raw)
In-Reply-To: <20201016171705.49609-6-m.cerveny@computer.org>

On Fri, Oct 16, 2020 at 07:17:05PM +0200, Martin Cerveny wrote:
> Add PWM and dummy power regulator support.
> Modify phase of data signal for LCD display.
> 
> Signed-off-by: Martin Cerveny <m.cerveny@computer.org>
> ---
>  configs/LicheePi_Zero_defconfig | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/configs/LicheePi_Zero_defconfig b/configs/LicheePi_Zero_defconfig
> index 04d7b64504..ba1c085ec3 100644
> --- a/configs/LicheePi_Zero_defconfig
> +++ b/configs/LicheePi_Zero_defconfig
> @@ -3,5 +3,9 @@ CONFIG_ARCH_SUNXI=y
>  CONFIG_SPL=y
>  CONFIG_MACH_SUN8I_V3S=y
>  CONFIG_DRAM_CLK=360
> +CONFIG_VIDEO_LCD_DCLK_PHASE=0

I'm not sure you answered on that one either, but you'd need some
display timings as well, right? If so, why do we need that change in the
first place if we're expected to change it anyway?

Maxime
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20201019/8b11603d/attachment.sig>

  reply	other threads:[~2020-10-19  9:27 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-16 17:17 [PATCH v2 0/5] sunxi: video: Add V3S simple-framebuffer Martin Cerveny
2020-10-16 17:17 ` [PATCH v2 1/5] ARM: dts: sun8i: Update V3s dts(i) files from Linux-v5.9 Martin Cerveny
2020-10-16 17:17 ` [PATCH v2 2/5] ARM: dts: sun8i: v3s: Add simple-framebuffer Martin Cerveny
2020-10-19  8:45   ` Maxime Ripard
2020-10-16 17:17 ` [PATCH v2 3/5] pwm: sunxi: v3s: Enable PWM0 Martin Cerveny
2020-10-16 17:17 ` [PATCH v2 4/5] sunxi: video: v3s: Enable LCD support Martin Cerveny
2020-10-19  9:25   ` Maxime Ripard
2020-10-25  9:46     ` Martin Cerveny
2020-10-26 19:09       ` Maxime Ripard
2020-10-16 17:17 ` [PATCH v2 5/5] sunxi: add drivers and configs needed for LCD display Martin Cerveny
2020-10-19  9:27   ` Maxime Ripard [this message]
2020-10-25  9:56     ` Martin Cerveny
2020-10-26 19:25       ` Maxime Ripard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201019092715.ztbg73rfua4745fb@gilmour.lan \
    --to=maxime@cerno.tech \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.