Message ID | 20240216223654.1312880-11-sre@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> 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 4CFC6C48BF3 for <linux-arm-kernel@archiver.kernel.org>; Fri, 16 Feb 2024 22:37:47 +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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=sOGc5vANJ7NkdJ1ewirhCCNqP+hKSPYfl9PMFOsM/BU=; b=0+2t+aUoc7Z++G Em8L5jpIZRrTzhzmBYto+gvOZ8T8qY7qLC/0ts2PBFXvqwJvMTjJYIEx0SMqpsQzfyyGBPKCs5PNQ HwNA9Hj7J48pQo89IeK5owJjpOcItv3p/hbHXw4qtAQ5ahicysPf3nlyfpM7VhtXrenhOxEYxloS5 l9JfKa0UlOBdE30PR0CGY5pMkn/jcXccnFbHT/HLFqMiXME8OeHzPgegOOFfqUVFd6fLxEf5mfYfi ywVCzsZ/U3ItajtX70IVXN+JY4hEqRghTr5neoB4zMmIC3GYM2BBHhO9j89hqxQCH41Pj1mlt60Wx WmFC5Opo9C+PMugTiQqQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rb6ps-00000003y8C-1KCM; Fri, 16 Feb 2024 22:37:36 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rb6pO-00000003xkf-0ftk for linux-arm-kernel@lists.infradead.org; Fri, 16 Feb 2024 22:37:09 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 0FE6E620EA; Fri, 16 Feb 2024 22:37:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7677EC433B1; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708123022; bh=jWTFkWLAfHQn/N4QeNXzUQZEB7hyrlDD3WfPhQ90sdk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=E+RVpscT5QIuwdg4oqaWeniow5kPtqg/nwDnPm6JYFvY3GEtnWbu/wU9zTRwCUTQg nUhNTfm7FUrw8OW0qOy5Ok8peA08ahsplcP8xgUegDg9mbtwBIoFhPPrXC9sNhZdum z0HeJaO3Yh/kMHLlLfz8nTVE1qwMMXksZso7BantC7bB2/cvRo8yPL80I6wNe7MER2 Py7GR8Y3XXHDok/ZxIzKF25TXNyY5NL7lKWIKVXEA8lqFD4xqI76o+yMrSHeKKhLHU C1K7fQqP6e0waWzpqCVApT0EmSZ9Ahbh+g5yMQpCHZ7LruG9fAwkCaMfbk9WHAxevL 9UFyGfKaY8n0Q== Received: by mercury (Postfix, from userid 1000) id C14D810633D8; Fri, 16 Feb 2024 23:36:56 +0100 (CET) From: Sebastian Reichel <sre@kernel.org> To: Sebastian Reichel <sre@kernel.org>, Rob Herring <robh+dt@kernel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>, Conor Dooley <conor+dt@kernel.org>, Shawn Guo <shawnguo@kernel.org>, Sascha Hauer <s.hauer@pengutronix.de>, Fabio Estevam <festevam@gmail.com>, Pengutronix Kernel Team <kernel@pengutronix.de>, NXP Linux Team <linux-imx@nxp.com> Cc: Dong Aisheng <aisheng.dong@nxp.com>, Linus Walleij <linus.walleij@linaro.org>, Dmitry Torokhov <dmitry.torokhov@gmail.com>, Mark Brown <broonie@kernel.org>, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 10/16] ARM: dts: imx6ul: add missing #thermal-sensor-cells Date: Fri, 16 Feb 2024 23:34:29 +0100 Message-ID: <20240216223654.1312880-11-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240216223654.1312880-1-sre@kernel.org> References: <20240216223654.1312880-1-sre@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240216_143706_471738_05E12108 X-CRM114-Status: GOOD ( 10.71 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
UNI-T UTi260B support
|
expand
|
diff --git a/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi b/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi index 9eb4eee0c272..45b7605ac381 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi @@ -638,6 +638,7 @@ tempmon: tempmon { nvmem-cells = <&tempmon_calib>, <&tempmon_temp_grade>; nvmem-cell-names = "calib", "temp_grade"; clocks = <&clks IMX6UL_CLK_PLL3_USB_OTG>; + #thermal-sensor-cells = <0>; }; };
Fix the following warning found via CHECK_DTBS: tempmon: '#thermal-sensor-cells' is a required property Signed-off-by: Sebastian Reichel <sre@kernel.org> --- arch/arm/boot/dts/nxp/imx/imx6ul.dtsi | 1 + 1 file changed, 1 insertion(+)