summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/t400/devicetree.cb
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-03-19 08:01:53 +0100
committerElyes Haouas <ehaouas@noos.fr>2023-04-08 03:36:07 +0000
commitaf93336da378fed9b2f15734518a1ca05c7769b7 (patch)
tree93a038e887e7f4632ffdcfbca38db8980548b59b /src/mainboard/lenovo/t400/devicetree.cb
parentc46242f904b64daee36e6d478e1d88c623fb3c44 (diff)
downloadcoreboot-af93336da378fed9b2f15734518a1ca05c7769b7.tar.gz
coreboot-af93336da378fed9b2f15734518a1ca05c7769b7.tar.bz2
coreboot-af93336da378fed9b2f15734518a1ca05c7769b7.zip
ec/lenovo/pmh7/chip.h: Use 'bool' instead of 'int'
This to fix following error using Clang-16.0.0: /cb-build/coreboot-toolchain.0/clang/LENOVO_W500/mainboard/lenovo/t400/static.c:135:22: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] .backlight_enable = 0x01, ^~~~ /cb-build/coreboot-toolchain.0/clang/LENOVO_W500/mainboard/lenovo/t400/static.c:136:23: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] .dock_event_enable = 0x01, ^~~~ Change-Id: Icd35224877fee355e1bbb8a8e838cb047604babb Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/73810 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard/lenovo/t400/devicetree.cb')
-rw-r--r--src/mainboard/lenovo/t400/devicetree.cb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/t400/devicetree.cb b/src/mainboard/lenovo/t400/devicetree.cb
index 1df350ab67bf..259c3e1b2129 100644
--- a/src/mainboard/lenovo/t400/devicetree.cb
+++ b/src/mainboard/lenovo/t400/devicetree.cb
@@ -120,8 +120,8 @@ chip northbridge/intel/gm45
chip ec/lenovo/pmh7
device pnp ff.1 on end # dummy
- register "backlight_enable" = "0x01"
- register "dock_event_enable" = "0x01"
+ register "backlight_enable" = "true"
+ register "dock_event_enable" = "true"
end
chip ec/lenovo/h8