aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-rockchip/cru_rk3588.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-25 08:01:20 -0600
committerTom Rini <trini@konsulko.com>2024-05-25 08:01:20 -0600
commit6c012d6a2f2a24977d5903e88b8d433a720709c6 (patch)
treebe470e5b80bdc579e25d7ec6a4edcaed48ced9b7 /arch/arm/include/asm/arch-rockchip/cru_rk3588.h
parenta7f0154c412859323396111dd0c09dbafbc153cb (diff)
parent5c7caa95982c481cc0d6a0e9997629afb0d2ce10 (diff)
downloadu-boot-WIP/25May2024.zip
u-boot-WIP/25May2024.tar.gz
u-boot-WIP/25May2024.tar.bz2
Merge tag 'u-boot-rockchip-20240525' of https://source.denx.de/u-boot/custodians/u-boot-rockchipWIP/25May2024
CI: https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/20844 - new board: rk3566 Powkiddy X55, rk3588s Indiedroid Nova; - rv1126 migrate to OF_UPSTREAM; - Fix for px30 ringneck board; - Fix for rk3588 SPLL clock init;
Diffstat (limited to 'arch/arm/include/asm/arch-rockchip/cru_rk3588.h')
-rw-r--r--arch/arm/include/asm/arch-rockchip/cru_rk3588.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-rockchip/cru_rk3588.h b/arch/arm/include/asm/arch-rockchip/cru_rk3588.h
index a4507e5..a0e54d3 100644
--- a/arch/arm/include/asm/arch-rockchip/cru_rk3588.h
+++ b/arch/arm/include/asm/arch-rockchip/cru_rk3588.h
@@ -29,6 +29,7 @@ enum rk3588_pll_id {
V0PLL,
AUPLL,
PPLL,
+ SPLL,
PLL_COUNT,
};
@@ -150,6 +151,9 @@ struct pll_rate_table {
#define RK3588_DSU_CLKGATE_CON(x) ((x) * 0x4 + RK3588_DSU_CRU_BASE + 0x800)
#define RK3588_DSU_SOFTRST_CON(x) ((x) * 0x4 + RK3588_DSU_CRU_BASE + 0xa00)
+#define RK3588_SBUSCRU_SPLL_CON(x) ((x) * 0x4 + 0x220)
+#define RK3588_SBUSCRU_MODE_CON0 0x280
+
enum {
/* CRU_CLK_SEL8_CON */
ACLK_LOW_TOP_ROOT_SRC_SEL_SHIFT = 14,