mb/starlabs/lite/{glk/glkr}: Disable UFS device
Disable 1d.0 UFS as it is not used. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: Ib392bc64db440ea3d98ee62536d5395587a3f6aa Reviewed-on: https://review.coreboot.org/c/coreboot/+/65046 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
e212bdba67
commit
f00c0a8f4a
|
@ -127,6 +127,7 @@ chip soc/intel/apollolake
|
|||
device pci 1a.0 off end # PWM
|
||||
device pci 1b.0 off end # SDCard
|
||||
device pci 1c.0 off end # eMMC
|
||||
device pci 1d.0 off end # UFS
|
||||
device pci 1e.0 off end # SDIO
|
||||
device pci 1f.0 on # LPC Interface
|
||||
register "gen1_dec" = "0x000c06a1"
|
||||
|
|
|
@ -128,6 +128,7 @@ chip soc/intel/apollolake
|
|||
device pci 1a.0 off end # PWM
|
||||
device pci 1b.0 off end # SDCard
|
||||
device pci 1c.0 off end # eMMC
|
||||
device pci 1d.0 off end # UFS
|
||||
device pci 1e.0 off end # SDIO
|
||||
device pci 1f.0 on # LPC Interface
|
||||
register "gen1_dec" = "0x000c06a1"
|
||||
|
|
Loading…
Reference in New Issue