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 14BE4CE7A91 for ; Mon, 25 Sep 2023 01:49:17 +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-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=8N97FFFMywNrb5ACRg5aQ4R/VjVC1bKIBFZgvABUqwQ=; b=DchMP80scyl5WC Z+71ppPrK/mW4hASlst/aKaOpY+YgATQJKyulnhXKppo/hAJjegmhUcmSwIWhbsc4VO+W319baewG ca5SWhx78jOifK/vkF4R5jA3ZGupd0VLaATSLVwm7r/X/dzlIfe67iofR7OJ4x0anxYcvlP6Q/O0K AIaiNNFZ9jGE2CHFzpnPnZm++aPWrGxiQGP9YBb5ZxXlQ8fMBwASjLnFy55MRUXdBoQ5qwNV8Arhr dln4EPkRKyrgZhD86YaAu+2EgNBxB9xlP5OlQjy8IJr3E0HpOV7SUQ53TuHdeGXy4YANM5hHXs+RS pB6Yl36PHVWODrkmLGqQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qkaiU-00D6oG-39; Mon, 25 Sep 2023 01:48:54 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qkaiS-00D6nc-07 for linux-arm-kernel@lists.infradead.org; Mon, 25 Sep 2023 01:48:53 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id A7074B80AEA; Mon, 25 Sep 2023 01:48:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5CD91C433C7; Mon, 25 Sep 2023 01:48:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695606530; bh=wHQl1oam8jxZTwTvPCOsH0suMF6sN9vFQ3b+DpHEiyo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=c1TBQv71aIyuKvSP5YRhl6bHEwrIUzklyepfinwb3HwUrFKqbKtesLSTH5CoJP/Kv FfAa5Q5hnyfeREZLISHbzd0+n/g7CGe0iCybnI+E0X+5VkXbnUsLCrnX1IvZoTOTWD sIH0g1T39AWKWKfgAYZAp437zI8WEaKgPbs8I6TTKOLThl8cMElUIawNsqbOVCxZ2k dD293sQSA8wtn/SwA83AQ1NIJm9d2AJLX+vImqrk+tO8B5WxDQAuEldmwZydnIAUVv vTXplaiXDYksSmmg+UTLAj6K7U0oh6IZMGIiz0/necB4vmjU6sZ9jR9LC9S/ByBv+R cekHqMIxf+3FQ== Date: Mon, 25 Sep 2023 09:48:42 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, tharvey@gateworks.com, Fabio Estevam Subject: Re: [PATCH] ARM: dts: imx6qdl-gw591: Remove lis2de12 interrupt-names Message-ID: <20230925014842.GM7231@dragon> References: <20230907225807.574016-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230907225807.574016-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230924_184852_215330_E899348C X-CRM114-Status: GOOD ( 10.12 ) 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Sep 07, 2023 at 07:58:07PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > According to st,st-sensors.yaml, the 'interrupt-names' property is > not a valid one. > > Remove it to fix the following schema warnings: > > imx6dl-gw5912.dtb: accel@19: 'interrupt-names' does not match any of the regexes: 'pinctrl-[0-9]+' > from schema $id: http://devicetree.org/schemas/iio/st,st-sensors.yaml# > > Signed-off-by: Fabio Estevam Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel