mbox series

[0/2] Add Powkiddy RGB20SX

Message ID 20241001154016.87386-1-macroalpha82@gmail.com (mailing list archive)
Headers show
Series Add Powkiddy RGB20SX | expand

Message

Chris Morgan Oct. 1, 2024, 3:40 p.m. UTC
From: Chris Morgan <macromorgan@hotmail.com>

Add support for the Powkiddy RGB20SX handheld gaming console. The
device is mostly identical to the RGB30 but with a few key differences.
Namely, the size of the battery and presense of a function button
differ from the RGB30; these changes cannot be detected at runtime and
necessitate a distinct devicetree.

https://powkiddy.com/products/pre-sale-powkiddy-rgb20sx-handheld-game-console

Chris Morgan (2):
  dt-bindings: arm: rockchip: Add Powkiddy RGB20SX
  arm64: dts: rockchip: Add Powkiddy RGB20SX

 .../devicetree/bindings/arm/rockchip.yaml     |  1 +
 arch/arm64/boot/dts/rockchip/Makefile         |  1 +
 .../dts/rockchip/rk3566-powkiddy-rgb20sx.dts  | 89 +++++++++++++++++++
 3 files changed, 91 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rgb20sx.dts

Comments

Heiko Stuebner Oct. 2, 2024, 10:30 a.m. UTC | #1
On Tue, 1 Oct 2024 10:40:14 -0500, Chris Morgan wrote:
> From: Chris Morgan <macromorgan@hotmail.com>
> 
> Add support for the Powkiddy RGB20SX handheld gaming console. The
> device is mostly identical to the RGB30 but with a few key differences.
> Namely, the size of the battery and presense of a function button
> differ from the RGB30; these changes cannot be detected at runtime and
> necessitate a distinct devicetree.
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: arm: rockchip: Add Powkiddy RGB20SX
      commit: fbfff2f64673b5bc7e937ec806db6bee31c5d32d
[2/2] arm64: dts: rockchip: Add Powkiddy RGB20SX
      commit: de7e071ad5e46515e2d930862820c65fa53dbe2a

Best regards,