aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/apple/macbookair4_2
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-05-17 10:58:36 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-05-18 11:42:36 +0000
commitbceea67461cc44e2c8f10e5d811dcbdc0351ee56 (patch)
treed5fd19bc322249f33899362bcb3255e1bb421ebb /src/mainboard/apple/macbookair4_2
parentd2489ee7128d000bb2eb22b0cfe2da5db605aa79 (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/apple/macbookair4_2')
-rw-r--r--src/mainboard/apple/macbookair4_2/devicetree.cb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/apple/macbookair4_2/devicetree.cb b/src/mainboard/apple/macbookair4_2/devicetree.cb
index b9c9c15941..4ecc023976 100644
--- a/src/mainboard/apple/macbookair4_2/devicetree.cb
+++ b/src/mainboard/apple/macbookair4_2/devicetree.cb
@@ -23,7 +23,7 @@ chip northbridge/intel/sandybridge
end
end
- device domain 0x0 on
+ device domain 0 on
chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
register "c2_latency" = "0x0065"
register "docking_supported" = "0"