[coreboot-gerrit] Change in coreboot[master]: mainboard/google/kahlee: Add EC back into grunt devicetree

Martin Roth (Code Review) gerrit at coreboot.org
Mon Apr 16 21:27:31 CEST 2018


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/25690


Change subject: mainboard/google/kahlee: Add EC back into grunt devicetree
......................................................................

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 at chromium.org>
---
M src/mainboard/google/kahlee/variants/grunt/devicetree.cb
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/25690/1

diff --git a/src/mainboard/google/kahlee/variants/grunt/devicetree.cb b/src/mainboard/google/kahlee/variants/grunt/devicetree.cb
index 55372d4..f55a424 100644
--- a/src/mainboard/google/kahlee/variants/grunt/devicetree.cb
+++ b/src/mainboard/google/kahlee/variants/grunt/devicetree.cb
@@ -73,6 +73,9 @@
 		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

-- 
To view, visit https://review.coreboot.org/25690
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I225138fede66c6e189e0e79d1261d0d579f7cbdc
Gerrit-Change-Number: 25690
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180416/39542fdd/attachment.html>


More information about the coreboot-gerrit mailing list