mb/starlabs/starlite_adl: Correct the SOC definition in devtree
The wrong definition was used, so the code had no effect. The ID for the processor used is `b06e0`. Change-Id: I36e13074a77b93871c1d86664e35a33afe39a402 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84659 Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
68f33d228e
commit
4b3513056b
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ void devtree_update(void)
|
|||
common_config = chip_get_common_soc_structure();
|
||||
|
||||
struct soc_power_limits_config *soc_conf_4core =
|
||||
&cfg->power_limits_config[ADL_N_021_6W_CORE];
|
||||
&cfg->power_limits_config[ADL_N_041_6W_CORE];
|
||||
|
||||
struct device *nic_dev = pcidev_on_root(0x14, 3);
|
||||
struct device *touchscreen_dev = pcidev_on_root(0x15, 2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue