All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: sunxi: Add support for MSI Primo73 tablet
@ 2020-07-14  7:13 ` Chen-Yu Tsai
  0 siblings, 0 replies; 45+ messages in thread
From: Chen-Yu Tsai @ 2020-07-14  7:13 UTC (permalink / raw)
  To: Maxime Ripard, Rob Herring, Sam Ravnborg, Thierry Reding,
	David Airlie, Daniel Vetter
  Cc: Chen-Yu Tsai, linux-arm-kernel, devicetree, dri-devel, Siarhei Siamashka

From: Chen-Yu Tsai <wens@csie.org>

Hi everyone,

This series add support for MSI's Primo73 tablet. This is a 7" tablet
based on Allwinner's A20 SoC.

The tablet uses some unknown LCD panel, with only serial number
markings, and what appears to be a part number. Searching the Internet
for said part number yielded no usable results. Hence this panel is
described solely using the panel-dpi binding. The display timing values
were retrieved from the hardware description file from the original
Android system.

A new property for the panel-dpi binding is added to describe the color
depth of the panel, which is normally included the panel description in
panel-simple. Otherwise this would be undefined in the panel-dpi case
and left to encoder drivers to make up. I believe this would be separate
from the bus format, which was added earlier and then retracted.

Patches 1 and 2 add the new color depth property to the device tree
binding and the panel-simple driver.

Patch 3 adds the board compatible string to the list of boards.

Patch 4 adds a pinmux option for LCD0 full 24-bit output, with
control signals, for the A20.

Patch 5 adds the device tree file for the Primo73.


Please have a look.


Regards
ChenYu


Chen-Yu Tsai (5):
  dt-bindings: display: panel-dpi: Add bits-per-color property
  drm/panel: simple: Set bpc from bits-per-color DT property for
    panel-dpi
  dt-bindings: arm: sunxi: Add compatible for MSI Primo73 tablet
  ARM: dts: sun7i: Add LCD0 RGB888 pins
  ARM: dts: sun7i: Add MSI Primo73 tablet

 .../devicetree/bindings/arm/sunxi.yaml        |   5 +
 .../bindings/display/panel/panel-dpi.yaml     |   4 +
 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/sun7i-a20-primo73.dts       | 279 ++++++++++++++++++
 arch/arm/boot/dts/sun7i-a20.dtsi              |  12 +
 drivers/gpu/drm/panel/panel-simple.c          |   1 +
 6 files changed, 302 insertions(+)
 create mode 100644 arch/arm/boot/dts/sun7i-a20-primo73.dts

-- 
2.27.0


^ permalink raw reply	[flat|nested] 45+ messages in thread

end of thread, other threads:[~2020-07-21 14:00 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-14  7:13 [PATCH 0/5] ARM: sunxi: Add support for MSI Primo73 tablet Chen-Yu Tsai
2020-07-14  7:13 ` Chen-Yu Tsai
2020-07-14  7:13 ` Chen-Yu Tsai
2020-07-14  7:13 ` [PATCH 1/5] dt-bindings: display: panel-dpi: Add bits-per-color property Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-16  8:00   ` Maxime Ripard
2020-07-16  8:00     ` Maxime Ripard
2020-07-16  8:00     ` Maxime Ripard
2020-07-16  8:05     ` Chen-Yu Tsai
2020-07-16  8:05       ` Chen-Yu Tsai
2020-07-16  8:05       ` Chen-Yu Tsai
2020-07-21  2:10   ` Rob Herring
2020-07-21  2:10     ` Rob Herring
2020-07-21  2:10     ` Rob Herring
2020-07-21  9:23     ` Maxime Ripard
2020-07-21  9:23       ` Maxime Ripard
2020-07-21  9:23       ` Maxime Ripard
2020-07-21  9:40       ` Chen-Yu Tsai
2020-07-21  9:40         ` Chen-Yu Tsai
2020-07-21  9:40         ` Chen-Yu Tsai
2020-07-21 13:58       ` Rob Herring
2020-07-21 13:58         ` Rob Herring
2020-07-21 13:58         ` Rob Herring
2020-07-14  7:13 ` [PATCH 2/5] drm/panel: simple: Set bpc from bits-per-color DT property for panel-dpi Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-14  7:13 ` [PATCH 3/5] dt-bindings: arm: sunxi: Add compatible for MSI Primo73 tablet Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-21  2:10   ` Rob Herring
2020-07-21  2:10     ` Rob Herring
2020-07-21  2:10     ` Rob Herring
2020-07-14  7:13 ` [PATCH 4/5] ARM: dts: sun7i: Add LCD0 RGB888 pins Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-14  7:13 ` [PATCH 5/5] ARM: dts: sun7i: Add MSI Primo73 tablet Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-14  7:13   ` Chen-Yu Tsai
2020-07-16  8:04   ` Maxime Ripard
2020-07-16  8:04     ` Maxime Ripard
2020-07-16  8:04     ` Maxime Ripard
2020-07-16  8:09     ` Chen-Yu Tsai
2020-07-16  8:09       ` Chen-Yu Tsai
2020-07-16  8:09       ` Chen-Yu Tsai

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.