Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93b6243f authored by Amir Levy's avatar Amir Levy
Browse files

msm: ipa3: update IPA spare register value



Change IPA spare register value to comply with the hardware programming
guide and the spare bits documentation.

Change-Id: I2af7438b920b38c00177364b6ae2edeadb9e9797
Signed-off-by: default avatarAmir Levy <alevy@codeaurora.org>
parent d4599eea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
/* configure IPA spare register 1 in order to have correct IPA version
 * set bits 0,2,3 and 4. see SpareBits documentation.xlsx
 */
#define IPA_SPARE_REG_1_VAL (0x0000001D)
#define IPA_SPARE_REG_1_VAL (0xE000081D)


/* HPS, DPS sequencers Types*/