diff options
author | Matt DeVillier <matt.devillier@puri.sm> | 2020-11-03 12:53:00 -0600 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2020-11-04 19:44:40 +0000 |
commit | 40368a29a160a345210249f351a005c7233a7e6c (patch) | |
tree | 17a8f43aa41347e401aba516ec7869a8d37bf1e4 | |
parent | d8b36d23fae042824d95d2b5e6685cc789070525 (diff) |
mb/purism/librem_mini: drop SendVrMbxCmd from devicetree
Not needed for this board.
Change-Id: I15a68b59bc512e571b9590007ea64561b3f3dae1
Signed-off-by: Matt DeVillier <matt.devillier@puri.sm>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47184
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
-rw-r--r-- | src/mainboard/purism/librem_cnl/variants/librem_mini/devicetree.cb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/purism/librem_cnl/variants/librem_mini/devicetree.cb b/src/mainboard/purism/librem_cnl/variants/librem_mini/devicetree.cb index 205033230b..40779a2116 100644 --- a/src/mainboard/purism/librem_cnl/variants/librem_mini/devicetree.cb +++ b/src/mainboard/purism/librem_cnl/variants/librem_mini/devicetree.cb @@ -4,9 +4,6 @@ chip soc/intel/cannonlake .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT, }" - # Send an extra VR mailbox command for the PS4 exit issue - register "SendVrMbxCmd" = "2" - # ACPI (soc/intel/cannonlake/acpi.c) # Disable s0ix register "s0ix_enable" = "0" |