Commit 1d4e8b91 authored by Leonard Göhrs's avatar Leonard Göhrs Committed by Alexandre Torgue

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: default avatarLeonard Göhrs <l.goehrs@pengutronix.de>
Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent 6613476e
......@@ -148,7 +148,7 @@ adc@0 {
compatible = "ti,lmp92064";
reg = <0>;
reset-gpios = <&gpioa 4 GPIO_ACTIVE_HIGH>;
reset-gpios = <&gpioa 4 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
shunt-resistor-micro-ohms = <15000>;
spi-max-frequency = <5000000>;
vdd-supply = <&reg_pb_3v3>;
......
......@@ -409,7 +409,7 @@ &sdmmc2 {
&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";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment