diff options
author | Rui Miguel Silva <[email protected]> | 2021-08-27 14:11:54 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-08-27 16:11:39 +0200 |
commit | 9c1587d99f9305aa4f10b47fcf1981012aa5381f (patch) | |
tree | 09a9f2da38f7d389e0eef7354be91b586f43344e /scripts/gdb/linux/utils.py | |
parent | 955d0fb590f18ec5c3a4085c7d0e39b6abde0dd6 (diff) |
usb: isp1760: otg control register access
The set/clear of the otg control values is done writing to
two different 16bit registers, however we setup the regmap
width for isp1760/61 to 32bit value bits.
So, just access the clear register address (0x376)as the high
part of the otg control register set (0x374), and write the
values in one go to make sure they get clear/set.
Reported-by: Dietmar Eggemann <[email protected]>
Tested-by: Dietmar Eggemann <[email protected]>
Signed-off-by: Rui Miguel Silva <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions