From bceea67461cc44e2c8f10e5d811dcbdc0351ee56 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 17 May 2021 10:58:36 +0200 Subject: mainboard: Use decimal for `device domain 0x0 on` Most boards use `device domain 0 on` with zero written in decimal. For the sake of consistency, update the remaining boards to follow suit. Change-Id: I6e2f0a19d57cfe6fc4e4ac4d14310133ad6b01d8 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/54358 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/mainboard/msi/ms7707/devicetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/msi') diff --git a/src/mainboard/msi/ms7707/devicetree.cb b/src/mainboard/msi/ms7707/devicetree.cb index f006e13b67..a5c724957a 100644 --- a/src/mainboard/msi/ms7707/devicetree.cb +++ b/src/mainboard/msi/ms7707/devicetree.cb @@ -8,7 +8,7 @@ chip northbridge/intel/sandybridge device lapic 0xacac off end end end - device domain 0x0 on + device domain 0 on subsystemid 0x1462 0x7707 inherit device pci 00.0 on end # Host bridge -- cgit v1.2.3