public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH V2 0/4] Anbernic RGxx3 Bootloader Fixes
@ 2024-09-19 14:00 Chris Morgan
  2024-09-19 14:00 ` [PATCH V2 1/4] board: rockchip: Convert Anbernic RGxx3 to OF_UPSTREAM Chris Morgan
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Chris Morgan @ 2024-09-19 14:00 UTC (permalink / raw)
  To: u-boot
  Cc: jonas, trini, kever.yang, philipp.tomsich, sjg, dsimic,
	quentin.schulz, Chris Morgan

From: Chris Morgan <macromorgan@hotmail.com>

Update the Anbernic RGxx3 "device" to use upstream device-trees,
add logic to detect a different vdd_cpu regulator, and implement a
fix to allow the panel auto-detection to run when using mainline
A-TF.

Note that *Linux* still cannot use mainline A-TF because of the missing
SCMI clock and reset functionality, but this patch series at least
ensures that this board can boot once Linux is ready.

Chris Morgan (4):
  board: rockchip: Convert Anbernic RGxx3 to OF_UPSTREAM
  board: rockchip: Add vdd_cpu reg fixup for RGXX3 Series
  board: rockchip: Remove ARM SCMI Support from RGxx3
  board: rockchip: Enable PD_VO before driver access

 .../dts/rk3566-anbernic-rg353p-u-boot.dtsi    |  34 ++
 .../arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi |  52 ---
 arch/arm/dts/rk3566-anbernic-rgxx3.dts        |  28 --
 arch/arm/mach-rockchip/rk3568/rk3568.c        |   6 +
 board/anbernic/rgxx3_rk3566/MAINTAINERS       |   4 +-
 board/anbernic/rgxx3_rk3566/rgxx3-rk3566.c    | 359 +++++++++++++++---
 configs/anbernic-rgxx3-rk3566_defconfig       |  12 +-
 7 files changed, 347 insertions(+), 148 deletions(-)
 create mode 100644 arch/arm/dts/rk3566-anbernic-rg353p-u-boot.dtsi
 delete mode 100644 arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi
 delete mode 100644 arch/arm/dts/rk3566-anbernic-rgxx3.dts

-- 
2.34.1


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

end of thread, other threads:[~2024-10-25 12:05 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-19 14:00 [PATCH V2 0/4] Anbernic RGxx3 Bootloader Fixes Chris Morgan
2024-09-19 14:00 ` [PATCH V2 1/4] board: rockchip: Convert Anbernic RGxx3 to OF_UPSTREAM Chris Morgan
2024-10-25 12:04   ` Kever Yang
2024-09-19 14:00 ` [PATCH V2 2/4] board: rockchip: Add vdd_cpu reg fixup for RGXX3 Series Chris Morgan
2024-09-23 11:21   ` Quentin Schulz
2024-09-23 17:36     ` Chris Morgan
2024-09-24 10:24       ` Quentin Schulz
2024-09-26  0:35         ` Chris Morgan
2024-10-25 12:04   ` Kever Yang
2024-09-19 14:00 ` [PATCH V2 3/4] board: rockchip: Remove ARM SCMI Support from RGxx3 Chris Morgan
2024-10-25 12:04   ` Kever Yang
2024-09-19 14:00 ` [PATCH V2 4/4] board: rockchip: Enable PD_VO before driver access Chris Morgan
2024-09-23 11:24   ` Quentin Schulz
2024-09-23 17:38     ` Chris Morgan
2024-09-24  9:19       ` Quentin Schulz
2024-09-26  0:23         ` Chris Morgan
2024-10-25 12:04   ` Kever Yang
2024-09-22 13:43 ` [PATCH V2 0/4] Anbernic RGxx3 Bootloader Fixes Peter Robinson
2024-09-23 17:42   ` Chris Morgan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox