dev: pmic: Fix incorrect assignment of data read from FG SRAM

Four bytes of data read from FG are combined incorrectly which leads
to final data being incorrect. Fix this by ORing the bits from 24-32
instead of directly assigning it to a variable.

Change-Id: I5ad67fca2a48a23df5e7d95c2739313f03544f33
Signed-off-by: Umang Chheda <uchheda@codeaurora.org>
1 file changed