Skip to content
Commit 5e25166f authored by Wei Ni's avatar Wei Ni Committed by Eduardo Valentin
Browse files

thermal: tegra_soctherm: fix sign bit of temperature



The sign bit of temperature readback is bit 0, not bit 1.
Change to BIT(0) to fix it.

Signed-off-by: default avatarWei Ni <wni@nvidia.com>
Reviewed-by: default avatarMatt Longnecker <mlongnecker@nvidia.com>
Signed-off-by: default avatarEduardo Valentin <edubezval@gmail.com>
parent bf82c350
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment