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, 26 Oct 2020 20:25:31 +0100	[thread overview]
Message-ID: <20201026192531.35nft4tkyxudfgmo@gilmour.lan> (raw)
In-Reply-To: <alpine.GSO.2.00.2010251046250.13628@dmz.c-home.cz>

On Sun, Oct 25, 2020 at 10:56:32AM +0100, Martin Cerveny wrote:
> 
> 
> On Mon, 19 Oct 2020, Maxime Ripard wrote:
> > 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?
> > 
> 
> I done in config all needed setup to enable LCD
> (PHASE and PWM drivers).
> 
> Enabling LCD (with different display timimgs) depends now only on DTS/DTB.

Indeed, I missed that one.

With that being said, it doesn't really change the fact that you'd still
need some changes to the DT (and thus the code) to enable it.

And those changes wouldn't follow the DT bindings of the display
controller either, so there's no chance of them getting upstream at any
point in time.

So yeah, while your first patches should definitely go in, this one
doesn't seem that interesting

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/20201026/d5c130fa/attachment.sig>

      reply	other threads:[~2020-10-26 19:25 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
2020-10-25  9:56     ` Martin Cerveny
2020-10-26 19:25       ` Maxime Ripard [this message]

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=20201026192531.35nft4tkyxudfgmo@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.