mbox series

[0/3] drm/panel: ilitek-ili9881c: Read panel orientation

Message ID 20211020153432.383845-1-john@metanate.com (mailing list archive)
Headers show
Series drm/panel: ilitek-ili9881c: Read panel orientation | expand

Message

John Keeping Oct. 20, 2021, 3:34 p.m. UTC
Support the "rotation" DT property for ILI9881C based panels.

The first patch is a fix for the binding, then the usual binding update
followed by the corresponding driver update.

John Keeping (3):
  dt-bindings: ili9881c: add missing panel-common inheritance
  dt-bindings: ili9881c: add rotation property
  drm/panel: ilitek-ili9881c: Read panel orientation

 .../bindings/display/panel/ilitek,ili9881c.yaml       |  4 ++++
 drivers/gpu/drm/panel/panel-ilitek-ili9881c.c         | 11 +++++++++++
 2 files changed, 15 insertions(+)

Comments

Sam Ravnborg Oct. 21, 2021, 5:27 p.m. UTC | #1
Hi John,

On Wed, Oct 20, 2021 at 04:34:27PM +0100, John Keeping wrote:
> Support the "rotation" DT property for ILI9881C based panels.
> 
> The first patch is a fix for the binding, then the usual binding update
> followed by the corresponding driver update.
> 
> John Keeping (3):
>   dt-bindings: ili9881c: add missing panel-common inheritance
>   dt-bindings: ili9881c: add rotation property
>   drm/panel: ilitek-ili9881c: Read panel orientation

Thanks for fixing my mistake in ilitek,ili9881c.yaml.
All patches applied to drm-misc-next. They will show up in -next in 1-2
weeks.

	Sam