linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] add Pine64 touch panel support to rockpro64
@ 2022-05-11 11:35 Peter Geis
  2022-05-11 11:35 ` [PATCH v2 1/3] dt-bindings: display: panel: feiyang, fy07024di26a30d: make reset gpio optional Peter Geis
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Peter Geis @ 2022-05-11 11:35 UTC (permalink / raw)
  To: linux-rockchip
  Cc: Heiko Stuebner, dri-devel, devicetree, linux-kernel,
	linux-arm-kernel, Peter Geis

Good Morning,

Apologies Heiko on taking so long for this v2.

This patch series adds support for the Pine64 touch panel to the
rockpro64 single board computer.
This panel attaches to the dsi port and includes an i2c touch screen.

The first two patches involve making the reset pin to the Feiyang
fy07024di26a30d panel optional. On the rockpro64 and quartz64-a this pin
is tied to dvdd and automatically comes high when power is applied.
The third patch adds the device tree nodes to rockpro64 to permit the
panel to be used.

Changelog:
v2:
- Drop patch 4 so we don't "enable" the nodes
- Drop the unnecessary null checks
- Rebase to 5.18-rc1

Peter Geis (3):
  dt-bindings: display: panel: feiyang, fy07024di26a30d: make reset gpio
    optional
  drm/panel: feiyang-fy07024di26a30d: make reset gpio optional
  arm64: dts: rockchip: add pine64 touch panel display to rockpro64

 .../panel/feiyang,fy07024di26a30d.yaml        |  1 -
 .../boot/dts/rockchip/rk3399-rockpro64.dtsi   | 80 ++++++++++++++++++-
 .../drm/panel/panel-feiyang-fy07024di26a30d.c |  2 +-
 3 files changed, 77 insertions(+), 6 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-05-15 19:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-11 11:35 [PATCH v2 0/3] add Pine64 touch panel support to rockpro64 Peter Geis
2022-05-11 11:35 ` [PATCH v2 1/3] dt-bindings: display: panel: feiyang, fy07024di26a30d: make reset gpio optional Peter Geis
2022-05-11 11:35 ` [PATCH v2 2/3] drm/panel: feiyang-fy07024di26a30d: " Peter Geis
2022-05-11 11:35 ` [PATCH v2 3/3] arm64: dts: rockchip: add pine64 touch panel display to rockpro64 Peter Geis
2022-05-15 19:32 ` (subset) [PATCH v2 0/3] add Pine64 touch panel support " Heiko Stuebner
2022-05-15 19:47 ` Heiko Stuebner

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).