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 469A4CF886A for ; Sat, 5 Oct 2024 00:49:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Subject:Message-Id: References:In-Reply-To:Cc:To:From:MIME-Version:Content-Transfer-Encoding: Content-Type:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=JLm5PVrAHlLQCdalAOPV28zN2WSfKerBOSc0K0p720c=; b=QGLrJopqAWEG1sfqZQMg8LZIXz kdkUDzqw9lY9vg0qdeo5JuYnQQB/UPqi5kVgYYr7ob1+NO7b69X6rWahjAoYQmh1dP5anEf3Fy2yl gIK2pou+6/p5yi5MlUjJ35gCeBxldWm/O7v/dHxlVUFS9Rp/fldrju10CEqOzo6R2AC7p6c9UaAY7 hIX6Ibd1xeaZ6T4nlDeoT7JQSfKPqGob7hxD2gmez+gaDfE2Gq21peWopupSXWPekYCP9FlKzoyK2 d+YBr4WCH+xlsm202rZ4B/2wycts3oG27aUC0eHfehQlNeYvVG78twqCOCE5y8C6PRj3lxp9IDVW8 l/GRwXdg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1swszO-0000000EYbk-3ObA; Sat, 05 Oct 2024 00:49:42 +0000 Received: from nyc.source.kernel.org ([147.75.193.91]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1swsvg-0000000EY5e-08RO for linux-arm-kernel@lists.infradead.org; Sat, 05 Oct 2024 00:45:53 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id A4F39A441D9; Sat, 5 Oct 2024 00:45:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BC1C0C4CED1; Sat, 5 Oct 2024 00:45:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728089150; bh=6y7cW5u4un/1wMlxBR9c+iSXaNNrn9mLSdw4P5jg6nw=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=lFvGSx41Br3oCn1XPyKiXQ6qrGylCDMVAWCNvAs6KT9NO2euqyzQTo5bcU/x1i8Yw rHv0j9IOdpBCB2cNeVPg5JPMHmW2xGRELw0KgTsxTyF+rIt5jyOIxUMqS1ulJQrXIQ JJ5uZfLael546er5TBef9q0e13D4hgBJGYrl8NqwCIxkBAH/EcGREhq4U7MjIUXX5N ueEhdZmdJPtBOotOLxBFpanWCV8C9ZNI3MDHM5gBjdYQoWcDJgbFNaPYl9pilfa7hx a85L7Iz0EiwuSXvb588l32EvesqSrv0ItSbo/PQY3fRimd0Sm0PPBkO0GyYZiOHXBd Q1u0Q0Z+Gee7w== Date: Fri, 04 Oct 2024 19:45:50 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: "Rob Herring (Arm)" To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam , shawnguo@kernel.org, LW@KARO-electronics.de In-Reply-To: <20241004121235.1916273-1-festevam@gmail.com> References: <20241004121235.1916273-1-festevam@gmail.com> Message-Id: <172808887941.121658.5039774358299826312.robh@kernel.org> Subject: Re: [PATCH] ARM: dts: imx6qdl-tx6: Remove 'turn-on-delay-ms' X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241004_174552_158005_5329FD91 X-CRM114-Status: GOOD ( 12.08 ) 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 On Fri, 04 Oct 2024 09:12:35 -0300, Fabio Estevam wrote: > From: Fabio Estevam > > The 'turn-on-delay-ms' property is not documented nor used anywhere else. > > Remove this invalid property to fix the following dt-schema warning: > > Unevaluated properties are not allowed ('turn-on-delay-ms' was unexpected) > > Signed-off-by: Fabio Estevam > --- > arch/arm/boot/dts/nxp/imx/imx6dl-tx6dl-comtft.dts | 1 - > arch/arm/boot/dts/nxp/imx/imx6q-tx6q-1010-comtft.dts | 1 - > arch/arm/boot/dts/nxp/imx/imx6q-tx6q-1020-comtft.dts | 1 - > arch/arm/boot/dts/nxp/imx/imx6qdl-tx6-lcd.dtsi | 1 - > arch/arm/boot/dts/nxp/imx/imx6qdl-tx6-mb7.dtsi | 2 -- > 5 files changed, 6 deletions(-) > My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade New warnings running 'make CHECK_DTBS=y nxp/imx/imx6dl-tx6dl-comtft.dtb nxp/imx/imx6q-tx6q-1010-comtft.dtb nxp/imx/imx6q-tx6q-1020-comtft.dtb' for 20241004121235.1916273-1-festevam@gmail.com: arch/arm/boot/dts/nxp/imx/imx6q-tx6q-1010-comtft.dtb: clock@0: 'reg' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/clock/fixed-clock.yaml#