From 1d6e07348a6ea52396273d4617cdf0d4020760c4 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Tue, 31 Mar 2020 17:37:12 -0500 Subject: mb/google/rambi: Convert to use override devicetree Since the variants' devicetrees are almost identical, convert to using an overridetree setup for simplicity. Change-Id: I52b71cf12a4e0b67135cfb106c3e89b00205d3bc Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/39996 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/google/rambi/variants/swanky/overridetree.cb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/mainboard/google/rambi/variants/swanky/overridetree.cb (limited to 'src/mainboard/google/rambi/variants/swanky/overridetree.cb') diff --git a/src/mainboard/google/rambi/variants/swanky/overridetree.cb b/src/mainboard/google/rambi/variants/swanky/overridetree.cb new file mode 100644 index 0000000000..5a0589ac43 --- /dev/null +++ b/src/mainboard/google/rambi/variants/swanky/overridetree.cb @@ -0,0 +1,9 @@ +chip soc/intel/baytrail + + # Allow PCIe devices to wake system from suspend + register "pcie_wake_enable" = "1" + + device domain 0 on + device pci 1c.1 on end # PCIE_PORT2 + end +end -- cgit v1.2.3