diff options
author | Furquan Shaikh <furquan@google.com> | 2018-10-11 08:50:09 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-10-24 09:57:47 +0000 |
commit | 6d2f7d24efc22b055d15f430f4c595d812eeb6a5 (patch) | |
tree | 7c009b1efb00bd37ff3189e16b99abb07258111d /src | |
parent | 888af331fe94a15870ae29c2e6a38880ccba71ee (diff) |
mb/google/poppy/var/nocturne: Use CRFP as device name for FP device
This change uses CRFP ACPI name for FP device since user space
utilities expect this name for triggering different actions.
BUG=b:112974410
BRANCH=nocturne
Change-Id: I63309227c916b43917e529c223cf738fc3baa209
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/29231
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/poppy/variants/nocturne/devicetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/poppy/variants/nocturne/devicetree.cb b/src/mainboard/google/poppy/variants/nocturne/devicetree.cb index 919a073358..c798db5042 100644 --- a/src/mainboard/google/poppy/variants/nocturne/devicetree.cb +++ b/src/mainboard/google/poppy/variants/nocturne/devicetree.cb @@ -420,6 +420,7 @@ chip soc/intel/skylake end # GSPI #0 device pci 1e.3 on chip drivers/spi/acpi + register "name" = ""CRFP"" register "hid" = "ACPI_DT_NAMESPACE_HID" register "uid" = "1" register "compat_string" = ""google,cros-ec-spi"" |