From patchwork Mon May 29 09:13:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Raphael Gallais-Pou X-Patchwork-Id: 13258327 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 8937BC77B7A for ; Mon, 29 May 2023 09:14:39 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BE02510E256; Mon, 29 May 2023 09:14:38 +0000 (UTC) Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id F123910E256 for ; Mon, 29 May 2023 09:14:36 +0000 (UTC) Received: from pps.filterd (m0046660.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 34T4mf2b004930; Mon, 29 May 2023 11:14:20 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=selector1; bh=VrFZVCEDe9kzBNyM+wW4oLOU7514r/06HmxWm1qNLno=; b=IxRSGNu7fQECKblmjOTi6yGXsdhkuRymvcgTL8hvcCEgwsXwDRKFiY3sUdyIBSYnI4mQ hrcch9Fqi3mO66yfyiemHOUQKzyDbJeRaWYTKTsmESkGS8qlewyVPF3yNvLNGVtlLNsJ /gUb5FXbMsFReqZnGK/4UFvq5gvATElZZPzvT9Ap+Fu7w+rGR48/tnqYeIEuStcTO6vF lHreJUTHvF2sWQdgbqQ+cGN4iVRd/zunjumwWpqWwAVczn9z1+rV0B7sa9ugXl/KLR9Z ix2MwjY7q/SthYCRzZWZIkWC6C6qTeYksGv+jf6qs6XAF+k7Zdso5th+HAac1PNSw8+j 7w== 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 3quakp8rjj-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 29 May 2023 11:14:20 +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 D801E10002A; Mon, 29 May 2023 11:14:19 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node2.st.com [10.75.129.70]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id CB440217B8F; Mon, 29 May 2023 11:14:19 +0200 (CEST) Received: from localhost (10.252.18.236) by SHFDAG1NODE2.st.com (10.75.129.70) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Mon, 29 May 2023 11:14:19 +0200 From: Raphael Gallais-Pou To: David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Alexandre Torgue , Marek Vasut , Philippe Cornu , Yannick Fertre Subject: [PATCH v4 0/4] STM32 warning cleanup Date: Mon, 29 May 2023 11:13:55 +0200 Message-ID: <20230529091359.71987-1-raphael.gallais-pou@foss.st.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.252.18.236] X-ClientProxiedBy: SHFCAS1NODE1.st.com (10.75.129.72) To SHFDAG1NODE2.st.com (10.75.129.70) 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-29_06,2023-05-25_03,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, Raphael Gallais-Pou , 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" 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(-)