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:
parent
960bfe9d53
commit
d876776a6b
@ -70,8 +70,8 @@ static const struct soc_mem_cfg soc_mem_cfg[] = {
|
|||||||
* configuration.
|
* configuration.
|
||||||
*/
|
*/
|
||||||
.half_channel = BIT(0),
|
.half_channel = BIT(0),
|
||||||
/* In mixed topologies, either channel 0 or 1 can be memory-down. */
|
/* In mixed topologies, channel 0 is memory-down. */
|
||||||
.mixed_topo = BIT(0) | BIT(1),
|
.mixed_topo = BIT(0),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[MEM_TYPE_LP4X] = {
|
[MEM_TYPE_LP4X] = {
|
||||||
|
@ -46,8 +46,8 @@ static const struct soc_mem_cfg soc_mem_cfg[] = {
|
|||||||
* configuration.
|
* configuration.
|
||||||
*/
|
*/
|
||||||
.half_channel = BIT(0),
|
.half_channel = BIT(0),
|
||||||
/* In mixed topologies, either channel 0 or 1 can be memory-down. */
|
/* In mixed topologies, channel 0 is memory-down. */
|
||||||
.mixed_topo = BIT(0) | BIT(1),
|
.mixed_topo = BIT(0),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[MEM_TYPE_LP5X] = {
|
[MEM_TYPE_LP5X] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user