soc/intel/alderlake: Use channel 0 for memory-down
Fixes detection of the on-board RAM (Samsung K4AAG165WA-BCWE) on the System76 Lemur Pro 11 (lemp11). Change-Id: I216b7b67c2674e0a14fdbbf96776759e55d0ec09 Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
@@ -54,8 +54,8 @@ static const struct soc_mem_cfg soc_mem_cfg[] = {
|
|||||||
* configuration.
|
* configuration.
|
||||||
*/
|
*/
|
||||||
.half_channel = BIT(0),
|
.half_channel = BIT(0),
|
||||||
/* In mixed topologies, channel 1 is always memory-down. */
|
/* In mixed topologies, channel 0 is always memory-down. */
|
||||||
.mixed_topo = BIT(1),
|
.mixed_topo = BIT(0),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[MEM_TYPE_DDR5] = {
|
[MEM_TYPE_DDR5] = {
|
||||||
|
Reference in New Issue
Block a user