[PATCH 0/6] rockchip: Miscellaneous updates for RK3506
Jonas Karlman <[email protected]> Mon, 3 Aug 2026 19:09:38 +0000
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <[email protected]> |
This series includes miscellaneous updates for RK3506, such as: - updated default load addresses to support small memory SoC variants - request use of 1.5 GHz saradc clk rate to avoid field truncation - changes to use FIELD_PREP_WM16 macro where appropriate The series depends on following patches for a clean apply: - clk: rockchip: rk3506: Fix trivial clock configuration errors [1] - include: linux: Import hw_bitfield.h from Linux v6.18 [2] And a branch with all depends and board configs can be found at [3] [1] https://patchwork.ozlabs.org/patch/2278946/ [2] https://patchwork.ozlabs.org/patch/2280368/ [3] https://git.u-boot-project.org/u-boot/contributors/kwiboo/u-boot/-/commits/rk3506 Jonas Karlman (6): rockchip: rk3506: Imply OF_UPSTREAM rockchip: rk3506: Update ENV_MEM_LAYOUT_SETTINGS adc: rockchip-saradc: Add driver data for RK3506 clk: rockchip: rk3506: Fix CLK_SARADC set rate issues clk: rockchip: rk3506: Use FIELD_PREP_WM16 macro rockchip: rk3506: Use FIELD_PREP_WM16 macro arch/arm/mach-rockchip/Kconfig | 1 + arch/arm/mach-rockchip/rk3506/rk3506.c | 7 +- drivers/adc/rockchip-saradc.c | 10 ++ drivers/clk/rockchip/clk_rk3506.c | 208 +++++++++++-------------- include/configs/rk3506_common.h | 14 +- 5 files changed, 117 insertions(+), 123 deletions(-) -- 2.54.0