All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick Delaunay <patrick.delaunay@foss.st.com>
To: <u-boot@lists.denx.de>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>,
	Patrice Chotard <patrice.chotard@foss.st.com>,
	U-Boot STM32 <uboot-stm32@st-md-mailman.stormreply.com>
Subject: [PATCH v2 10/16] pinctrl: stm32: add support of STM32MP135
Date: Fri, 20 May 2022 18:24:48 +0200	[thread overview]
Message-ID: <20220520182444.v2.10.Ie30eda7a5fb54abc98f89edeee53932bef15a09f@changeid> (raw)
In-Reply-To: <20220520162454.1864832-1-patrick.delaunay@foss.st.com>

Add support for "st,stm32mp135-pinctrl" for STM32MP13x

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
---

(no changes since v1)

 drivers/pinctrl/pinctrl_stm32.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pinctrl/pinctrl_stm32.c b/drivers/pinctrl/pinctrl_stm32.c
index 56a20e8bd2..990cd19286 100644
--- a/drivers/pinctrl/pinctrl_stm32.c
+++ b/drivers/pinctrl/pinctrl_stm32.c
@@ -488,6 +488,7 @@ static const struct udevice_id stm32_pinctrl_ids[] = {
 	{ .compatible = "st,stm32h743-pinctrl" },
 	{ .compatible = "st,stm32mp157-pinctrl" },
 	{ .compatible = "st,stm32mp157-z-pinctrl" },
+	{ .compatible = "st,stm32mp135-pinctrl" },
 	{ }
 };
 
-- 
2.25.1


  parent reply	other threads:[~2022-05-20 16:28 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-20 16:24 [PATCH v2 00/16] stm32mp: add STM32MP13x support Patrick Delaunay
2022-05-20 16:24 ` [PATCH v2 01/16] ARM: dts: stm32: add STM32MP13 SoCs support Patrick Delaunay
2022-05-20 16:24 ` [PATCH v2 02/16] configs: stm32mp1: move SUPPORT_SPL in STM32MP15x Patrick Delaunay
2022-05-20 16:24 ` [PATCH v2 03/16] arm: stm32mp: move the get_otp helper function in bsec Patrick Delaunay
2022-05-20 16:24 ` [PATCH v2 04/16] arm: stm32mp: move code for STM32MP15x Patrick Delaunay
2022-05-20 16:24 ` [PATCH v2 05/16] arm: stm32mp: add choice for STM32MP SOC family Patrick Delaunay
2022-05-20 16:24 ` [PATCH v2 06/16] arm: stm32mp: add sub config Kconfig.15x Patrick Delaunay
2022-05-20 16:24 ` [PATCH v2 07/16] arm: stm32mp: add CONFIG_STM32MP15_PWR Patrick Delaunay
2022-05-23  7:04   ` Patrice CHOTARD
2022-05-20 16:24 ` [PATCH v2 08/16] arm: stm32mp: add support of STM32MP13x Patrick Delaunay
2022-05-23  7:00   ` Patrice CHOTARD
2022-05-20 16:24 ` [PATCH v2 09/16] arm: stm32mp: support 2 MAC address for STM32MP13 Patrick Delaunay
2022-05-20 16:24 ` Patrick Delaunay [this message]
2022-05-20 16:24 ` [PATCH v2 11/16] board: stm32pm1: add stm32mp13 board support Patrick Delaunay
2022-05-23  6:58   ` Patrice CHOTARD
2022-05-20 16:24 ` [PATCH v2 12/16] ram: stm32mp1: add support of STM32MP13x Patrick Delaunay
2022-05-20 16:24 ` [PATCH v2 13/16] mmc: stm32_sdmmc2: make reset property optional Patrick Delaunay
2022-05-20 16:24 ` [PATCH v2 14/16] arm: dts: stm32mp: add stm32mp13 device tree for U-Boot Patrick Delaunay
2022-05-20 16:24 ` [PATCH v2 15/16] configs: add stm32mp13 defconfig Patrick Delaunay
2022-05-20 16:24 ` [PATCH v2 16/16] doc: st: stm32mp1: add STM32MP13x support Patrick Delaunay
2022-05-23  6:55   ` Patrice CHOTARD

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=20220520182444.v2.10.Ie30eda7a5fb54abc98f89edeee53932bef15a09f@changeid \
    --to=patrick.delaunay@foss.st.com \
    --cc=patrice.chotard@foss.st.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-stm32@st-md-mailman.stormreply.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.