mbox series

[0/3] Add Anbernic RG353 and RG503

Message ID 20220817204954.28135-1-macroalpha82@gmail.com
Headers show
Series Add Anbernic RG353 and RG503 | expand

Message

Chris Morgan Aug. 17, 2022, 8:49 p.m. UTC
From: Chris Morgan <macromorgan@hotmail.com>

Add the devicetrees for the Anbernic RG353 and RG503. This enables
all the hardware that is currently supported via mainline Linux.
The remaining hardware (for both devices) includes the display panel
and the battery. The 353 also requires drivers to be written and
mainlined for the touchscreen.

Chris Morgan (3):
  dt-bindings: vendor-prefixes: add Anbernic
  dt-bindings: arm: rockchip: Add Anbernic RG353 and RG503
  arm64: dts: rockchip: add Anbernic RG353 and RG503

 .../devicetree/bindings/arm/rockchip.yaml     |  10 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/rockchip/Makefile         |   2 +
 .../dts/rockchip/rk3566-anbernic-rg353.dts    | 103 +++
 .../dts/rockchip/rk3566-anbernic-rg503.dts    |  93 ++
 .../dts/rockchip/rk3566-anbernic-rgxx3.dtsi   | 807 ++++++++++++++++++
 6 files changed, 1017 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg503.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi