From mboxrd@z Thu Jan 1 00:00:00 1970 From: dillon.minfei at gmail.com Date: Fri, 26 Mar 2021 18:24:27 +0800 Subject: [PATCH v2 6/6] pinctrl: stm32: Add st, stm32h750-pinctrl compatible string In-Reply-To: <1616754267-13845-1-git-send-email-dillon.minfei@gmail.com> References: <1616754267-13845-1-git-send-email-dillon.minfei@gmail.com> Message-ID: <1616754267-13845-7-git-send-email-dillon.minfei@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: dillon min Due to DT kernel synchronisation, add new pinctrl compatible string for stm32h750. Signed-off-by: dillon min --- v2: first add 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 6c98538..c5279c4 100644 --- a/drivers/pinctrl/pinctrl_stm32.c +++ b/drivers/pinctrl/pinctrl_stm32.c @@ -491,6 +491,7 @@ static const struct udevice_id stm32_pinctrl_ids[] = { { .compatible = "st,stm32f746-pinctrl" }, { .compatible = "st,stm32f769-pinctrl" }, { .compatible = "st,stm32h743-pinctrl" }, + { .compatible = "st,stm32h750-pinctrl" }, { .compatible = "st,stm32mp157-pinctrl" }, { .compatible = "st,stm32mp157-z-pinctrl" }, { } -- 2.7.4