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 157F8CE7A8B for ; Mon, 25 Sep 2023 02:07:34 +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=KGpQlWF4OfwW0e+JRkMjWbCH8ENFCPXIFzyhPD9ggjc=; b=aDoDe7WjM4HO34 cRxAp8dwY2gSFLvWLpGoT0Akmj8SxRdYzhEwm2FvR4QbZhnLeMCK+sA+6/43joMeJf0UtL5SU5m7g Rxh9rHl4jOreAwqUb5MfwRVv/qCfFVllf6qzNeykqAkNs7Hn0sb04uIl19IYb4BUji/koBwD8FB9+ hsnL5ndiA3MbNPpKVCJtWkq6IQqJUvb7d6/znonGlViDBuKbzZVL7hDnKnyVJQkGxrUgsVO2A3JcB nhU1V4J2JTpynSZ3xujTo2KkF90wwqG13JAnXDkAlTQxHSv8pVbrV4rVVII/a/85Gln9g+PjrxODT lyyAgq2B3eK6+5kTJbFw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qkb0B-00D8cR-0z; Mon, 25 Sep 2023 02:07:11 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qkb08-00D8ba-2h for linux-arm-kernel@lists.infradead.org; Mon, 25 Sep 2023 02:07:10 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id DEA6960E26; Mon, 25 Sep 2023 02:07:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BF937C433C8; Mon, 25 Sep 2023 02:07:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695607627; bh=9NZEuYch24JR1sI2HnCzwnig5hRMmoeVEUVakVvIYj4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dt6Cj1OX/eql50/F7VNfEAR4kt8w/Qpoa8Hauvv7uhUnD1lrj4Vtk72LPRACUEmnY Yol2IlvfqzwRlfWwC12nkldqJAaFw6XhKkf75jrJ7ajtBjG5KJUBFu849hVoBpEObM YoJIVAE6BGOUS/imYX22Alg8kgHnxClRno/KVsBgXdvjqspOEJaEIWGTP7y2tLtAL1 9Xj9lqkK/w/HercIgUueoqeADhh6W95FmSFrE0RuL3GRPXBKQmqA0OP/pW38bRoWCC hu75ynfiy4pIHP/q3nckWGzkAsAKGWFwdkFhAtPEUUc6ALwNkTftb8QD32xHHr1ZIV ImI1SDZ2CoK+Q== Date: Mon, 25 Sep 2023 10:06:56 +0800 From: Shawn Guo To: Fabio Estevam Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, rafael@kernel.org, daniel.lezcano@linaro.org, amitk@kernel.org, linux-pm@vger.kernel.org, linux-imx@nxp.com, Fabio Estevam Subject: Re: [PATCH v2 1/2] arm64: dts: imx93: Add the TMU interrupt Message-ID: <20230925020656.GX7231@dragon> References: <20230910125726.1243652-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230910125726.1243652-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230924_190708_912933_268FF014 X-CRM114-Status: UNSURE ( 9.50 ) 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: , 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 Sun, Sep 10, 2023 at 09:57:25AM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > The Thermal Monitoring Unit (TMU) interrupt is number 83. > > Describe it in the devicetree to fix the following schema warning: > > imx93-11x11-evk.dtb: tmu@44482000: 'oneOf' conditional failed, one must be fixed: > 'interrupts' is a required property > 'interrupts-extended' is a required property > from schema $id: http://devicetree.org/schemas/thermal/qoriq-thermal.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