diff options
| author | Heiko Stuebner <heiko@sntech.de> | 2026-04-27 13:52:28 +0200 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2026-04-27 13:52:28 +0200 |
| commit | 5902fedf61784fa711eea6be0bd6a75dc2c9cfd1 (patch) | |
| tree | a0f0460e784567af2bc163d3973c64c20dca4fdf /include | |
| parent | 32d1d88c4165d0da31d3bfda912e80e8110d6fc1 (diff) | |
| parent | 06c990bffdbea7cf655e728f4423ecd13fb030f6 (diff) | |
| download | linux-next-5902fedf61784fa711eea6be0bd6a75dc2c9cfd1.tar.gz linux-next-5902fedf61784fa711eea6be0bd6a75dc2c9cfd1.zip | |
Merge branch 'v7.2-shared/socids' into v7.2-clk/next
Diffstat (limited to 'include')
| -rw-r--r-- | include/soc/rockchip/rk3588_grf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/soc/rockchip/rk3588_grf.h b/include/soc/rockchip/rk3588_grf.h index 02a7b2432d99..db0092fc66ad 100644 --- a/include/soc/rockchip/rk3588_grf.h +++ b/include/soc/rockchip/rk3588_grf.h @@ -19,4 +19,6 @@ /* Whether the LPDDR5 is in 2:1 (= 0) or 4:1 (= 1) CKR a.k.a. DQS mode */ #define RK3588_PMUGRF_OS_REG6_LP5_CKR BIT(0) +#define RK3588_SYSGRF_SOC_CON6 0x0318 + #endif /* __SOC_RK3588_GRF_H */ |
