From: Thierry Reding <thierry.reding@gmail.com>
To: Ajay kumar <ajaynumb@gmail.com>
Cc: "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
Ajay Kumar <ajaykumar.rs@samsung.com>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
"linux-samsung-soc@vger.kernel.org"
<linux-samsung-soc@vger.kernel.org>,
InKi Dae <inki.dae@samsung.com>, Rob Clark <robdclark@gmail.com>,
Daniel Vetter <daniel.vetter@ffwll.ch>,
Sean Paul <seanpaul@google.com>, Jingoo Han <jg1.han@samsung.com>,
sunil joshi <joshi@samsung.com>,
Prashanth G <prashanth.g@samsung.com>,
Javier Martinez Canillas <javier@dowhile0.org>
Subject: Re: [PATCH V5 05/12] Documentation: Add DT bindings for panel-lvds driver
Date: Fri, 18 Jul 2014 00:48:11 +0200 [thread overview]
Message-ID: <20140717224809.GA8875@mithrandir> (raw)
In-Reply-To: <CAEC9eQNygvwOGvw6QPGp+=7K9=oC9XvcEf9QSv=JBsEHyhM0wA@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 3789 bytes --]
On Fri, Jul 18, 2014 at 02:20:39AM +0530, Ajay kumar wrote:
> +devicetree@vger.kernel.org
>
> On Fri, Jul 18, 2014 at 2:13 AM, Ajay Kumar <ajaykumar.rs@samsung.com> wrote:
> > Add DT binding documentation for panel-lvds driver.
> >
> > Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
> > ---
> > .../devicetree/bindings/panel/panel-lvds.txt | 50 ++++++++++++++++++++
> > 1 file changed, 50 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/panel/panel-lvds.txt
> >
> > diff --git a/Documentation/devicetree/bindings/panel/panel-lvds.txt b/Documentation/devicetree/bindings/panel/panel-lvds.txt
> > new file mode 100644
> > index 0000000..fdf91da2
> > --- /dev/null
> > +++ b/Documentation/devicetree/bindings/panel/panel-lvds.txt
> > @@ -0,0 +1,50 @@
> > +panel interface for eDP/lvds panels
> > +
> > +Required properties:
> > + - compatible: "panel-lvds"
I think I've said this before. I oppose the addition of this binding. We
need to list a device-specific compatible value here, wildcards like
this aren't a good choice. And then if we have that compatible value we
can move most of the optional properties below into a driver.
> > +Optional properties:
If all these properties are optional, then what happens if a device tree
node doesn't contain any of them? Doesn't that turn the driver into one
big no-op?
> > + -lcd-enable-gpios:
> > + panel LCD poweron GPIO.
> > + Indicates which GPIO needs to be powered up as output
> > + to powerup/enable the switch to the LCD panel.
> > + -backlight-enable-gpios:
> > + panel LED enable GPIO.
> > + Indicates which GPIO needs to be powered up as output
> > + to enable the backlight.
I've also said before that this really belongs in a backlight driver.
Chances are that you'll want to have a way to set the brightness of the
backlight as well, so simply an enable GPIO won't be good enough.
> > + -panel-prepare-delay:
> > + delay value in ms required for panel_prepare process
> > + Delay in ms needed for the panel LCD unit to
> > + powerup completely.
> > + ex: delay needed till eDP panel throws HPD.
> > + delay needed so that we cans tart reading edid.
If the panel signals HPD then we don't need this delay at all and we
should just wait for HPD instead.
> > + -panel-enable-delay:
> > + delay value in ms required for panel_enable process
> > + Delay in ms needed for the panel backlight/LED unit
> > + to powerup, and delay needed between video_enable and
> > + backlight_enable.
> > + -panel-disable-delay:
> > + delay value in ms required for panel_disable process
> > + Delay in ms needed for the panel backlight/LED unit
> > + powerdown, and delay needed between backlight_disable
> > + and video_disable.
> > + -panel-unprepare-delay:
> > + delay value in ms required for panel_post_disable process
> > + Delay in ms needed for the panel LCD unit to
> > + to powerdown completely, and the minimum delay needed
> > + before powering it on again.
These delays are all panel specific and they don't vary per board, so
they shouldn't go into the device tree at all.
> > + -panel-width-mm: physical panel width [mm]
> > + -panel-height-mm: physical panel height [mm]
Same here.
Thierry
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2014-07-17 22:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1405629839-12086-1-git-send-email-ajaykumar.rs@samsung.com>
[not found] ` <1405629839-12086-6-git-send-email-ajaykumar.rs@samsung.com>
2014-07-17 20:50 ` [PATCH V5 05/12] Documentation: Add DT bindings for panel-lvds driver Ajay kumar
2014-07-17 22:48 ` Thierry Reding [this message]
2014-07-18 6:48 ` Ajay kumar
2014-07-21 7:52 ` Thierry Reding
2014-07-21 12:30 ` Ajay kumar
[not found] ` <1405629839-12086-12-git-send-email-ajaykumar.rs@samsung.com>
2014-07-17 20:51 ` [PATCH V5 11/12] Documentation: Add DT bindings for ps8622/ps8625 bridge driver Ajay kumar
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=20140717224809.GA8875@mithrandir \
--to=thierry.reding@gmail.com \
--cc=ajaykumar.rs@samsung.com \
--cc=ajaynumb@gmail.com \
--cc=daniel.vetter@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=inki.dae@samsung.com \
--cc=javier@dowhile0.org \
--cc=jg1.han@samsung.com \
--cc=joshi@samsung.com \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=prashanth.g@samsung.com \
--cc=robdclark@gmail.com \
--cc=seanpaul@google.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).