All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Add Anbernic RG35XX-2024
@ 2024-08-01 22:55 Chris Morgan
  2024-08-01 22:55 ` [PATCH 1/9] sunxi: H616: dram: DDR3: adjust settings Chris Morgan
                   ` (8 more replies)
  0 siblings, 9 replies; 22+ messages in thread
From: Chris Morgan @ 2024-08-01 22:55 UTC (permalink / raw)
  To: u-boot
  Cc: sjg, jernej.skrabec, neil.armstrong, hdegoede, andre.przywara,
	jagan, trini, ryan, Chris Morgan

From: Chris Morgan <macromorgan@hotmail.com>

Add support for the Anbernic RG35XX-2024.

This device is a handheld gaming console (series) based around the
Anbernic H700 SoC. It comes with 1GB of RAM and multiple face buttons
for input.

Add support for the simplest model for now, and then iterate later to
add board detection logic, support the entire device lineup, and
move to using the mainline device tree.

Chris Morgan (2):
  sunxi: dts: arm/arm64: update sun50i-h616.dtsi from Linux-v6.11-rc1
  sunxi: Add support for Anbernic RG35XX-2024

Jernej Skrabec (7):
  sunxi: H616: dram: DDR3: adjust settings
  sunxi: H616: dram: LPDDR3: adjust settings
  sunxi: H616: dram: LPDDR4: adjust settings
  sunxi: H616: DRAM: Add alternative pin mapping
  sunxi: H616: DRAM: Adjust configuration procedure
  sunxi: H616: DRAM: Adjust size scan procedure
  sunxi: H616: dram: Update mbus priorities

 arch/arm/dts/Makefile                         |   3 +-
 arch/arm/dts/sun50i-h616.dtsi                 |  98 +++++-
 .../dts/sun50i-h700-anbernic-rg35xx-2024.dts  | 320 ++++++++++++++++++
 arch/arm/mach-sunxi/dram_sun50i_h616.c        | 178 ++++++----
 .../mach-sunxi/dram_timings/h616_ddr3_1333.c  |   5 +-
 .../arm/mach-sunxi/dram_timings/h616_lpddr3.c |   2 +-
 .../dram_timings/h616_lpddr4_2133.c           |   2 +-
 board/sunxi/MAINTAINERS                       |   5 +
 configs/anbernic_rg35xx_h700_defconfig        |  50 +++
 include/dt-bindings/clock/sun50i-h616-ccu.h   |   1 +
 include/dt-bindings/reset/sun50i-h616-ccu.h   |   1 +
 11 files changed, 600 insertions(+), 65 deletions(-)
 create mode 100644 arch/arm/dts/sun50i-h700-anbernic-rg35xx-2024.dts
 create mode 100644 configs/anbernic_rg35xx_h700_defconfig

-- 
2.34.1


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

end of thread, other threads:[~2024-09-04 23:39 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-01 22:55 [PATCH 0/9] Add Anbernic RG35XX-2024 Chris Morgan
2024-08-01 22:55 ` [PATCH 1/9] sunxi: H616: dram: DDR3: adjust settings Chris Morgan
2024-09-04 23:38   ` Andre Przywara
2024-08-01 22:55 ` [PATCH 2/9] sunxi: H616: dram: LPDDR3: " Chris Morgan
2024-08-03 13:17   ` Mikhail Kalashnikov
2024-09-04 23:07     ` Andre Przywara
2024-08-01 22:55 ` [PATCH 3/9] sunxi: H616: dram: LPDDR4: " Chris Morgan
2024-08-03 12:29   ` Mikhail Kalashnikov
2024-08-14 21:06     ` Chris Morgan
2024-08-15 22:03       ` Chris Morgan
2024-08-16 16:39         ` Mikhail Kalashnikov
2024-08-01 22:55 ` [PATCH 4/9] sunxi: H616: DRAM: Add alternative pin mapping Chris Morgan
2024-08-01 22:55 ` [PATCH 5/9] sunxi: H616: DRAM: Adjust configuration procedure Chris Morgan
2024-08-01 22:55 ` [PATCH 6/9] sunxi: H616: DRAM: Adjust size scan procedure Chris Morgan
2024-08-01 22:55 ` [PATCH 7/9] sunxi: H616: dram: Update mbus priorities Chris Morgan
2024-08-01 22:55 ` [PATCH 8/9] sunxi: dts: arm/arm64: update sun50i-h616.dtsi from Linux-v6.11-rc1 Chris Morgan
2024-08-01 22:55 ` [PATCH 9/9] sunxi: Add support for Anbernic RG35XX-2024 Chris Morgan
2024-08-02  6:54   ` Sumit Garg
2024-08-02  9:57     ` Andre Przywara
2024-08-02 10:38       ` Sumit Garg
2024-08-02 15:04         ` Chris Morgan
2024-08-03 13:28   ` Mikhail Kalashnikov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.