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 C286CCD68E3 for ; Tue, 10 Oct 2023 01:41:15 +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=rAlhE/B5JFNPLvDKgmGoUUohR0Ci6SIMbo/5am5/uso=; b=hy2nMsbayOkUs4 Nozxwo9D9gklA6lr73gWaf3Yz/cxEL9TaP5B6MQ8xFQotIbWg1x6k/Ru4SvTDflIFWwSrBcy9fcbW oqkSV84H9JXz7JMRCQjA9lbtbZQBqeDUExw6o0WsknVIBM5kPKelPEnUjCMGwV1TvE4YFmGEH0C4y zc0qxa1jZS2vEuBaIzb4qoxMwwruSlsmilSVHEt3CIwStI5KS98GzKpcsYuLkP4VKxM134jy27RfO 2SVUD5djrNDHa4SbJkgRPBsyp8/AG/mv5WSmGN36jWln1zQkXesZwam7hpyxs8ZOIQY2EW2vIPgDL ND4HILC7uGiTJaKP0X8w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qq1js-00C0uD-2i; Tue, 10 Oct 2023 01:40:48 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qq1jp-00C0tc-2Z for linux-arm-kernel@lists.infradead.org; Tue, 10 Oct 2023 01:40:47 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id DE26FCE168C; Tue, 10 Oct 2023 01:40:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 442C1C433C8; Tue, 10 Oct 2023 01:40:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696902043; bh=0GdRJkUl4j9J9031ed3i35q6XQNlcNsa8PohS9JaR1c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bpdTq+NXhIMp/juAsJG6vmJOpfFhkqBP8dIDVTOv9078IQK95LJxhjPBgZmvzbyzN WZu14cR8ea/WDF48c4kCDn8KXImNmvB7iyjKOJ6Y+48bhxGtwK7KQP/q5cy+NUeYfv SBxvkzehue3lbOdcQ5R9Ruk9cm+Ohy50UddFD85ATBXmVm6RF10KUc7douelXe2/Av uxi8nC2PK6zaTpKANlQjQRwKdiRgcghb2GjhwnLvoZnNl4pmYC0fyfaZeOg5zWu+hK 1Mm03OQNi86WndsTYnR7l/sB9Hf5X4qzZw0eo5g74MsoKHW2hDQKzdco4/XjLCyTms lvjxcp0BITGbQ== Date: Tue, 10 Oct 2023 09:40:35 +0800 From: Shawn Guo To: Fabio Estevam , leoyang.li@nxp.com Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH] arm64: dts: ls1012a: Remove big-endian from thermal Message-ID: <20231010014035.GB819755@dragon> References: <20230929185510.707475-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230929185510.707475-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231009_184046_012166_E5AAD81C X-CRM114-Status: GOOD ( 17.90 ) 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 Fri, Sep 29, 2023 at 03:55:10PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Per qoriq-thermal.yaml, 'big-endian' is not a valid property. > > When the 'little-endian' property is absent, the default is big endian. > > Remove it to fix the following schema warning: > > tmu@1f00000: 'big-endian' does not match any of the regexes: 'pinctrl-[0-9]+' > from schema $id: http://devicetree.org/schemas/thermal/qoriq-thermal.yaml# > > Signed-off-by: Fabio Estevam Leo, Can you confirm this is fine? Shawn > --- > arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi > index a863022529ac..d0733451d3ce 100644 > --- a/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi > @@ -346,7 +346,6 @@ tmu: tmu@1f00000 { > 0x00030004 0x00000047 > 0x00030005 0x00000053 > 0x00030006 0x00000060>; > - big-endian; > #thermal-sensor-cells = <1>; > }; > > -- > 2.34.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel