devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 1/9] ARM: dts: stm32: Add alternate pinmux for i2s pins
@ 2023-08-16 12:24 Sean Nyekjaer
  2023-08-16 12:24 ` [PATCH v5 2/9] ARM: dts: stm32: Add alternate pinmux for ldtc pins Sean Nyekjaer
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Sean Nyekjaer @ 2023-08-16 12:24 UTC (permalink / raw)
  To: l.goehrs, a.fatoum, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Maxime Coquelin, Alexandre Torgue
  Cc: Sean Nyekjaer, dantuguf14105, Olivier Moysan, devicetree,
	linux-stm32, linux-arm-kernel, linux-kernel

Add another mux option for i2s pins, this is used on Octavo OSD32MP1-RED board.

Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Reviewed-by: Olivier Moysan <olivier.moysan@foss.st.com>
---
 arch/arm/boot/dts/st/stm32mp15-pinctrl.dtsi | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/arch/arm/boot/dts/st/stm32mp15-pinctrl.dtsi b/arch/arm/boot/dts/st/stm32mp15-pinctrl.dtsi
index 098153ee99a3..92726ad7285f 100644
--- a/arch/arm/boot/dts/st/stm32mp15-pinctrl.dtsi
+++ b/arch/arm/boot/dts/st/stm32mp15-pinctrl.dtsi
@@ -787,6 +787,25 @@ pins {
 		};
 	};
 
+	i2s2_pins_b: i2s2-1 {
+		pins {
+			pinmux = <STM32_PINMUX('C',  3, AF5)>, /* I2S2_SDO */
+				 <STM32_PINMUX('B', 12, AF5)>, /* I2S2_WS */
+				 <STM32_PINMUX('B', 13, AF5)>; /* I2S2_CK */
+			bias-disable;
+			drive-push-pull;
+			slew-rate = <1>;
+		};
+	};
+
+	i2s2_sleep_pins_b: i2s2-sleep-1 {
+		pins {
+			pinmux = <STM32_PINMUX('C', 3, ANALOG)>, /* I2S2_SDO */
+				 <STM32_PINMUX('B', 12, ANALOG)>, /* I2S2_WS */
+				 <STM32_PINMUX('B', 13, ANALOG)>; /* I2S2_CK */
+		};
+	};
+
 	ltdc_pins_a: ltdc-0 {
 		pins {
 			pinmux = <STM32_PINMUX('G',  7, AF14)>, /* LCD_CLK */
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-08-25  7:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-16 12:24 [PATCH v5 1/9] ARM: dts: stm32: Add alternate pinmux for i2s pins Sean Nyekjaer
2023-08-16 12:24 ` [PATCH v5 2/9] ARM: dts: stm32: Add alternate pinmux for ldtc pins Sean Nyekjaer
2023-08-16 12:24 ` [PATCH v5 3/9] ARM: dts: stm32: Add alternate pinmux for can pins Sean Nyekjaer
2023-08-16 12:24 ` [PATCH v5 4/9] ARM: dts: stm32: osd32: fix ldo1 not required to be always-on Sean Nyekjaer
2023-08-16 12:24 ` [PATCH v5 5/9] ARM: dts: stm32: osd32: fix ldo2 " Sean Nyekjaer
2023-08-16 12:24 ` [PATCH v5 6/9] ARM: dts: stm32: lxa-tac: remove v3v3_hdmi override Sean Nyekjaer
2023-08-16 12:24 ` [PATCH v5 7/9] ARM: dts: stm32: osd32: fix ldo6 not required to be always-on Sean Nyekjaer
2023-08-16 12:24 ` [PATCH v5 8/9] dt-bindings: arm: stm32: add extra SiP compatible for oct,stm32mp157c-osd32-red Sean Nyekjaer
2023-08-16 12:24 ` [PATCH v5 9/9] ARM: dts: stm32: Add Octavo OSD32MP1-RED board Sean Nyekjaer
2023-08-25  7:09   ` Alexandre TORGUE

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).