Skip to content

Commit

Permalink
imx8mn-var-som: update the polarity of camera reset GPIO
Browse files Browse the repository at this point in the history
The camera reset pin is active low, but was wrongly set as active high.
For SymphonyBoard < 1.5B, the buffer U14 was actually disabled, masking
the behavior of the reset pin, pulled up from the camera.
Starting from SymphonyBoard 1.5B, U14 is enabled, propagating the control
of the reset pin from the SoC to the camera, and exposing the originally
wrong behavior.

Signed-off-by: Pierluigi Passaro <pierluigi.p@variscite.com>
  • Loading branch information
varigigi committed Dec 16, 2021
1 parent 2731a98 commit 8723d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/freescale/imx8mn-var-som-symphony.dts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
assigned-clock-rates = <24000000>;
csi_id = <0>;
powerdown-gpios = <&gpio5 12 GPIO_ACTIVE_HIGH>;
reset-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
reset-gpios = <&gpio1 13 GPIO_ACTIVE_LOW>;
mclk = <24000000>;
mclk_source = <0>;
mipi_csi;
Expand Down

0 comments on commit 8723d43

Please sign in to comment.