mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
soc: rockchip: rk3588: add SYS_GRF SOC_CON6 register offset
Add the RK3588_SYSGRF_SOC_CON6 register offset to the RK3588 GRF header. This register contains the I2S MCLK output to IO gate bits, needed by the clock driver. Signed-off-by: Daniele Briguglio <hello@superkali.me> Reviewed-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com> Link: https://patch.msgid.link/20260419-rk3588-mclk-gate-grf-v4-4-513a42dd1dcc@superkali.me Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
254f49634e
commit
06c990bffd
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user