diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-06-08 22:31:31 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-06-22 17:31:09 +0000 |
commit | f00c0a8f4ac0928da36b752bb66a825e7b1ed014 (patch) | |
tree | 6a5aa50f7eb8b392891d9741ff4bc7952ba09b86 /src/mainboard/starlabs/lite/variants | |
parent | e212bdba67e25ded07b0f021fe51f3ceae0a24c0 (diff) |
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>
Diffstat (limited to 'src/mainboard/starlabs/lite/variants')
-rw-r--r-- | src/mainboard/starlabs/lite/variants/glk/devicetree.cb | 1 | ||||
-rw-r--r-- | src/mainboard/starlabs/lite/variants/glkr/devicetree.cb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb index d275cd3f1d..13b396e18c 100644 --- a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb +++ b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb @@ -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" diff --git a/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb b/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb index b18e8f0398..01d5c2f71e 100644 --- a/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb +++ b/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb @@ -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" |