diff options
author | Leonard Göhrs <l.goehrs@pengutronix.de> | 2023-10-18 23:31:55 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2024-01-24 13:06:47 +0300 |
commit | 1d4e8b91d242c4afa1970ca6f7e850aab66bf452 (patch) | |
tree | d2f3dd704c42441311988295715123036be22d71 /arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi | |
parent | 6613476e225e090cc9aad49be7fa504e290dd33d (diff) | |
download | linux-1d4e8b91d242c4afa1970ca6f7e850aab66bf452.tar.xz |
ARM: dts: stm32: lxa-tac: drive powerboard lines as open-drain
This results in a slight improvement in EMI performance due to the lines
no longer being driven by the somewhat noisy VDD_IO supply of the SoM.
Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Diffstat (limited to 'arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi')
-rw-r--r-- | arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi b/arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi index fc3a2386dbb9..7e835a7cf64a 100644 --- a/arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi +++ b/arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi @@ -409,7 +409,7 @@ baseboard_eeprom: &sip_eeprom { &spi2 { pinctrl-names = "default"; pinctrl-0 = <&spi2_pins_c>; - cs-gpios = <&gpiof 12 GPIO_ACTIVE_LOW>; + cs-gpios = <&gpiof 12 (GPIO_ACTIVE_LOW | GPIO_OPEN_DRAIN)>; status = "okay"; }; |