diff options
author | Srinivas Kandagatla <[email protected]> | 2020-03-06 15:26:33 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-03-06 15:50:57 +0000 |
commit | d902e7856d2a3b5da7acab90e5faec22e395e57a (patch) | |
tree | 99c6b0e3617555207d6800452315bcc697d2822e /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 3fb83cbee1de58fcd5d22f1db89460bb7c08b6e8 (diff) |
ASoC: wcd9335: fix address map representation
slimbus addresses are 16 bit wide, masking page numbers
to wcd register at offset of 12 will limit the number for pages.
So it becomes impossible to write to page 0x10 registers.
Remove masking 0x800 (slimbus address range) from register address
and making use of window parameters in regmap config should fix it
and also will represent the registers exactly inline with Datasheet.
Remove this unnessary masking and make the registers be inline
with datasheet.
Signed-off-by: Srinivas Kandagatla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions