diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-02-06 20:47:13 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-02-06 20:47:15 +0100 |
commit | 89e5dd41c444cc2178be8d3090e386d02f4fccf3 (patch) | |
tree | d21d2f121e2ee62b46cdde8783cc374dffad0961 /arch | |
parent | arm64: dts: mediatek: mt8195: Fix vdosys* compatible strings (diff) | |
parent | ARM: dts: stihxxx-b2120: fix polarity of reset line of tsin0 port (diff) | |
download | linux-89e5dd41c444cc2178be8d3090e386d02f4fccf3.tar.xz linux-89e5dd41c444cc2178be8d3090e386d02f4fccf3.zip |
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/8e05c729-89bc-20f3-acf6-096fb85d7e36@foss.st.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/stihxxx-b2120.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stihxxx-b2120.dtsi b/arch/arm/boot/dts/stihxxx-b2120.dtsi index 920a0bad7494..8d9a2dfa76f1 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 = <STV0367_TDA18212_NIMA_1>; }; }; |