From patchwork Mon Nov 9 14:55:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre TORGUE X-Patchwork-Id: 11891649 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C72CA14C0 for ; Mon, 9 Nov 2020 14:55:58 +0000 (UTC) Received: by mail.kernel.org (Postfix) id BB18A20897; Mon, 9 Nov 2020 14:55:58 +0000 (UTC) Delivered-To: soc@kernel.org Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [185.132.182.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9FCE920789; Mon, 9 Nov 2020 14:55:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=st.com header.i=@st.com header.b="UoraP+9j" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9FCE920789 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=st.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alexandre.torgue@st.com Received: from pps.filterd (m0046668.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 0A9EqYqA027796; Mon, 9 Nov 2020 15:55:53 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=st.com; h=from : to : cc : subject : message-id : date : mime-version : content-type : content-transfer-encoding; s=STMicroelectronics; bh=UfUsVSgWWuXMZKvNC6MvGFvz8fi5n+tOos+4T8NdJ9I=; b=UoraP+9jI+viX/qoOv9TtrcaylT6d8H5WZYqvdq0qWN9TpBDDArZ15IFKoSEEQPdZRjW rjUzi3q1Deg31QJqJIiR1x/20T6DypTuLLz+aFO56cNo8fEsRBM4QqtSSQhERznebvV9 8HIlOFpY6H/jOMbdbvG4KyeKQVYvQ5jLeCsyf+IU1hDTcD8a1/F6y4cnq5kuDHi+SjID 54/+ORVVfbb4dvHF/+PfBn7uG3s/EFx3B26uS0j8r9ifZkiR5cyd29sYGF6VjLNYGmfs 2LwMa4QKW96ebmlGKQgsQbBG5hL6ttxnES/MMtzgwi3PZjhEtL6JxWjIvy0c+vbeiwNT lQ== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 34nhx4tpqk-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 09 Nov 2020 15:55:53 +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 CCCB110002A; Mon, 9 Nov 2020 15:55:52 +0100 (CET) Received: from Webmail-eu.st.com (sfhdag3node2.st.com [10.75.127.8]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id B91FF233E9F; Mon, 9 Nov 2020 15:55:52 +0100 (CET) Received: from lmecxl0912.lme.st.com (10.75.127.48) by SFHDAG3NODE2.st.com (10.75.127.8) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Mon, 9 Nov 2020 15:55:52 +0100 From: Alexandre Torgue List-Id: To: Arnd Bergmann , Olof Johansson , Kevin Hilman , SoC Team , arm-soc CC: Alexandre TORGUE , "linux-arm-kernel@lists.infradead.org" , Marek Vasut Subject: [GIT PULL] STM32 DT fixes for v5.10 #2 Message-ID: <65bfc73d-aae1-5309-2e11-1e3da647ad46@st.com> Date: Mon, 9 Nov 2020 15:55:09 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 Content-Language: en-US X-Originating-IP: [10.75.127.48] X-ClientProxiedBy: SFHDAG4NODE3.st.com (10.75.127.12) To SFHDAG3NODE2.st.com (10.75.127.8) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.312,18.0.737 definitions=2020-11-09_07:2020-11-05,2020-11-09 signatures=0 Hi Arnd, Olof and Kevin, Please consider this second round of STM32 DT fixes for v5.10. It concerns DHCOM/DHCOR fixes. Thanks Alex The following changes since commit 728a7e225ad807b4b4de3be3fb653424199f8a76: ARM: dts: stm32: Describe Vin power supply on stm32mp157c-edx board (2020-10-28 15:08:24 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git stm32-dt-for-v5.10-fixes-2 for you to fetch changes up to f4c7fa39415da6db1fa0bc26162ac23a0fbae8bb: ARM: dts: stm32: Keep VDDA LDO1 always on on DHCOM (2020-11-09 14:36:50 +0100) ---------------------------------------------------------------- STM32 DT fixes for v5.10, round 2 Highlights: ----------- -Fixes are for DHCOM/DHCOR boards: - Fix TA3-GPIO-C button - Fix LED5 mapping - Define VIO regulator supply on DHCOM - Enable thermal sensor support on stm32mp15xx-dhcor - Keep VDDA LDO1 always on to avoid leakage ---------------------------------------------------------------- Marek Vasut (5): ARM: dts: stm32: Fix TA3-GPIO-C key on STM32MP1 DHCOM PDK2 ARM: dts: stm32: Fix LED5 on STM32MP1 DHCOM PDK2 ARM: dts: stm32: Define VIO regulator supply on DHCOM ARM: dts: stm32: Enable thermal sensor support on stm32mp15xx-dhcor ARM: dts: stm32: Keep VDDA LDO1 always on on DHCOM arch/arm/boot/dts/stm32mp15xx-dhcom-pdk2.dtsi | 19 +++++++++++-------- arch/arm/boot/dts/stm32mp15xx-dhcom-som.dtsi | 2 ++ arch/arm/boot/dts/stm32mp15xx-dhcor-som.dtsi | 4 ++++ 3 files changed, 17 insertions(+), 8 deletions(-)