superio/smsc/sch5147/acpi/superio.asl: Remove unneeded white spaces
Change-Id: I8a5d937bfc1e0ff61736c19a24b03c1a8defc427 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/30458 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
parent
2bf28e52ee
commit
14df1b0eeb
|
@ -122,7 +122,7 @@ Device(SUPERIO_DEV) {
|
|||
|
||||
#ifdef SCH5147_SHOW_KBC
|
||||
/* we can't read back the IO resources so hardcode them */
|
||||
#define SUPERIO_KBC_LDN 7
|
||||
#define SUPERIO_KBC_LDN 7
|
||||
Device (SUPERIO_ID(KBD, SUPERIO_KBC_LDN)) {
|
||||
Name (_HID, EisaId ("PNP0303"))
|
||||
Name (_UID, SUPERIO_UID(KBD, SUPERIO_KBC_LDN))
|
||||
|
@ -153,7 +153,7 @@ Device (SUPERIO_ID(KBD, SUPERIO_KBC_LDN)) {
|
|||
Name (CRS, ResourceTemplate () {
|
||||
FixedIO (0x0060, 0x01)
|
||||
FixedIO (0x0064, 0x01)
|
||||
IRQNoFlags (IR0) {}
|
||||
IRQNoFlags (IR0) {}
|
||||
})
|
||||
ENTER_CONFIG_MODE (SUPERIO_KBC_LDN)
|
||||
PNP_READ_IRQ(PNP_IRQ0, CRS, IR0)
|
||||
|
|
Loading…
Reference in New Issue