From 683f8382cac4302931c10e08c59e28b529c33728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Tue, 18 Jul 2023 09:45:39 +0200 Subject: [PATCH] src/mainboard/protectli/vault_jsl/devicetree.cb: add missing CRB device MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Żygowski --- src/mainboard/protectli/vault_jsl/devicetree.cb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mainboard/protectli/vault_jsl/devicetree.cb b/src/mainboard/protectli/vault_jsl/devicetree.cb index c3558d18b46..7b19015d58c 100644 --- a/src/mainboard/protectli/vault_jsl/devicetree.cb +++ b/src/mainboard/protectli/vault_jsl/devicetree.cb @@ -160,4 +160,9 @@ chip soc/intel/jasperlake device pci 1f.5 on end # PCH SPI device pci 1f.7 off end # Intel Trace Hub end + + chip drivers/crb + device mmio 0xfed40000 on end + end + end