Skip to content

Commit 832c436

Browse files
pchotardatorgue
authored andcommitted
ARM: dts: stm32: relax qspi pins slew-rate for stm32mp157
Relax qspi pins slew-rate to minimize peak currents. Fixes: 8440300 ("ARM: dts: stm32: add flash nor support on stm32mp157c eval board") Signed-off-by: Patrice Chotard <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]>
1 parent 54ecb8f commit 832c436

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm/boot/dts/stm32mp157-pinctrl.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -609,13 +609,13 @@
609609
<STM32_PINMUX('F', 6, AF9)>; /* QSPI_BK1_IO3 */
610610
bias-disable;
611611
drive-push-pull;
612-
slew-rate = <3>;
612+
slew-rate = <1>;
613613
};
614614
pins2 {
615615
pinmux = <STM32_PINMUX('B', 6, AF10)>; /* QSPI_BK1_NCS */
616616
bias-pull-up;
617617
drive-push-pull;
618-
slew-rate = <3>;
618+
slew-rate = <1>;
619619
};
620620
};
621621

@@ -637,13 +637,13 @@
637637
<STM32_PINMUX('G', 7, AF11)>; /* QSPI_BK2_IO3 */
638638
bias-disable;
639639
drive-push-pull;
640-
slew-rate = <3>;
640+
slew-rate = <1>;
641641
};
642642
pins2 {
643643
pinmux = <STM32_PINMUX('C', 0, AF10)>; /* QSPI_BK2_NCS */
644644
bias-pull-up;
645645
drive-push-pull;
646-
slew-rate = <3>;
646+
slew-rate = <1>;
647647
};
648648
};
649649

0 commit comments

Comments
 (0)