[coreboot-gerrit] New patch to review for coreboot: 7485cff hp/pavilion_m6_1035dx: Add EC keyboard controller to devicetree

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Wed Apr 16 01:56:47 CEST 2014


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5514

-gerrit

commit 7485cff0c659a9f7fe129cf18f851eb884fac081
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Fri Mar 28 13:17:10 2014 -0500

    hp/pavilion_m6_1035dx: Add EC keyboard controller to devicetree
    
    This causes coreboot to call the keyboard initialization code for the
    KBC. This is only needed for payloads which do not initialize the
    keyboard.
    
    Change-Id: Id0bb77f2a8115fafc0cd6165a8431a7e07f0fac1
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
---
 src/mainboard/hp/pavilion_m6_1035dx/devicetree.cb | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/hp/pavilion_m6_1035dx/devicetree.cb b/src/mainboard/hp/pavilion_m6_1035dx/devicetree.cb
index fe79a19..683d9ad 100644
--- a/src/mainboard/hp/pavilion_m6_1035dx/devicetree.cb
+++ b/src/mainboard/hp/pavilion_m6_1035dx/devicetree.cb
@@ -54,7 +54,12 @@ chip northbridge/amd/agesa/family15tn/root_complex
 					end
 				end # SM
 				device pci 14.2 on  end # HDA	0x4383
-				device pci 14.3 on  end # LPC	0x439d
+				device pci 14.3 on  # LPC	0x439d
+					chip ec/compal/ene932
+						# 60/64 KBC
+						device pnp ff.1 on end # dummy address
+					end
+				end
 				device pci 14.4 on  end # PCI	0x4384 # PCI-b conflict with GPIO.
 				device pci 14.5 on  end # USB 2
 				device pci 14.6 off end # Gec



More information about the coreboot-gerrit mailing list