From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9D93DC77B7A for ; Tue, 30 May 2023 08:20:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230230AbjE3IUC (ORCPT ); Tue, 30 May 2023 04:20:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230365AbjE3ITw (ORCPT ); Tue, 30 May 2023 04:19:52 -0400 Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [185.132.182.106]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4912CDB; Tue, 30 May 2023 01:19:51 -0700 (PDT) Received: from pps.filterd (m0241204.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 34U3tvJT017961; Tue, 30 May 2023 10:19:22 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=Dt2qDgO0BJH5VS1WqR/hx20Xk2xMe+9JCiqnd8yB2c4=; b=kxmmwhPEmr1VkU9dGGWbG9iC3d1CcqZQsU9WeVrR0KwyhiMR+VXiXs7JlA7XZpxpZVDL xT3fgf7uQZD9lN6QL52rK9uFm1r59B1WMzeKlt6n3ZAbNsIHJmc2uIF5Ni63Php42Wgn NddmHnMuIRvDOhxQ6ZS9EvUWMFozEjp3K9qQyC7pe8wH5LkQlwdxHdtUPMHsYK9hGtBv sakopbXPpvOHaZ+Zj4M1zoIYWRClEPCLzLLbUxk/9Wn4D6QZ7r56TUWSGVVZkrL9Xfdz Tjq0j3rLyk/uT67ENQ4ov1ANcUcgKl49a3xYi5tzaDoZ/sL1doPDxxWxG7RCiIXshQ03 EQ== 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 3quahy689t-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 30 May 2023 10:19:22 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id F2C8610002A; Tue, 30 May 2023 10:19:20 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id C683B21513C; Tue, 30 May 2023 10:19:20 +0200 (CEST) Received: from [10.201.21.93] (10.201.21.93) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Tue, 30 May 2023 10:19:20 +0200 Message-ID: Date: Tue, 30 May 2023 10:19:19 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH v4 0/4] STM32 warning cleanup Content-Language: en-US To: Raphael Gallais-Pou , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Marek Vasut , Philippe Cornu , Yannick Fertre CC: , , , , , References: <20230529091359.71987-1-raphael.gallais-pou@foss.st.com> From: Alexandre TORGUE In-Reply-To: <20230529091359.71987-1-raphael.gallais-pou@foss.st.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.21.93] X-ClientProxiedBy: EQNCAS1NODE3.st.com (10.75.129.80) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.957,Hydra:6.0.573,FMLib:17.11.176.26 definitions=2023-05-30_05,2023-05-29_02,2023-05-22_02 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Raphael On 5/29/23 11:13, Raphael Gallais-Pou wrote: > This serie aims to reduce the number of device-tree warnings of > following boards : > > - STM32F469-DISCO > - STM32MP15* > > Those warnings were appearing either during build or when checking > dt-bindings and concern mostly LTDC and DSI IPs. They were due to the > following cases: > > - 'panel-dsi@0' instead of 'panel@0' according to the YAML > - unnecessary #address-cells and #size-cells properties > - residual 'reg' field on single endpoints > > First patch fixes stm32f469-disco device-tree. > Second patch fixes st,stm32-dsi.yaml dt-bindings. > Third patch fixes DSI warnings on stm32mp15* device-trees. > Last patch fixes LTDC warnings on stm32mp15* device-trees. > > Changes since v3: > * Added Conor's acked-by > * Added Marek's reviewed-by > * Split last patch into two separate for clearer review > > Changes since v2: > * Added changelog > * Enhanced commit descriptions > > Changes since v1: > * Added DSI subnode name change > * Included stm32f469-disco DT in the cleanup > * Included YAML fix to prevent regression > > Raphael Gallais-Pou (4): > ARM: dts: stm32: fix warnings on stm32f469-disco board > dt-bindings: display: st,stm32-dsi: Remove unnecessary fields > ARM: dts: stm32: fix dsi warnings on stm32mp15 boards > ARM: dts: stm32: fix ltdc warnings in stm32mp15 boards > > .../bindings/display/st,stm32-dsi.yaml | 2 -- > arch/arm/boot/dts/stm32f469-disco.dts | 4 ++-- > arch/arm/boot/dts/stm32mp151.dtsi | 5 ----- > arch/arm/boot/dts/stm32mp157.dtsi | 7 ------- > arch/arm/boot/dts/stm32mp157a-dk1.dts | 20 +++++++++++++++++++ > ...tm32mp157a-icore-stm32mp1-ctouch2-of10.dts | 6 ++++-- > .../stm32mp157a-icore-stm32mp1-edimm2.2.dts | 6 ++++-- > ...157a-microgea-stm32mp1-microdev2.0-of7.dts | 3 +-- > arch/arm/boot/dts/stm32mp157c-dk2.dts | 8 ++++++++ > arch/arm/boot/dts/stm32mp157c-ev1.dts | 10 +++++++--- > arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts | 3 +-- > .../boot/dts/stm32mp15xx-dhcor-avenger96.dtsi | 6 +----- > arch/arm/boot/dts/stm32mp15xx-dkx.dtsi | 18 +---------------- > 13 files changed, 49 insertions(+), 49 deletions(-) > Thanks for this series! No more W=1 Warnings and no more YAML issue regarding DSI/LTDC stuff. Thanks Marek for reviews and feedback. Series applied on stm32-next. Cheers Alx From mboxrd@z Thu Jan 1 00:00:00 1970 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 3B20BC77B7A for ; Tue, 30 May 2023 08:20:12 +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:In-Reply-To:From:References:CC:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Ua/++MnPU+5sLhuaRP4SIECu0ZiNzaQH/A0DLMHAdDM=; b=p3WBnu8hlShAhH cqMiu7jFx4LJ4PdHc5xSEzpYwJwvPTSFppyhGpEJfZlzyiy+t+Y93nX3gd4/KofZ16Lc292Koxvry PXcOzpCvP/YrT1FX1EVjYMznMUb5uX/d/bobTJ+Ug3UKEMhMLMEQbiSWV7XkSYW++RMBrKP78rsW3 R+pGUFUIiiUDkEiQ9II7FYrIib6lq7Qx3uavrtiLvL9Uav07TtfWl5pW+jqtOQbUF9D1X3PCN8iNx dptB+qPHor5Zx/b29t3/xdEXWxqquQ8TCmUGuh/n0BkRrb2uhinze5ZCLwd6VXKYylUPOpFGLS+mv PA/2+tXbVOev4ZGgZJrg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q3ua6-00Cu1t-15; Tue, 30 May 2023 08:19:50 +0000 Received: from mx07-00178001.pphosted.com ([185.132.182.106]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q3ua3-00Cu1L-12 for linux-arm-kernel@lists.infradead.org; Tue, 30 May 2023 08:19:48 +0000 Received: from pps.filterd (m0241204.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 34U3tvJT017961; Tue, 30 May 2023 10:19:22 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=Dt2qDgO0BJH5VS1WqR/hx20Xk2xMe+9JCiqnd8yB2c4=; b=kxmmwhPEmr1VkU9dGGWbG9iC3d1CcqZQsU9WeVrR0KwyhiMR+VXiXs7JlA7XZpxpZVDL xT3fgf7uQZD9lN6QL52rK9uFm1r59B1WMzeKlt6n3ZAbNsIHJmc2uIF5Ni63Php42Wgn NddmHnMuIRvDOhxQ6ZS9EvUWMFozEjp3K9qQyC7pe8wH5LkQlwdxHdtUPMHsYK9hGtBv sakopbXPpvOHaZ+Zj4M1zoIYWRClEPCLzLLbUxk/9Wn4D6QZ7r56TUWSGVVZkrL9Xfdz Tjq0j3rLyk/uT67ENQ4ov1ANcUcgKl49a3xYi5tzaDoZ/sL1doPDxxWxG7RCiIXshQ03 EQ== 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 3quahy689t-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 30 May 2023 10:19:22 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id F2C8610002A; Tue, 30 May 2023 10:19:20 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id C683B21513C; Tue, 30 May 2023 10:19:20 +0200 (CEST) Received: from [10.201.21.93] (10.201.21.93) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Tue, 30 May 2023 10:19:20 +0200 Message-ID: Date: Tue, 30 May 2023 10:19:19 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH v4 0/4] STM32 warning cleanup Content-Language: en-US To: Raphael Gallais-Pou , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Marek Vasut , Philippe Cornu , Yannick Fertre CC: , , , , , References: <20230529091359.71987-1-raphael.gallais-pou@foss.st.com> From: Alexandre TORGUE In-Reply-To: <20230529091359.71987-1-raphael.gallais-pou@foss.st.com> X-Originating-IP: [10.201.21.93] X-ClientProxiedBy: EQNCAS1NODE3.st.com (10.75.129.80) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.957,Hydra:6.0.573,FMLib:17.11.176.26 definitions=2023-05-30_05,2023-05-29_02,2023-05-22_02 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230530_011947_655962_459D7819 X-CRM114-Status: GOOD ( 19.73 ) 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: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Raphael On 5/29/23 11:13, Raphael Gallais-Pou wrote: > This serie aims to reduce the number of device-tree warnings of > following boards : > > - STM32F469-DISCO > - STM32MP15* > > Those warnings were appearing either during build or when checking > dt-bindings and concern mostly LTDC and DSI IPs. They were due to the > following cases: > > - 'panel-dsi@0' instead of 'panel@0' according to the YAML > - unnecessary #address-cells and #size-cells properties > - residual 'reg' field on single endpoints > > First patch fixes stm32f469-disco device-tree. > Second patch fixes st,stm32-dsi.yaml dt-bindings. > Third patch fixes DSI warnings on stm32mp15* device-trees. > Last patch fixes LTDC warnings on stm32mp15* device-trees. > > Changes since v3: > * Added Conor's acked-by > * Added Marek's reviewed-by > * Split last patch into two separate for clearer review > > Changes since v2: > * Added changelog > * Enhanced commit descriptions > > Changes since v1: > * Added DSI subnode name change > * Included stm32f469-disco DT in the cleanup > * Included YAML fix to prevent regression > > Raphael Gallais-Pou (4): > ARM: dts: stm32: fix warnings on stm32f469-disco board > dt-bindings: display: st,stm32-dsi: Remove unnecessary fields > ARM: dts: stm32: fix dsi warnings on stm32mp15 boards > ARM: dts: stm32: fix ltdc warnings in stm32mp15 boards > > .../bindings/display/st,stm32-dsi.yaml | 2 -- > arch/arm/boot/dts/stm32f469-disco.dts | 4 ++-- > arch/arm/boot/dts/stm32mp151.dtsi | 5 ----- > arch/arm/boot/dts/stm32mp157.dtsi | 7 ------- > arch/arm/boot/dts/stm32mp157a-dk1.dts | 20 +++++++++++++++++++ > ...tm32mp157a-icore-stm32mp1-ctouch2-of10.dts | 6 ++++-- > .../stm32mp157a-icore-stm32mp1-edimm2.2.dts | 6 ++++-- > ...157a-microgea-stm32mp1-microdev2.0-of7.dts | 3 +-- > arch/arm/boot/dts/stm32mp157c-dk2.dts | 8 ++++++++ > arch/arm/boot/dts/stm32mp157c-ev1.dts | 10 +++++++--- > arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts | 3 +-- > .../boot/dts/stm32mp15xx-dhcor-avenger96.dtsi | 6 +----- > arch/arm/boot/dts/stm32mp15xx-dkx.dtsi | 18 +---------------- > 13 files changed, 49 insertions(+), 49 deletions(-) > Thanks for this series! No more W=1 Warnings and no more YAML issue regarding DSI/LTDC stuff. Thanks Marek for reviews and feedback. Series applied on stm32-next. Cheers Alx _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 B7AC8C7EE23 for ; Tue, 30 May 2023 08:48:18 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AFBA710E334; Tue, 30 May 2023 08:48:17 +0000 (UTC) X-Greylist: delayed 1710 seconds by postgrey-1.36 at gabe; Tue, 30 May 2023 08:48:15 UTC Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [185.132.182.106]) by gabe.freedesktop.org (Postfix) with ESMTPS id 219EB10E12A for ; Tue, 30 May 2023 08:48:14 +0000 (UTC) Received: from pps.filterd (m0241204.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 34U3tvJT017961; Tue, 30 May 2023 10:19:22 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=Dt2qDgO0BJH5VS1WqR/hx20Xk2xMe+9JCiqnd8yB2c4=; b=kxmmwhPEmr1VkU9dGGWbG9iC3d1CcqZQsU9WeVrR0KwyhiMR+VXiXs7JlA7XZpxpZVDL xT3fgf7uQZD9lN6QL52rK9uFm1r59B1WMzeKlt6n3ZAbNsIHJmc2uIF5Ni63Php42Wgn NddmHnMuIRvDOhxQ6ZS9EvUWMFozEjp3K9qQyC7pe8wH5LkQlwdxHdtUPMHsYK9hGtBv sakopbXPpvOHaZ+Zj4M1zoIYWRClEPCLzLLbUxk/9Wn4D6QZ7r56TUWSGVVZkrL9Xfdz Tjq0j3rLyk/uT67ENQ4ov1ANcUcgKl49a3xYi5tzaDoZ/sL1doPDxxWxG7RCiIXshQ03 EQ== 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 3quahy689t-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 30 May 2023 10:19:22 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id F2C8610002A; Tue, 30 May 2023 10:19:20 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id C683B21513C; Tue, 30 May 2023 10:19:20 +0200 (CEST) Received: from [10.201.21.93] (10.201.21.93) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Tue, 30 May 2023 10:19:20 +0200 Message-ID: Date: Tue, 30 May 2023 10:19:19 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH v4 0/4] STM32 warning cleanup Content-Language: en-US To: Raphael Gallais-Pou , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Marek Vasut , Philippe Cornu , Yannick Fertre References: <20230529091359.71987-1-raphael.gallais-pou@foss.st.com> From: Alexandre TORGUE In-Reply-To: <20230529091359.71987-1-raphael.gallais-pou@foss.st.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.21.93] X-ClientProxiedBy: EQNCAS1NODE3.st.com (10.75.129.80) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.957,Hydra:6.0.573,FMLib:17.11.176.26 definitions=2023-05-30_05,2023-05-29_02,2023-05-22_02 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, kernel@dh-electronics.com, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Raphael On 5/29/23 11:13, Raphael Gallais-Pou wrote: > This serie aims to reduce the number of device-tree warnings of > following boards : > > - STM32F469-DISCO > - STM32MP15* > > Those warnings were appearing either during build or when checking > dt-bindings and concern mostly LTDC and DSI IPs. They were due to the > following cases: > > - 'panel-dsi@0' instead of 'panel@0' according to the YAML > - unnecessary #address-cells and #size-cells properties > - residual 'reg' field on single endpoints > > First patch fixes stm32f469-disco device-tree. > Second patch fixes st,stm32-dsi.yaml dt-bindings. > Third patch fixes DSI warnings on stm32mp15* device-trees. > Last patch fixes LTDC warnings on stm32mp15* device-trees. > > Changes since v3: > * Added Conor's acked-by > * Added Marek's reviewed-by > * Split last patch into two separate for clearer review > > Changes since v2: > * Added changelog > * Enhanced commit descriptions > > Changes since v1: > * Added DSI subnode name change > * Included stm32f469-disco DT in the cleanup > * Included YAML fix to prevent regression > > Raphael Gallais-Pou (4): > ARM: dts: stm32: fix warnings on stm32f469-disco board > dt-bindings: display: st,stm32-dsi: Remove unnecessary fields > ARM: dts: stm32: fix dsi warnings on stm32mp15 boards > ARM: dts: stm32: fix ltdc warnings in stm32mp15 boards > > .../bindings/display/st,stm32-dsi.yaml | 2 -- > arch/arm/boot/dts/stm32f469-disco.dts | 4 ++-- > arch/arm/boot/dts/stm32mp151.dtsi | 5 ----- > arch/arm/boot/dts/stm32mp157.dtsi | 7 ------- > arch/arm/boot/dts/stm32mp157a-dk1.dts | 20 +++++++++++++++++++ > ...tm32mp157a-icore-stm32mp1-ctouch2-of10.dts | 6 ++++-- > .../stm32mp157a-icore-stm32mp1-edimm2.2.dts | 6 ++++-- > ...157a-microgea-stm32mp1-microdev2.0-of7.dts | 3 +-- > arch/arm/boot/dts/stm32mp157c-dk2.dts | 8 ++++++++ > arch/arm/boot/dts/stm32mp157c-ev1.dts | 10 +++++++--- > arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts | 3 +-- > .../boot/dts/stm32mp15xx-dhcor-avenger96.dtsi | 6 +----- > arch/arm/boot/dts/stm32mp15xx-dkx.dtsi | 18 +---------------- > 13 files changed, 49 insertions(+), 49 deletions(-) > Thanks for this series! No more W=1 Warnings and no more YAML issue regarding DSI/LTDC stuff. Thanks Marek for reviews and feedback. Series applied on stm32-next. Cheers Alx