5 Jul
2018
5 Jul
'18
5:30 p.m.
On Thu, Jul 05, 2018 at 06:20:50PM +0100, Srinivas Kandagatla wrote:
Access to codec registers is done in 2 steps.
1> Write page number in page register. 2> access register within the page.
This seems to exactly what struct regmap_range_cfg gives.
Adding ranges to regmap_config along with read/write bus callbacks works for me.
OK, great - that's what I was expecting.