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 X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7EA1C433E6 for ; Mon, 31 Aug 2020 06:04:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 891872078D for ; Mon, 31 Aug 2020 06:04:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598853853; bh=NnBomJF+P1hXnoeqT9DRySTqDwl2STtl3QF9ZCVzzoM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=rbOxF9ErLjNCfIUzdw/P40+uxdKS33+lvqwTKfaVGHGVwznlD8SqPBGpl747BAkly tAmuE2b8o/3a7MkA1OBAQvo4ywcuAMd9yEiww3bDw7NDsN+E8ucAhYrh9iCydRz3Z+ 7Ua5kSGp5jKdTMu8JpQyiw/hBdNhAwk6TeYzECN8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725848AbgHaGEK (ORCPT ); Mon, 31 Aug 2020 02:04:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:52900 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725835AbgHaGEH (ORCPT ); Mon, 31 Aug 2020 02:04:07 -0400 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B544620707; Mon, 31 Aug 2020 06:04:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598853847; bh=NnBomJF+P1hXnoeqT9DRySTqDwl2STtl3QF9ZCVzzoM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=S2+rh1rSWRWop5yL3AjWw91anQTqK3JTMTcf3tGTt+tVbB6O1ZZ30CXitQV7lDP8Y P4qCiRnSx3gA5lr2s1LHQyeivoTDFCa+hEhrse98rs+a34CyyiopIKmTf97COR82XS m9qBCM6ycq9nv0juFgZtaChYWlBUc6VLJa5deJjQ= Date: Mon, 31 Aug 2020 14:04:01 +0800 From: Shawn Guo To: Krzysztof Kozlowski Cc: Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Peng Fan , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: imx8mq: Fix TMU interrupt property Message-ID: <20200831060401.GN4488@dragon> References: <20200829111248.321-1-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200829111248.321-1-krzk@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, Aug 29, 2020 at 01:12:48PM +0200, Krzysztof Kozlowski wrote: > "interrupt" is not a valid property. Using proper name fixes dtbs_check > warning: > > arch/arm64/boot/dts/freescale/imx8mq-zii-ultra-zest.dt.yaml: tmu@30260000: 'interrupts' is a required property > > Fixes: e464fd2ba4d4 ("arm64: dts: imx8mq: enable the multi sensor TMU") > Signed-off-by: Krzysztof Kozlowski Applied, thanks.