Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41788 )
Change subject: mb/purism/librem_skl: drop EC chip driver ......................................................................
mb/purism/librem_skl: drop EC chip driver
CB:35086 exposed that the devicetree listed an EC chip for which there is no actual driver; the EC is entirely ACPI code (.asl) included by the board's ec.asl. Remove the unnecessary EC chip driver.
Test: build/boot Librem 13v4, verify battery info etc still correct.
Signed-off-by: Matt DeVillier matt.devillier@puri.sm Change-Id: I5cb0b51881ab8f14e9ec693485f673f4284b5f14 --- M src/mainboard/purism/librem_skl/devicetree.cb 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/41788/1
diff --git a/src/mainboard/purism/librem_skl/devicetree.cb b/src/mainboard/purism/librem_skl/devicetree.cb index a439e02..d44d2ad 100644 --- a/src/mainboard/purism/librem_skl/devicetree.cb +++ b/src/mainboard/purism/librem_skl/devicetree.cb @@ -208,9 +208,6 @@ device pci 1d.2 off end # PCI Express Port 11 device pci 1d.3 off end # PCI Express Port 12 device pci 1f.0 on - chip ec/purism/librem - device pnp 0c09.0 on end - end chip drivers/pc80/tpm device pnp 0c31.0 on end end