diff options
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/lenovo/x131e/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/x131e/devicetree.cb | 8 |
2 files changed, 1 insertions, 8 deletions
diff --git a/src/mainboard/lenovo/x131e/Kconfig b/src/mainboard/lenovo/x131e/Kconfig index f52978fe3b..2f936a915d 100644 --- a/src/mainboard/lenovo/x131e/Kconfig +++ b/src/mainboard/lenovo/x131e/Kconfig @@ -6,7 +6,6 @@ config BOARD_SPECIFIC_OPTIONS select NORTHBRIDGE_INTEL_SANDYBRIDGE select USE_NATIVE_RAMINIT select SOUTHBRIDGE_INTEL_C216 - select EC_LENOVO_PMH7 select EC_LENOVO_H8 select NO_UART_ON_SUPERIO select BOARD_ROMSIZE_KB_12288 diff --git a/src/mainboard/lenovo/x131e/devicetree.cb b/src/mainboard/lenovo/x131e/devicetree.cb index 589c6c9fb9..21d38f5ab2 100644 --- a/src/mainboard/lenovo/x131e/devicetree.cb +++ b/src/mainboard/lenovo/x131e/devicetree.cb @@ -90,18 +90,12 @@ chip northbridge/intel/sandybridge device pci 1d.0 on end # USB2 EHCI #1 device pci 1e.0 off end # PCI bridge device pci 1f.0 on # LPC bridge PCI-LPC bridge - chip ec/lenovo/pmh7 - register "backlight_enable" = "0x01" - register "dock_event_enable" = "0x00" - device pnp ff.1 on end # dummy - end - chip drivers/pc80/tpm device pnp 0c31.0 on end end chip ec/lenovo/h8 - device pnp ff.2 on # dummy + device pnp ff.1 on # dummy io 0x60 = 0x62 io 0x62 = 0x66 io 0x64 = 0x1600 |