linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: linux-arm-kernel@lists.infradead.org
Cc: "Marek Vasut" <marex@denx.de>,
	"Leonard Göhrs" <l.goehrs@pengutronix.de>,
	"Ahmad Fatoum" <a.fatoum@pengutronix.de>,
	"Alexandre Torgue" <alexandre.torgue@foss.st.com>,
	"Andre Przywara" <andre.przywara@arm.com>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Dario Binacchi" <dario.binacchi@amarulasolutions.com>,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
	"Rob Herring" <robh@kernel.org>,
	"Sean Nyekjaer" <sean@geanix.com>,
	"Steffen Trumtrar" <s.trumtrar@pengutronix.de>,
	devicetree@vger.kernel.org, kernel@dh-electronics.com,
	linux-stm32@st-md-mailman.stormreply.com
Subject: [PATCH 10/20] ARM: dts: stm32: Add alternate pinmux for MP13 PWM13 pins
Date: Mon, 22 Apr 2024 02:19:24 +0200	[thread overview]
Message-ID: <20240422002006.243687-10-marex@denx.de> (raw)
In-Reply-To: <20240422002006.243687-1-marex@denx.de>

Add another mux option for PWM13 pins, this is used on
DH electronics STM32MP13xx DHCOR DHSBC board.

Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: "Leonard Göhrs" <l.goehrs@pengutronix.de>
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
Cc: Andre Przywara <andre.przywara@arm.com>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: Rob Herring <robh@kernel.org>
Cc: Sean Nyekjaer <sean@geanix.com>
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Cc: devicetree@vger.kernel.org
Cc: kernel@dh-electronics.com
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-stm32@st-md-mailman.stormreply.com
---
 arch/arm/boot/dts/st/stm32mp13-pinctrl.dtsi | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/arch/arm/boot/dts/st/stm32mp13-pinctrl.dtsi b/arch/arm/boot/dts/st/stm32mp13-pinctrl.dtsi
index d19408f19f97a..cf070fbd7f708 100644
--- a/arch/arm/boot/dts/st/stm32mp13-pinctrl.dtsi
+++ b/arch/arm/boot/dts/st/stm32mp13-pinctrl.dtsi
@@ -275,6 +275,21 @@ pins {
 		};
 	};
 
+	pwm13_pins_a: pwm13-0 {
+		pins {
+			pinmux = <STM32_PINMUX('A', 6, AF9)>; /* TIM13_CH1 */
+			bias-pull-down;
+			drive-push-pull;
+			slew-rate = <0>;
+		};
+	};
+
+	pwm13_sleep_pins_a: pwm13-sleep-0 {
+		pins {
+			pinmux = <STM32_PINMUX('A', 6, ANALOG)>; /* TIM13_CH1 */
+		};
+	};
+
 	pwm14_pins_a: pwm14-0 {
 		pins {
 			pinmux = <STM32_PINMUX('F', 9, AF9)>; /* TIM14_CH1 */
-- 
2.43.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2024-04-22  0:21 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-22  0:19 [PATCH 01/20] dt-bindings: arm: stm32: Add compatible string for DH electronics STM32MP13xx DHCOR DHSBC board Marek Vasut
2024-04-22  0:19 ` [PATCH 02/20] ARM: dts: stm32: Add alternate pinmux for MP13 ADC pins Marek Vasut
2024-04-22  0:19 ` [PATCH 03/20] ARM: dts: stm32: Add alternate pinmux for MP13 ADC CC pins Marek Vasut
2024-04-22  0:19 ` [PATCH 04/20] ARM: dts: stm32: Add alternate pinmux for MP13 ETH1 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 05/20] ARM: dts: stm32: Add alternate pinmux for MP13 ETH2 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 06/20] ARM: dts: stm32: Add alternate pinmux for MP13 I2C5 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 07/20] ARM: dts: stm32: Add alternate pinmux for MP13 MCAN1 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 08/20] ARM: dts: stm32: Add alternate pinmux for MP13 MCAN2 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 09/20] ARM: dts: stm32: Add alternate pinmux for MP13 PWM5 pins Marek Vasut
2024-04-22  0:19 ` Marek Vasut [this message]
2024-04-22  0:19 ` [PATCH 11/20] ARM: dts: stm32: Add alternate pinmux for MP13 QSPI pins Marek Vasut
2024-04-22  0:19 ` [PATCH 12/20] ARM: dts: stm32: Add alternate pinmux for MP13 SAI1 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 13/20] ARM: dts: stm32: Add alternate pinmux for MP13 SDMMC2 D4..D7 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 14/20] ARM: dts: stm32: Add alternate pinmux for MP13 SPI2 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 15/20] ARM: dts: stm32: Add alternate pinmux for MP13 SPI3 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 16/20] ARM: dts: stm32: Add alternate pinmux for MP13 USART1 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 17/20] ARM: dts: stm32: Add alternate pinmux for MP13 USART2 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 18/20] ARM: dts: stm32: Add alternate pinmux for MP13 UART4 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 19/20] ARM: dts: stm32: Add alternate pinmux for MP13 UART7 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 20/20] ARM: dts: stm32: Add support for STM32MP13xx DHCOR SoM and DHSBC board Marek Vasut
2024-04-22  4:21 ` [PATCH 01/20] dt-bindings: arm: stm32: Add compatible string for DH electronics STM32MP13xx DHCOR " Krzysztof Kozlowski
2024-04-22 12:52   ` Marek Vasut
2024-04-25  8:37     ` Alexandre TORGUE
2024-04-22 15:08 ` Rob Herring
2024-04-22 19:50   ` Marek Vasut

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240422002006.243687-10-marex@denx.de \
    --to=marex@denx.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=alexandre.torgue@foss.st.com \
    --cc=andre.przywara@arm.com \
    --cc=conor+dt@kernel.org \
    --cc=dario.binacchi@amarulasolutions.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kernel@dh-electronics.com \
    --cc=krzk+dt@kernel.org \
    --cc=l.goehrs@pengutronix.de \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=robh@kernel.org \
    --cc=s.trumtrar@pengutronix.de \
    --cc=sean@geanix.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).