devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4 0/6] rockchip: Add Powkiddy RK2023
@ 2023-11-17 20:25 Chris Morgan
  2023-11-17 20:25 ` [PATCH V4 1/6] dt-bindings: display: nv3051d: Update NewVision NV3051D compatibles Chris Morgan
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Chris Morgan @ 2023-11-17 20:25 UTC (permalink / raw)
  To: linux-rockchip
  Cc: dri-devel, devicetree, sebastian.reichel, daniel, airlied, sam,
	neil.armstrong, heiko, conor+dt, krzysztof.kozlowski+dt, robh+dt,
	Chris Morgan

From: Chris Morgan <macromorgan@hotmail.com>

Add support for the Powkiddy RK2023, which is extremely similar to
existing Powkiddy RGB30 device.

Changes since V3:
 - Corrected commit subject lines.

Changes since V2:
 - Split "hold panel in reset" to a separate patch for the NV3051D.
 - Changed replaced common include to a new Powkiddy specific include
   to better reflect the similarity of these two devices (and so as
   to not have to delete so many nodes).

Changes since V1:
 - Necessary clock changes have been accepted to mainline, so removed
   from this series.
   https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git/commit/?id=f1db0865b4628d5e2e85347350c077a71f0629d2
 - Combined Powkiddy RK3566 devices in devicetree documentation.
   Dropped ack from binding as this change is vastly different than
   the previous update.
 - Updated panel driver to hold panel in reset status after unprepare.

Chris Morgan (6):
  dt-bindings: display: panel: Update NewVision NV3051D compatibles
  drm/panel: nv3051d: Hold panel in reset for unprepare
  nv3051d: Add Powkiddy RK2023 Panel Support
  dt-bindings: arm: rockchip: Add Powkiddy RK2023
  arm64: dts: rockchip: Update powkiddy,rgb30 include to rk2023 DTSI
  arm: dts: rockchip: Add Powkiddy RK2023

 .../devicetree/bindings/arm/rockchip.yaml     |   6 +-
 .../display/panel/newvision,nv3051d.yaml      |   2 +-
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../dts/rockchip/rk3566-powkiddy-rgb30.dts    | 154 +--
 .../dts/rockchip/rk3566-powkiddy-rk2023.dts   |  38 +
 .../dts/rockchip/rk3566-powkiddy-rk2023.dtsi  | 875 ++++++++++++++++++
 .../gpu/drm/panel/panel-newvision-nv3051d.c   |  57 +-
 7 files changed, 981 insertions(+), 152 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rk2023.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rk2023.dtsi

-- 
2.34.1


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

end of thread, other threads:[~2023-11-26  3:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-17 20:25 [PATCH V4 0/6] rockchip: Add Powkiddy RK2023 Chris Morgan
2023-11-17 20:25 ` [PATCH V4 1/6] dt-bindings: display: nv3051d: Update NewVision NV3051D compatibles Chris Morgan
2023-11-17 20:25 ` [PATCH V4 2/6] drm/panel: nv3051d: Hold panel in reset for unprepare Chris Morgan
2023-11-26  3:51   ` Chris Morgan
2023-11-17 20:25 ` [PATCH V4 3/6] drm/panel: nv3051d: Add Powkiddy RK2023 Panel Support Chris Morgan
2023-11-17 20:25 ` [PATCH V4 4/6] dt-bindings: arm: rockchip: Add Powkiddy RK2023 Chris Morgan
2023-11-17 20:25 ` [PATCH V4 5/6] arm64: dts: rockchip: Update powkiddy,rgb30 include to rk2023 DTSI Chris Morgan
2023-11-17 20:25 ` [PATCH V4 6/6] arm64: dts: rockchip: Add Powkiddy RK2023 Chris Morgan
2023-11-20  8:40 ` (subset) [PATCH V4 0/6] " Neil Armstrong
2023-11-20 15:31 ` 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).