diff options
author | Martin Roth <martinroth@chromium.org> | 2018-04-16 13:22:25 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-04-17 19:10:46 +0000 |
commit | 7fb2ab6d43be3bfc29f62fc7e2d1065179cb97df (patch) | |
tree | 101ecc00fe782701bbfef57c6737e829bfb9c30e | |
parent | f93e63cfafa479a0055658d85159ea57053ee4f5 (diff) | |
download | coreboot-7fb2ab6d43be3bfc29f62fc7e2d1065179cb97df.tar.xz |
mainboard/google/kahlee: Add EC back into grunt devicetree
The EC code should not have been removed from devicetree when moving
over from grunt. This was causing various bewildering issues that
would happen on the first boot but not on subsequent reboots.
BUG=b:73235377
TEST=Grunt powers off and stays powered off at dev screen.
Change-Id: I225138fede66c6e189e0e79d1261d0d579f7cbdc
Signed-off-by: Martin Roth <martinroth@chromium.org>
Reviewed-on: https://review.coreboot.org/25690
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
-rw-r--r-- | src/mainboard/google/kahlee/variants/grunt/devicetree.cb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/variants/grunt/devicetree.cb b/src/mainboard/google/kahlee/variants/grunt/devicetree.cb index 55372d4977..f55a4244cd 100644 --- a/src/mainboard/google/kahlee/variants/grunt/devicetree.cb +++ b/src/mainboard/google/kahlee/variants/grunt/devicetree.cb @@ -73,6 +73,9 @@ chip soc/amd/stoneyridge device pci 14.0 on # SMbus end # SMbus device pci 14.3 on + chip ec/google/chromeec + device pnp 0c09.0 on end + end end # LPC device pci 14.7 on end # SD device pci 18.0 on end |