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 1C978D0E6D6 for ; Mon, 21 Oct 2024 09:26:33 +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:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=JGYyd4ck8WJxnsZ6aN4opmHniUZdjzrrNSxoiAaPnO4=; b=CgyFNEna9ND50oGJUMLfJfN8aM 9aU0dHSgKaEFB8PF7Rc6sIhyswFu/5byMbg/DVx3xRKBWgbnjK7hGBV9+XkOeuWvDAzo+FGFjAok+ fp7bGvO+buSg+My80X5ClFmNAbr8qOc2wcmrgCgMpGnEA/BvPttZtX4dbYz8g70gPe7VdgLic6Gpt 9jWO9v0dNshuSyXhd2in/LkqUx6DNe5CgZVAr0HkFGpbIsFr+IvUPuhyvkBmks83G5iUotnwRbxBJ 1/CeL4DySznAIiiy9wpDpiFZRNrQDf9WL6AyOH8cgTadz+D8oB8jh/vy9Pu0upmKj4TDGeS3xw8RS 8KeaWFgQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t2ogB-00000006hCk-1hOT; Mon, 21 Oct 2024 09:26:23 +0000 Received: from mail-m16.yeah.net ([1.95.21.15]) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t2od3-00000006gUo-0wrE for linux-arm-kernel@lists.infradead.org; Mon, 21 Oct 2024 09:23:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=JGYyd4ck8WJxnsZ6aN4opmHniUZdjzrrNSxoiAaPnO4=; b=KRuMd/Zk6PI2s64MflJfKKaKrEA93Nmk+jP/RHucSSs6FJElB/8y4Hw9R3cTFi jVeMvI8TFZEVXrRcthZzEZYXguF1nqLO/A6oPyHvxk/yQKptqSZQ0vmK4RzozBdS jSBQVwxE8brA/Cov+Gy0vxphFnGd0Lb3OHZ2Zix6I8ae4= Received: from dragon (unknown []) by gzsmtp1 (Coremail) with SMTP id Mc8vCgBXf2tlHRZn6uCEAA--.4700S3; Mon, 21 Oct 2024 17:22:47 +0800 (CST) Date: Mon, 21 Oct 2024 17:22:45 +0800 From: Shawn Guo To: Fabio Estevam Cc: shawnguo@kernel.org, LW@karo-electronics.de, linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH] ARM: dts: imx6qdl-tx6: Remove 'turn-on-delay-ms' Message-ID: References: <20241004121235.1916273-1-festevam@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241004121235.1916273-1-festevam@gmail.com> X-CM-TRANSID: Mc8vCgBXf2tlHRZn6uCEAA--.4700S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUYpBTUUUUU X-Originating-IP: [117.62.23.175] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiEQZ-ZWcWDP8w7wAAsQ X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241021_022309_720871_B7E3D79B X-CRM114-Status: UNSURE ( 8.02 ) X-CRM114-Notice: Please train this message. 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, Oct 04, 2024 at 09:12:35AM -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 Applied, thanks!