soc/intel/adl,mtl: Use channel 0 only for memory down in mixed topo

Change-Id: Ic30bec272e82535f6f606033c3ba512662cb2c8b
Signed-off-by: Jeremy Soller <jackpot51@gmail.com>
This commit is contained in:
Jeremy Soller 2024-03-19 11:23:03 -06:00
parent 960bfe9d53
commit d876776a6b
2 changed files with 4 additions and 4 deletions

View File

@ -70,8 +70,8 @@ static const struct soc_mem_cfg soc_mem_cfg[] = {
* configuration.
*/
.half_channel = BIT(0),
/* In mixed topologies, either channel 0 or 1 can be memory-down. */
.mixed_topo = BIT(0) | BIT(1),
/* In mixed topologies, channel 0 is memory-down. */
.mixed_topo = BIT(0),
},
},
[MEM_TYPE_LP4X] = {

View File

@ -46,8 +46,8 @@ static const struct soc_mem_cfg soc_mem_cfg[] = {
* configuration.
*/
.half_channel = BIT(0),
/* In mixed topologies, either channel 0 or 1 can be memory-down. */
.mixed_topo = BIT(0) | BIT(1),
/* In mixed topologies, channel 0 is memory-down. */
.mixed_topo = BIT(0),
},
},
[MEM_TYPE_LP5X] = {