diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-05-17 10:58:36 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-18 11:42:36 +0000 |
commit | bceea67461cc44e2c8f10e5d811dcbdc0351ee56 (patch) | |
tree | d5fd19bc322249f33899362bcb3255e1bb421ebb /src/mainboard/lenovo | |
parent | d2489ee7128d000bb2eb22b0cfe2da5db605aa79 (diff) |
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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54358
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r-- | src/mainboard/lenovo/s230u/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/lenovo/t430/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/lenovo/t440p/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/lenovo/x131e/devicetree.cb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/lenovo/s230u/devicetree.cb b/src/mainboard/lenovo/s230u/devicetree.cb index 9546c3e080..7e9605471b 100644 --- a/src/mainboard/lenovo/s230u/devicetree.cb +++ b/src/mainboard/lenovo/s230u/devicetree.cb @@ -20,7 +20,7 @@ chip northbridge/intel/sandybridge device lapic 0xacac off end end end - device domain 0x0 on + device domain 0 on subsystemid 0x17aa 0x2205 inherit device pci 00.0 on end # Host bridge Host bridge diff --git a/src/mainboard/lenovo/t430/devicetree.cb b/src/mainboard/lenovo/t430/devicetree.cb index 3c5c3c3ceb..146eecf94f 100644 --- a/src/mainboard/lenovo/t430/devicetree.cb +++ b/src/mainboard/lenovo/t430/devicetree.cb @@ -24,7 +24,7 @@ chip northbridge/intel/sandybridge end end - device domain 0x0 on + device domain 0 on subsystemid 0x17aa 0x21f3 inherit chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH diff --git a/src/mainboard/lenovo/t440p/devicetree.cb b/src/mainboard/lenovo/t440p/devicetree.cb index 590004afef..c7af35f670 100644 --- a/src/mainboard/lenovo/t440p/devicetree.cb +++ b/src/mainboard/lenovo/t440p/devicetree.cb @@ -19,7 +19,7 @@ chip northbridge/intel/haswell device lapic 0xacac off end end end - device domain 0x0 on + device domain 0 on subsystemid 0x17aa 0x220e inherit device pci 00.0 on end # Host bridge Host bridge diff --git a/src/mainboard/lenovo/x131e/devicetree.cb b/src/mainboard/lenovo/x131e/devicetree.cb index 00b55746d8..7ee982ff4e 100644 --- a/src/mainboard/lenovo/x131e/devicetree.cb +++ b/src/mainboard/lenovo/x131e/devicetree.cb @@ -26,7 +26,7 @@ chip northbridge/intel/sandybridge end end - device domain 0x0 on + device domain 0 on subsystemid 0x17aa 0x21fe inherit device pci 00.0 on end # Host bridge |