Skip to content
Snippets Groups Projects
Commit 11d324c8 authored by Nícolas F. R. A. Prado's avatar Nícolas F. R. A. Prado
Browse files

STOPSHIP: clk: mediatek: mt8192-msdc: Set CLK_IGNORE_UNUSED on CLK_MSDC_AXI_WRAP


During clk_disable_unused(), the status of CLK_MSDC_AXI_WRAP is read in
order to determine whether it should be disabled. However, the simple
act of reading this clock, causes i2c0 to fail subsequent operations.

Set the CLK_IGNORE_UNUSED on this clock so it is not even read, fixing
the side-effect issue in the i2c0 bus.

Signed-off-by: default avatarNícolas F. R. A. Prado <nfraprado@collabora.com>
parent 96ee11db
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment