Skip to content

V.7.0040.1007

Latest
Compare
Choose a tag to compare
@yyehudai yyehudai released this 30 Jul 09:20
· 13 commits to V.7.0040.1000_BR since this release

hw-mgmt: patches: Correct mp2891 voltage scaling
This patch fixes the issue while shifting the bits
in pmbus register 0xBD. A right shift of 14 bits
would make the value as 0 and the check for BIT(13)
will always fail. This was causing the wrong scale
value of 5mv to be used (instead of 2.5mv) for vou2.

Bug #3962952