Skip to content
Commit 0d90331a authored by Frieder Schrempf's avatar Frieder Schrempf
Browse files

media: i2c: adv7180: Don't enable CSI2 output before streaming started



Currently the MIPI CSI data output is turned on when s_power() is
called. This can cause trouble with the host, when the upstream
controller is turned on while the data stream is already running.

Let's move the switching of the output to s_stream() to handle this
properly.

TODO: Fix the runtime suspend

Signed-off-by: default avatarFrieder Schrempf <frieder.schrempf@kontron.de>
parent 9f962622
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment