Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: Add alternate pinmux for SPI2 pins

Add another mux option for SPI2 pins, this is used on DRC Compact board.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
Cc: linux-stm32@st-md-mailman.stormreply.com
To: linux-arm-kernel@lists.infradead.org
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>

authored by

Marek Vasut and committed by
Alexandre Torgue
5eabbd30 bdb1f18f

+15
+15
arch/arm/boot/dts/stm32mp15-pinctrl.dtsi
··· 1827 1827 }; 1828 1828 }; 1829 1829 1830 + spi2_pins_b: spi2-1 { 1831 + pins1 { 1832 + pinmux = <STM32_PINMUX('I', 1, AF5)>, /* SPI2_SCK */ 1833 + <STM32_PINMUX('I', 3, AF5)>; /* SPI2_MOSI */ 1834 + bias-disable; 1835 + drive-push-pull; 1836 + slew-rate = <1>; 1837 + }; 1838 + 1839 + pins2 { 1840 + pinmux = <STM32_PINMUX('I', 2, AF5)>; /* SPI2_MISO */ 1841 + bias-disable; 1842 + }; 1843 + }; 1844 + 1830 1845 spi4_pins_a: spi4-0 { 1831 1846 pins { 1832 1847 pinmux = <STM32_PINMUX('E', 12, AF5)>, /* SPI4_SCK */