mb/asus/p5ql-em/devicetree.cb: Do minor fixes

Use lowercase for hex constants, remove registers that default to zero
already and drop outdated comment about AHCI mode.

Change-Id: I6833462ea11e988eaab7913cf98853cebe4c7a9f
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38071
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Angel Pons 2020-01-01 19:32:06 +01:00 committed by Nico Huber
parent 92e000cfff
commit 2d69d594de
1 changed files with 1 additions and 4 deletions

View File

@ -18,7 +18,7 @@ chip northbridge/intel/x4x # Northbridge
device lapic 0 on end
end
chip cpu/intel/model_1067x # CPU
device lapic 0xACAC off end
device lapic 0xacac off end
end
end
device domain 0 on # PCI domain
@ -41,10 +41,7 @@ chip northbridge/intel/x4x # Northbridge
chip southbridge/intel/i82801jx # Southbridge
register "gpe0_en" = "0x40"
# Set AHCI mode.
register "sata_port_map" = "0x3f"
register "sata_clock_request" = "0"
register "sata_traffic_monitor" = "0"
# Enable PCIe ports 0,1,3,4,5 as slots.
register "pcie_slot_implemented" = "0x3b"