mb/roda/rv11/acpi: Use lower case format for hex values
Change-Id: I3bea9e1f9cc25a4476ddbaa8bd8e434609eb28f7 Signed-off-by: Felix Singer <felix.singer@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57122 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
ed52488b59
commit
2b59fa7a8e
|
@ -5,7 +5,7 @@ Device (ALSD)
|
||||||
Name (_HID, "ACPI0008") // _HID: Hardware ID
|
Name (_HID, "ACPI0008") // _HID: Hardware ID
|
||||||
Method (_STA, 0, NotSerialized) // _STA: Status
|
Method (_STA, 0, NotSerialized) // _STA: Status
|
||||||
{
|
{
|
||||||
Return (0x0F)
|
Return (0x0f)
|
||||||
}
|
}
|
||||||
|
|
||||||
Method (_ALI, 0, NotSerialized) // _ALI: Ambient Light Illuminance
|
Method (_ALI, 0, NotSerialized) // _ALI: Ambient Light Illuminance
|
||||||
|
@ -28,7 +28,7 @@ Device (ALSD)
|
||||||
Package (0x02)
|
Package (0x02)
|
||||||
{
|
{
|
||||||
0x49,
|
0x49,
|
||||||
0x0A
|
0x0a
|
||||||
},
|
},
|
||||||
|
|
||||||
Package (0x02)
|
Package (0x02)
|
||||||
|
@ -40,13 +40,13 @@ Device (ALSD)
|
||||||
Package (0x02)
|
Package (0x02)
|
||||||
{
|
{
|
||||||
0x64,
|
0x64,
|
||||||
0x012C
|
0x012c
|
||||||
},
|
},
|
||||||
|
|
||||||
Package (0x02)
|
Package (0x02)
|
||||||
{
|
{
|
||||||
0x96,
|
0x96,
|
||||||
0x03E8
|
0x03e8
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue