]> Git Repo - linux.git/commitdiff
ARM: dts: exynos: correct s5k6a3 reset polarity on Midas family
authorDmitry Torokhov <[email protected]>
Mon, 26 Sep 2022 10:43:53 +0000 (12:43 +0200)
committerArnd Bergmann <[email protected]>
Wed, 28 Sep 2022 20:30:59 +0000 (22:30 +0200)
According to s5k6a3 driver code, the reset line for the chip appears to
be active low. This also matches the typical polarity of reset lines in
general. Let's fix it up as having correct polarity in DTS is important
when the driver will be switched over to gpiod API.

Fixes: b4fec64758ab ("ARM: dts: Add camera device nodes for Exynos4412 TRATS2 board")
Signed-off-by: Dmitry Torokhov <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
arch/arm/boot/dts/exynos4412-midas.dtsi

index b967397a46c5be7a64f4e68bebbdad96902039d2..8e1c19a8ad06da8d072ee9f1d25fabc7a174b323 100644 (file)
                clocks = <&camera 1>;
                clock-names = "extclk";
                samsung,camclk-out = <1>;
-               gpios = <&gpm1 6 GPIO_ACTIVE_HIGH>;
+               gpios = <&gpm1 6 GPIO_ACTIVE_LOW>;
 
                port {
                        is_s5k6a3_ep: endpoint {
This page took 0.066607 seconds and 4 git commands to generate.