From: Quentin Schulz via U-Boot <u-boot@lists.u-boot-project.org>
To: Tom Rini <trini@konsulko.com>
Cc: u-boot@lists.u-boot-project.org
Subject: [GIT PULL] Please pull u-boot-rockchip-2027.01-20260813 into next
Date: Thu, 13 Aug 2026 18:58:01 +0200 [thread overview]
Message-ID: <20260813165822.343623-1-u-boot@0leil.net> (raw)
Hi Tom,
CI for this pull request is available here: https://git.u-boot-project.org/u-boot/custodians/u-boot-rockchip/-/pipelines/975
The following changes since commit 5a92645e1f9020d24d19e03fff2ae63f30080770:
Merge patch series "Add eMMC support for Axiado SCM3005 board" (2026-08-11 14:55:40 -0600)
are available in the Git repository at:
https://git.u-boot-project.org/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-2027.01-20260813
for you to fetch changes up to f75a3d96e1f33c1b8737018843b7bd5fc207b9d4:
clk: rockchip: pll: fix overflow and drop manual two's complement on RK3588/RK3576 (2026-08-12 16:55:03 +0200)
----------------------------------------------------------------
- Drop redundant OTP nodes from RK3528/RK356x since 7.1 DTS sync,
- Enable USB on RK3528,
- Add support for another SPI chip on Radxa Rock 4D,
- Fix fractional PLLs on RK3588/RK3576,
----------------------------------------------------------------
Alexey Charkov (5):
clk: rockchip: pll: drop misleading fout in rockchip_rk3588_pll_k_get()
clk: rockchip: pll: fix rounding of negative k in RK3588 frac PLL
clk: rockchip: pll: fix RK3588 frac PLL result for k=-32768
clk: rockchip: pll: let rockchip_rk3588_pll_k_get update m directly
clk: rockchip: pll: fix overflow and drop manual two's complement on RK3588/RK3576
Jonas Karlman (8):
arm: dts: rockchip: Drop OTP nodes from u-boot.dtsi on RK3528/RK356x
arm64: dts: rockchip: Add watchdog node for RK3528
arm64: dts: rockchip: Add USB nodes for RK3528
arm64: dts: rockchip: Enable USB 2.0 ports on Radxa E20C
arm64: dts: rockchip: Enable USB ports on Radxa ROCK 2A/2F
arm64: dts: rockchip: Enable USB 2.0 ports on ArmSoM Sige1
arm64: dts: rockchip: Enable USB 2.0 ports on NanoPi Zero2
rockchip: rk3528-generic: Add support for USB OTG
Martin Herren (1):
rockchip: rk3576-rock-4d: Enable XMC SPI chip
arch/arm/dts/rk3528-generic.dts | 18 ++++-
arch/arm/dts/rk3528-u-boot.dtsi | 5 --
arch/arm/dts/rk356x-u-boot.dtsi | 5 --
arch/arm/include/asm/arch-rockchip/clock.h | 8 +-
configs/generic-rk3528_defconfig | 10 +++
configs/rock-4d-rk3576_defconfig | 1 +
drivers/clk/rockchip/clk_pll.c | 86 +++++++++------------
.../src/arm64/rockchip/rk3528-armsom-sige1.dts | 25 ++++++
.../src/arm64/rockchip/rk3528-nanopi-zero2.dts | 29 +++++++
.../src/arm64/rockchip/rk3528-radxa-e20c.dts | 60 +++++++++++++++
dts/upstream/src/arm64/rockchip/rk3528-rock-2.dtsi | 17 +++++
dts/upstream/src/arm64/rockchip/rk3528-rock-2a.dts | 11 +++
dts/upstream/src/arm64/rockchip/rk3528-rock-2f.dts | 12 +++
dts/upstream/src/arm64/rockchip/rk3528.dtsi | 88 ++++++++++++++++++++++
14 files changed, 311 insertions(+), 64 deletions(-)
next reply other threads:[~2026-08-13 17:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-13 16:58 Quentin Schulz via U-Boot [this message]
2026-08-13 20:28 ` [GIT PULL] Please pull u-boot-rockchip-2027.01-20260813 into next Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2026-08-13 17:03 Quentin Schulz via U-Boot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260813165822.343623-1-u-boot@0leil.net \
--to=u-boot@lists.u-boot-project.org \
--cc=trini@konsulko.com \
--cc=u-boot@0leil.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.