All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Marco Franchi <marcofrk@gmail.com>
Cc: robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	festevam@gmail.com
Subject: Re: [PATCH v3 1/3] ARM: dts: imx6sx-sdb: Convert from fbdev to drm bindings
Date: Thu, 21 Dec 2017 16:22:57 +0800	[thread overview]
Message-ID: <20171221082256.GN23230@dragon> (raw)
In-Reply-To: <1512573319-6624-1-git-send-email-marcofrk@gmail.com>

On Wed, Dec 06, 2017 at 01:15:17PM -0200, Marco Franchi wrote:
> It is preferred to use the panel compatible string rather than passing
> the LCD timing in the device tree.
> 
> So pass the "sii,43wvf1g" compatible string, which describes the parallel
> LCD.
> 
> Also pass the 'backlight' property as described in
> Documentation/devicetree/bindings/display/panel/simple-panel.txt
> 
> Signed-off-by: Marco Franchi <marcofrk@gmail.com>

Applied all, thanks.

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Marco Franchi <marcofrk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Subject: Re: [PATCH v3 1/3] ARM: dts: imx6sx-sdb: Convert from fbdev to drm bindings
Date: Thu, 21 Dec 2017 16:22:57 +0800	[thread overview]
Message-ID: <20171221082256.GN23230@dragon> (raw)
In-Reply-To: <1512573319-6624-1-git-send-email-marcofrk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

On Wed, Dec 06, 2017 at 01:15:17PM -0200, Marco Franchi wrote:
> It is preferred to use the panel compatible string rather than passing
> the LCD timing in the device tree.
> 
> So pass the "sii,43wvf1g" compatible string, which describes the parallel
> LCD.
> 
> Also pass the 'backlight' property as described in
> Documentation/devicetree/bindings/display/panel/simple-panel.txt
> 
> Signed-off-by: Marco Franchi <marcofrk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Applied all, thanks.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/3] ARM: dts: imx6sx-sdb: Convert from fbdev to drm bindings
Date: Thu, 21 Dec 2017 16:22:57 +0800	[thread overview]
Message-ID: <20171221082256.GN23230@dragon> (raw)
In-Reply-To: <1512573319-6624-1-git-send-email-marcofrk@gmail.com>

On Wed, Dec 06, 2017 at 01:15:17PM -0200, Marco Franchi wrote:
> It is preferred to use the panel compatible string rather than passing
> the LCD timing in the device tree.
> 
> So pass the "sii,43wvf1g" compatible string, which describes the parallel
> LCD.
> 
> Also pass the 'backlight' property as described in
> Documentation/devicetree/bindings/display/panel/simple-panel.txt
> 
> Signed-off-by: Marco Franchi <marcofrk@gmail.com>

Applied all, thanks.

  parent reply	other threads:[~2017-12-21  8:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-06 15:15 [PATCH v3 1/3] ARM: dts: imx6sx-sdb: Convert from fbdev to drm bindings Marco Franchi
2017-12-06 15:15 ` Marco Franchi
2017-12-06 15:15 ` Marco Franchi
2017-12-06 15:15 ` [PATCH v3 2/3] ARM: dts: imx6sl-evk: Rearrange the regulators node Marco Franchi
2017-12-06 15:15   ` Marco Franchi
2017-12-06 15:15   ` Marco Franchi
2017-12-06 15:15 ` [PATCH v3 3/3] ARM: dts: imx6sl-evk: Convert from fbdev to drm bindings Marco Franchi
2017-12-06 15:15   ` Marco Franchi
2017-12-06 15:15   ` Marco Franchi
2017-12-21  8:22 ` Shawn Guo [this message]
2017-12-21  8:22   ` [PATCH v3 1/3] ARM: dts: imx6sx-sdb: " Shawn Guo
2017-12-21  8:22   ` Shawn Guo

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=20171221082256.GN23230@dragon \
    --to=shawnguo@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcofrk@gmail.com \
    --cc=robh+dt@kernel.org \
    /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.