From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EE0BFEA9 for ; 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> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230910125726.1243652-1-festevam@gmail.com> 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!