mbox series

[v2,0/4] Add internal display support to Odroid Go Super

Message ID 20230213153816.213526-1-maccraft123mc@gmail.com (mailing list archive)
Headers show
Series Add internal display support to Odroid Go Super | expand

Message

Maya Matuszczyk Feb. 13, 2023, 3:38 p.m. UTC
This patch series introduces internal display to Odroid Go Super, which
shares panel with Odroid Go Ultra and several clone devices.

---

Changes from v1:
- Changed commit message of dt-bindings patch to conform to standards
- Made dt-bindings patch add compatible in alphabetical order
- Added support for orientation in st7701 driver

Maya Matuszczyk (4):
  dt-bindings: display: panel: sitronix,st7701: Add Elida KD50T048A
    Panel
  drm: panel: Add Elida KD50T048A to Sitronix ST7701 driver
  drm: panel: Add orientation support for st7701
  arm64: dts: rockchip: Add display support to Odroid Go Super

 .../display/panel/sitronix,st7701.yaml        |   1 +
 .../boot/dts/rockchip/rk3326-odroid-go3.dts   |   4 +-
 drivers/gpu/drm/panel/panel-sitronix-st7701.c | 144 ++++++++++++++++++
 3 files changed, 148 insertions(+), 1 deletion(-)

Comments

Heiko Stuebner March 7, 2023, 10:24 p.m. UTC | #1
On Mon, 13 Feb 2023 16:38:12 +0100, Maya Matuszczyk wrote:
> This patch series introduces internal display to Odroid Go Super, which
> shares panel with Odroid Go Ultra and several clone devices.
> 

Applied, thanks!

[1/4] dt-bindings: display: panel: sitronix,st7701: Add Elida KD50T048A Panel
      commit: 441e129cbf81fa7365963141040814cee8ed94d6
[2/4] drm: panel: Add Elida KD50T048A to Sitronix ST7701 driver
      commit: e89838968ee4446073faa718e9303bd6341ee0d1
[3/4] drm: panel: Add orientation support for st7701
      commit: 5a2854e577dc2b4538711afb9d788a6fb835b640

Best regards,
Heiko Stuebner March 7, 2023, 11:35 p.m. UTC | #2
On Mon, 13 Feb 2023 16:38:12 +0100, Maya Matuszczyk wrote:
> This patch series introduces internal display to Odroid Go Super, which
> shares panel with Odroid Go Ultra and several clone devices.
> 

Applied, thanks!

[4/4] arm64: dts: rockchip: Add display support to Odroid Go Super
      commit: f94c11ade1461b9cbae1e8d2e03efa7d4dc178f0

Best regards,