From: Dmitry Torokhov Date: Fri, 30 Sep 2022 16:00:41 +0000 (-0700) Subject: ARM: dts: stihxxx-b2120: fix polarity of reset line of tsin0 port X-Git-Tag: v6.1.15~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6595071a36045e503b575818cfc5f6d102b7da98;p=platform%2Fkernel%2Flinux-riscv.git ARM: dts: stihxxx-b2120: fix polarity of reset line of tsin0 port [ Upstream commit 4722dd4029c63f10414ffd8d3ffdd6c748391cd7 ] According to c8sectpfe driver code we first drive reset line low and then high to reset the port, therefore the reset line is supposed to be annotated as "active low". This will be important when we convert the driver to gpiod API. Reviewed-by: Patrice Chotard Signed-off-by: Dmitry Torokhov Signed-off-by: Patrice Chotard Signed-off-by: Sasha Levin --- diff --git a/arch/arm/boot/dts/stihxxx-b2120.dtsi b/arch/arm/boot/dts/stihxxx-b2120.dtsi index 2aa94605d3d4..d52a7aaa1074 100644 --- a/arch/arm/boot/dts/stihxxx-b2120.dtsi +++ b/arch/arm/boot/dts/stihxxx-b2120.dtsi @@ -178,7 +178,7 @@ tsin-num = <0>; serial-not-parallel; i2c-bus = <&ssc2>; - reset-gpios = <&pio15 4 GPIO_ACTIVE_HIGH>; + reset-gpios = <&pio15 4 GPIO_ACTIVE_LOW>; dvb-card = ; }; };