diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-10 16:02:42 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-10 16:02:42 -0400 |
commit | a87a6fcd20c0e29fe55bfbb6917c4aa1f1bbce74 (patch) | |
tree | d5eb96f5979b773406d061572de14027b34a281e /drivers/firmware/ti_sci_static_data.h | |
parent | e5028bb227c578ca89273f0b1e0d289ec1987d2f (diff) | |
parent | e16aac3b730e10420d54cfa64f658fe7ef0397c6 (diff) |
Merge branch '2022-06-10-assorted-platform-updates' into next
- TI J721E hyperflash support, TI OMAP3 updates, TI AM654 updates,
TI AM62 initial support, Broadcom bcmbca 47622 SoC support, NPCM7xx
pinctrl and rng drivers, Synquacer updates
Diffstat (limited to 'drivers/firmware/ti_sci_static_data.h')
-rw-r--r-- | drivers/firmware/ti_sci_static_data.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/firmware/ti_sci_static_data.h b/drivers/firmware/ti_sci_static_data.h index e6a3b66c03f..8529ef29007 100644 --- a/drivers/firmware/ti_sci_static_data.h +++ b/drivers/firmware/ti_sci_static_data.h @@ -118,6 +118,19 @@ static struct ti_sci_resource_static_data rm_static_data[] = { }; #endif /* CONFIG_TARGET_J721S2_R5_EVM */ +#if IS_ENABLED(CONFIG_SOC_K3_AM625) +static struct ti_sci_resource_static_data rm_static_data[] = { + /* BC channels */ + { + .dev_id = 26, + .subtype = 32, + .range_start = 18, + .range_num = 2, + }, + { }, +}; +#endif /* CONFIG_SOC_K3_AM625 */ + #else static struct ti_sci_resource_static_data rm_static_data[] = { { }, |