Skip to content

Commit 89e5dd4

Browse files
committed
Merge tag 'sti-dt-for-6.3-round1' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti into arm/fixes
Fix polarity of reset line of tsin0 port for stihxxx-b2120 * tag 'sti-dt-for-6.3-round1' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti: ARM: dts: stihxxx-b2120: fix polarity of reset line of tsin0 port Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 97801cf + 4722dd4 commit 89e5dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/stihxxx-b2120.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
tsin-num = <0>;
179179
serial-not-parallel;
180180
i2c-bus = <&ssc2>;
181-
reset-gpios = <&pio15 4 GPIO_ACTIVE_HIGH>;
181+
reset-gpios = <&pio15 4 GPIO_ACTIVE_LOW>;
182182
dvb-card = <STV0367_TDA18212_NIMA_1>;
183183
};
184184
};

0 commit comments

Comments
 (0)