mainboard/lenovo/g505s/devicetree.cb: Fix duplicate typo
Change-Id: Ic2b8ca54b9a16c13439b3081969deec0b7187e01 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/7588 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
41755901f0
commit
58b532d586
|
@ -57,15 +57,13 @@ chip northbridge/amd/agesa/family15rl/root_complex
|
||||||
device i2c 51 on end # 7-bit SPD address
|
device i2c 51 on end # 7-bit SPD address
|
||||||
end
|
end
|
||||||
end # SM
|
end # SM
|
||||||
device pci 14.2 on end # HDA 0x4383
|
device pci 14.2 on end # FCH Azalia Controller
|
||||||
device pci 14.3 on # LPC 0x439d
|
device pci 14.3 on # FCH LPC Bridge [1022:780e]
|
||||||
chip ec/compal/ene932
|
chip ec/compal/ene932
|
||||||
# 60/64 KBC
|
# 60/64 KBC
|
||||||
device pnp ff.1 on end # dummy address
|
device pnp ff.1 on end # dummy address
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
device pci 14.2 on end # FCH Azalia Controller
|
|
||||||
device pci 14.3 on end # FCH LPC Bridge [1022:780e]
|
|
||||||
device pci 14.4 on end # FCH PCI Bridge [1022:780f]
|
device pci 14.4 on end # FCH PCI Bridge [1022:780f]
|
||||||
device pci 14.5 off end # USB 2
|
device pci 14.5 off end # USB 2
|
||||||
device pci 14.6 off end # Gec
|
device pci 14.6 off end # Gec
|
||||||
|
|
Loading…
Reference in New Issue