public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/2] rockchip: Add support for ROCK 5B+
@ 2025-08-01 17:09 Jonas Karlman
  2025-08-01 17:09 ` [PATCH v2 1/2] rockchip: sdram: Add rockchip_sdram_type() helper Jonas Karlman
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Jonas Karlman @ 2025-08-01 17:09 UTC (permalink / raw)
  To: Kever Yang, Eugen Hristev, Simon Glass, Philipp Tomsich, Tom Rini
  Cc: Sebastian Reichel, FUKAUMI Naoki, u-boot, Jonas Karlman

This series add support for the ROCK 5B+ variant to the existing
rock5b-rk3588 defconfig taget.

The ROCK 5B+ variant is detected based on DRAM type (LPDDR5) and SARADC
channel 5, the read out value is expected to be close to 4095 (1.8v) on
5B+ variants.

Features tested on a ROCK 5B+ v1.2:
- SD-card boot
- eMMC boot
- SPI flash boot
- PCIe/NVMe
- Ethernet
- USB/TCPM

Changes in v2:
- Add a DRAM type check to detected ROCK 5B+ variant
- Drop device tree patches merged with the v6.16-dts sync

Jonas Karlman (2):
  rockchip: sdram: Add rockchip_sdram_type() helper
  rockchip: rock5b-rk3588: Add support for ROCK 5B+

 arch/arm/dts/rk3588-rock-5b-plus-u-boot.dtsi |  3 +
 arch/arm/dts/rk3588-rock-5b-u-boot.dtsi      |  5 ++
 arch/arm/include/asm/arch-rockchip/sdram.h   |  3 +
 arch/arm/mach-rockchip/sdram.c               | 15 +++++
 board/radxa/rock5b-rk3588/Kconfig            |  5 ++
 board/radxa/rock5b-rk3588/MAINTAINERS        |  3 +-
 board/radxa/rock5b-rk3588/rock5b-rk3588.c    | 63 ++++++++++++++++++++
 configs/rock5b-rk3588_defconfig              |  1 +
 doc/board/rockchip/rockchip.rst              |  2 +-
 9 files changed, 97 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/dts/rk3588-rock-5b-plus-u-boot.dtsi

-- 
2.50.1


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

end of thread, other threads:[~2025-11-16 12:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-01 17:09 [PATCH v2 0/2] rockchip: Add support for ROCK 5B+ Jonas Karlman
2025-08-01 17:09 ` [PATCH v2 1/2] rockchip: sdram: Add rockchip_sdram_type() helper Jonas Karlman
2025-08-11  9:05   ` Quentin Schulz
2025-11-16 12:57   ` Kever Yang
2025-08-01 17:09 ` [PATCH v2 2/2] rockchip: rock5b-rk3588: Add support for ROCK 5B+ Jonas Karlman
2025-08-11  9:24   ` Quentin Schulz
2025-08-11 21:17     ` Jonas Karlman
2025-08-12  7:53       ` Quentin Schulz
2025-11-16 12:58   ` Kever Yang
2025-11-04 22:14 ` [v2,0/2] rockchip: " bryan
2025-11-07  7:02 ` [PATCH v2 0/2] " FUKAUMI Naoki

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