From patchwork Wed Dec 15 10:56:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre TORGUE X-Patchwork-Id: 12696243 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8C277C433EF for ; Wed, 15 Dec 2021 10:58:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Date:Message-ID:Subject:From:CC:To: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=Pww2mSY4+qva4eRd7mxnNxBaYdfI3afRsvie1mrAt4A=; b=qKYja9u7YsHP+2gDmKXvYOu0Le tgc0GHlN/FdUAG//rrDPK15mJNWWmO7c6P8XLYBLYBZZ9vciNPq4R4XrGAWpkocGveWpBKIaGD5Jt qdxUURzXmxN/6l/TMqOenyw40ApO+tXD+DHxEQWDvw8Y5mj1mYWHGezmOLuOcaIhYYJKE7QiiycOu sALwT4Pw/tZZ7DjaBntN0RrLERdfqk/rnhcplHOIeQK+s8FOyREBcfsoiNOvuEnmhQQOK3b/j3arC 35TDyQnjqjnIbV0LrJaCdz0LVXwD+6EhUQJAQlxnYXKXit08mh8kLVGJrofmWLDGauqmHX392UwNG uNvjIkMg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxRxt-000K5D-3O; Wed, 15 Dec 2021 10:56:53 +0000 Received: from mx08-00178001.pphosted.com ([91.207.212.93] helo=mx07-00178001.pphosted.com) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxRxk-000K00-Df for linux-arm-kernel@lists.infradead.org; Wed, 15 Dec 2021 10:56:46 +0000 Received: from pps.filterd (m0046660.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 1BF9KU8m011417; Wed, 15 Dec 2021 11:56:34 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=to : cc : from : subject : message-id : date : mime-version : content-type : content-transfer-encoding; s=selector1; bh=aMhAYRQEwPa+LO1VPGFEvP3hcutpAOtxndPpd2jAOSc=; b=Dh9yftgbbOlZcwkq19CSIFyLoB2uZW7zzKq6UvIBwMfVF77rBRSarSs9SF8TyRUiyKnU pw5k7BFwdn9b+V0CFu2vu+JvJQ/hIFkQcEib3OMWaa5+eatnK1kSJ2DMJhj+OdfRCLYc cUOMz7HIwwXtqTsk0uj/rDshFWn6w646lCGoVnRTBDEksK7xwOpSiye5tBRE0lNguSWR py6U+Rj9P2oVx/PXKYDv6qBpr8HtOfZL0xJi0GRYzITVuFehp8ys7QAnql1n3Gwqbiae 3dV4If0VXvTGARBZ0N3fxSK8/yOZ44ZSgHH03qqN1qmWpAPazDqoNKVfHl1UWHcTJhoi dA== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3cy79j3018-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 15 Dec 2021 11:56:33 +0100 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id AB9FF10002A; Wed, 15 Dec 2021 11:56:30 +0100 (CET) Received: from Webmail-eu.st.com (sfhdag2node2.st.com [10.75.127.5]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 8B6832354DF; Wed, 15 Dec 2021 11:56:30 +0100 (CET) Received: from lmecxl0912.lme.st.com (10.75.127.46) by SFHDAG2NODE2.st.com (10.75.127.5) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Wed, 15 Dec 2021 11:56:29 +0100 To: Arnd Bergmann , Olof Johansson , "Kevin Hilman" , SoC Team , arm-soc CC: Alexandre TORGUE , "linux-arm-kernel@lists.infradead.org" , "linux-stm32@st-md-mailman.stormreply.com" , Jagan Teki From: Alexandre TORGUE Subject: [GIT PULL] STM32 DT changes for v5.17 #1 Message-ID: Date: Wed, 15 Dec 2021 11:56:29 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 Content-Language: en-US X-Originating-IP: [10.75.127.46] X-ClientProxiedBy: SFHDAG2NODE2.st.com (10.75.127.5) To SFHDAG2NODE2.st.com (10.75.127.5) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.11.62.513 definitions=2021-12-15_08,2021-12-14_01,2021-12-02_01 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211215_025644_813935_20B905CE X-CRM114-Status: GOOD ( 15.86 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Dear ARM SoC maintainers, Please consider this first round of STM32 DT updates for v5.17. Regards Alex The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git tags/stm32-dt-for-v5.17-1 for you to fetch changes up to 3ff0810ffc4793bfde454a452837484d0815aa14: ARM: dts: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0 10.1" OF (2021-12-06 09:31:05 +0100) ---------------------------------------------------------------- STM32 DT for v5.17, round 1 Highlights: ---------- -MCU: - fix ili9341 for dtbs_check warnings on stm32f429 disco. - MPU: - ST boards: - tune HS USB phys on stm32mp15 EV1 and DKx boards. - add pull-up on USART3/UART7 RX pins on STM32MP15 DKx boards. - use correct pinctrl setting for STUSB1600 on STM32MP15 DK boards. - ENGICAM: - enable LVDS pannel on i.Core STM32MP1 EDIMM2.2. - add "i.Core STM32MP1 C.TOUCH 2.0 10.1" OF" support: EDIMM compliant general purpose carrier board with ETH 10/100, WIFI/BT, CAN, ... ---------------------------------------------------------------- Dillon Min (1): ARM: dts: stm32: fix dtbs_check warning on ili9341 dts binding on stm32f429 disco Erwan Le Ray (2): ARM: dts: stm32: add pull-up to USART3 and UART7 RX pins on STM32MP15 DKx boards ARM: dts: stm32: clean uart4_idle_pins_a node for stm32mp15 Fabrice Gasnier (3): ARM: dts: stm32: tune the HS USB PHYs on stm32mp15xx-dkx ARM: dts: stm32: tune the HS USB PHYs on stm32mp157c-ev1 ARM: dts: stm32: fix stusb1600 pinctrl used on stm32mp157c-dk Jagan Teki (3): ARM: dts: stm32: Enable LVDS panel on i.Core STM32MP1 EDIMM2.2 dt-bindings: arm: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0 10.1" OF ARM: dts: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0 10.1" OF .../devicetree/bindings/arm/stm32/stm32.yaml | 1 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/stm32f429-disco.dts | 2 +- arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 32 ++--- .../stm32mp157a-icore-stm32mp1-ctouch2-of10.dts | 132 +++++++++++++++++++++ .../dts/stm32mp157a-icore-stm32mp1-edimm2.2.dts | 85 +++++++++++++ arch/arm/boot/dts/stm32mp157c-ev1.dts | 22 ++++ arch/arm/boot/dts/stm32mp15xx-dkx.dtsi | 16 +++ 8 files changed, 274 insertions(+), 17 deletions(-) create mode 100644 arch/arm/boot/dts/stm32mp157a-icore-stm32mp1-ctouch2-of10.dts