Loading
mhi: core: Perform 32 bit register reads on time sync reg
Driver is directly performing a 64 bit read on time sync
register. In order to avoid compilation error on a 32 bit
platform perform two 32 bit reads instead of 64 bit read.
Change-Id: I477647c88a0bb2b4302ce2564bdc58fc4d68e806
Signed-off-by:
Hemant Kumar <hemantk@codeaurora.org>