diff options
author | 2022-03-01 07:26:00 +0000 | |
---|---|---|
committer | 2022-03-20 00:20:38 +0100 | |
commit | cb13aa16f34f794a9cee2626862af8a95f0f0ee9 (patch) | |
tree | 5bb9de977b22c6923e2d8d38e31a79edcd685e90 /scripts/gdb/linux/utils.py | |
parent | i2c: add tracepoints for I2C slave events (diff) | |
download | wireguard-linux-cb13aa16f34f794a9cee2626862af8a95f0f0ee9.tar.xz wireguard-linux-cb13aa16f34f794a9cee2626862af8a95f0f0ee9.zip |
i2c: meson: Fix wrong speed use from probe
Having meson_i2c_set_clk_div after i2c_add_adapter
causes issues for client drivers that try to use
the bus before the requested speed is applied.
The bus can be used just after i2c_add_adapter, so
move i2c_add_adapter to the final step as
meson_i2c_set_clk_div needs to be called before
the bus is used.
Fixes: 09af1c2fa490 ("i2c: meson: set clock divider in probe instead of setting it for each transfer")
Signed-off-by: Lucas Tanure <tanure@linux.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions