diff options
author | Sascha Hauer <[email protected]> | 2023-10-18 08:17:05 +0200 |
---|---|---|
committer | Chanwoo Choi <[email protected]> | 2023-10-19 21:17:10 +0900 |
commit | d1d0b3fe95d888f1ae82a0cf6a594fa0c3cbfa79 (patch) | |
tree | 10fae6ac2a950c7f81f945f044662d749e997606 /scripts/generate_rust_analyzer.py | |
parent | 4d586b5724d3233a73603000de7b8a035b493138 (diff) |
PM / devfreq: rockchip-dfi: make register stride SoC specific
The currently supported RK3399 has a stride of 20 between the channel
specific registers. Upcoming RK3588 has a different stride, so put
the stride into driver data to make it configurable.
While at it convert decimal 20 to hex 0x14 for consistency with RK3588
which has a register stride 0x4000 and we want to write that in hex
as well.
Link: https://lore.kernel.org/all/[email protected]/
Reviewed-by: Jonathan Cameron <[email protected]>
Reviewed-by: Sebastian Reichel <[email protected]>
Signed-off-by: Sascha Hauer <[email protected]>
Signed-off-by: Chanwoo Choi <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions