From f00c0a8f4ac0928da36b752bb66a825e7b1ed014 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Wed, 8 Jun 2022 22:31:31 +0100 Subject: [PATCH] mb/starlabs/lite/{glk/glkr}: Disable UFS device Disable 1d.0 UFS as it is not used. Signed-off-by: Sean Rhodes Change-Id: Ib392bc64db440ea3d98ee62536d5395587a3f6aa Reviewed-on: https://review.coreboot.org/c/coreboot/+/65046 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/lite/variants/glk/devicetree.cb | 1 + src/mainboard/starlabs/lite/variants/glkr/devicetree.cb | 1 + 2 files changed, 2 insertions(+) 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"