diff options
author | Timothy Pearson <tpearson@raptorengineering.com> | 2016-08-19 17:26:51 -0500 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2016-08-21 21:40:07 +0200 |
commit | 64444268e2eecf235af9dd77b5f6cee8c0365fc5 (patch) | |
tree | bc3f5930a366da87a1022933faa5451eed2766c0 | |
parent | 5a859517e26ef7aff68e8a0c18a838d0816f6e86 (diff) |
mb/asus/[kgpe-d16|kcma-d8]: Fix whitespace errors in devicetree.cb
Change-Id: I49925040d951dffb9c11425334674d8d498821f0
Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
Reviewed-on: https://review.coreboot.org/16268
Tested-by: build bot (Jenkins)
Reviewed-by: Omar Pakker
-rw-r--r-- | src/mainboard/asus/kcma-d8/devicetree.cb | 4 | ||||
-rw-r--r-- | src/mainboard/asus/kgpe-d16/devicetree.cb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/asus/kcma-d8/devicetree.cb b/src/mainboard/asus/kcma-d8/devicetree.cb index 51ff394d50..f8a2d832d3 100644 --- a/src/mainboard/asus/kcma-d8/devicetree.cb +++ b/src/mainboard/asus/kcma-d8/devicetree.cb @@ -49,7 +49,7 @@ chip northbridge/amd/amdfam10/root_complex # Root complex device pci 13.0 on end # USB device pci 13.1 on end # USB device pci 13.2 on end # USB - device pci 14.0 on # SM + device pci 14.0 on # SM chip drivers/generic/generic # DIMM n-0-0-0 device i2c 50 on end end @@ -173,7 +173,7 @@ chip northbridge/amd/amdfam10/root_complex # Root complex chip superio/winbond/w83667hg-a # Super I/O device pnp 2e.0 off end # FDC; Not available on the KCMA-D8 device pnp 2e.1 off end # LPT1; Not available on the KCMA-D8 - device pnp 2e.2 on # COM1 + device pnp 2e.2 on # COM1 io 0x60 = 0x3f8 irq 0x70 = 4 end diff --git a/src/mainboard/asus/kgpe-d16/devicetree.cb b/src/mainboard/asus/kgpe-d16/devicetree.cb index 2b8230a4f6..ff2023ddd0 100644 --- a/src/mainboard/asus/kgpe-d16/devicetree.cb +++ b/src/mainboard/asus/kgpe-d16/devicetree.cb @@ -56,7 +56,7 @@ chip northbridge/amd/amdfam10/root_complex # Root complex device pci 13.0 on end # USB device pci 13.1 on end # USB device pci 13.2 on end # USB - device pci 14.0 on # SM + device pci 14.0 on # SM chip drivers/generic/generic # DIMM n-0-0-0 device i2c 50 on end end @@ -180,7 +180,7 @@ chip northbridge/amd/amdfam10/root_complex # Root complex chip superio/winbond/w83667hg-a # Super I/O device pnp 2e.0 off end # FDC; Not available on the KGPE-D16 device pnp 2e.1 off end # LPT1; Not available on the KGPE-D16 - device pnp 2e.2 on # COM1 + device pnp 2e.2 on # COM1 io 0x60 = 0x3f8 irq 0x70 = 4 end |