Skip to content
Commit 53745822 authored by Nicola Mazzucato's avatar Nicola Mazzucato Committed by tarek-arm
Browse files

sensor: Single value for trip points



Each trip point is expressed into two values, high and low,
and both combined provide the trip point (64bit).
However this is an extra effort as the comparisons in the module
are performed with the 64 bit value returned by the driver.

Simplify the trip point value by using a single 64bit instead of
splitting and re-combining the two halves.

Change-Id: I7c0e559682081d5ad669a58bedd34e875bfbcc02
Signed-off-by: Nicola Mazzucato's avatarNicola Mazzucato <nicola.mazzucato@arm.com>
parent dd4bc028
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment