diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-05-19 15:35:31 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2022-06-20 20:09:40 +0000 |
commit | 57779955c9be64426e591557fe8571637028ddad (patch) | |
tree | 24503f839e3593236d4d8900abd9a5556b1bbd2a /src/mainboard/kontron/mal10/variants | |
parent | 3f205a416e89b3a105a5346fa2381b1675e859e5 (diff) |
soc/intel/apollolake: Hook Up SataPortEnable to devicetree
Hook Up SataPortsEnable to the devicetree. As the default value is 0,
set both [0] and [1] in all mainboards so they aren't affected.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: Ica8cf9484a6e6fe4362eabb8a9a59fcaf97c1bd3
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64524
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/kontron/mal10/variants')
-rw-r--r-- | src/mainboard/kontron/mal10/variants/mal10/devicetree.cb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainboard/kontron/mal10/variants/mal10/devicetree.cb b/src/mainboard/kontron/mal10/variants/mal10/devicetree.cb index 5c89a644d9..20089df1b6 100644 --- a/src/mainboard/kontron/mal10/variants/mal10/devicetree.cb +++ b/src/mainboard/kontron/mal10/variants/mal10/devicetree.cb @@ -21,7 +21,10 @@ chip soc/intel/apollolake device pci 0e.0 on end # Audio device pci 0f.0 on end # TXE device pci 11.0 off end # ISH - device pci 12.0 on end # SATA + device pci 12.0 on # SATA + register "SataPortsEnable[0]" = "1" + register "SataPortsEnable[1]" = "1" + end device pci 13.0 on # PCIe-A 1 (Root Port 2) register "pcie_rp_clkreq_pin[2]" = "CLKREQ_DISABLED" end |