diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-06-08 21:41:53 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-06-20 12:06:56 +0000 |
commit | 9088b681f539873e70a8904ca41165f3e830232f (patch) | |
tree | 2454d6d4ecd3c11dd87a9d0f516725cd25632d6c /src/mainboard/google | |
parent | ae64b6e5db2e35b45e76ee4ef9ec416a6f09384e (diff) |
soc/intel/apollolake: Hook up UfsEnabled to devicetree
Hook up FSP S UfsEnabled UPD (1d.0) to devicetree.
UFS only exist on GLK, and has been there since its
initial releases.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I1976bfd340c728c64aaf36d296ac41dcd47bfc61
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65044
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/octopus/variants/baseboard/devicetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb index 3dbc5ef080..abf53b47c5 100644 --- a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb @@ -263,6 +263,7 @@ chip soc/intel/apollolake device pci 19.2 on end # - SPI 2 device pci 1a.0 on end # - PWM device pci 1c.0 on end # - eMMC + device pci 1d.0 on end # - UFS device pci 1e.0 off end # - SDIO device pci 1f.0 on chip ec/google/chromeec |