mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
soc: rockchip: grf: Fix wrong RK3576_IOCGRF_MISC_CON definition
RK3576_IOCGRF_MISC_CON is IOC_GRF + 0x40F0, fix it.
Fixes: e1aaecacfa ("soc: rockchip: grf: Add rk3576 default GRF values")
Cc: stable@vger.kernel.org
Cc: Detlev Casanova <detlev.casanova@collabora.com>
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Reviewed-by: Chaoyi Chen <chaoyi.chen@rock-chips.com>
Tested-by: Marco Schirrmeister <mschirrmeister@gmail.com>
Link: https://patch.msgid.link/1768524932-163929-2-git-send-email-shawn.lin@rock-chips.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
8f0b4cce44
commit
3cdc30c42d
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ static const struct rockchip_grf_info rk3576_sysgrf __initconst = {
|
|||
.num_values = ARRAY_SIZE(rk3576_defaults_sys_grf),
|
||||
};
|
||||
|
||||
#define RK3576_IOCGRF_MISC_CON 0x04F0
|
||||
#define RK3576_IOCGRF_MISC_CON 0x40F0
|
||||
|
||||
static const struct rockchip_grf_value rk3576_defaults_ioc_grf[] __initconst = {
|
||||
{ "jtag switching", RK3576_IOCGRF_MISC_CON, FIELD_PREP_WM16_CONST(BIT(1), 0) },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue