diff options
author | Tyrone Ting <kfting@nuvoton.com> | 2022-05-17 18:11:38 +0800 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-05-21 07:52:56 +0200 |
commit | ea9f8426d17620214ee345ffb77ee6cc196ff14f (patch) | |
tree | 8fa1ad7247975d96d0c5c4805db9ef2f5a6b88c7 /tools/perf/scripts/python/libxed.py | |
parent | 0bf58eb12f05e2f2ae693977206fef868d9c5dce (diff) |
i2c: npcm: Correct register access width
The SMBnCTL3 register is 8-bit wide and the 32-bit access was always
incorrect, but simply didn't cause a visible error on the 32-bit machine.
On the 64-bit machine, the kernel message reports that ESR value is
0x96000021. Checking Arm Architecture Reference Manual Armv8 suggests that
it's the alignment fault.
SMBnCTL3's address is 0xE.
Fixes: 56a1485b102e ("i2c: npcm7xx: Add Nuvoton NPCM I2C controller driver")
Signed-off-by: Tyrone Ting <kfting@nuvoton.com>
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions