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 9B1ABC77B73 for ; Sat, 27 May 2023 12:54:18 +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=ln5X0fWnkKazVKNvcpYwzACExg/Cca1jmasrxDL5s74=; b=3FXWqK4dxpB6NI lHSmZMnzFzJpO1A7PQjGPQ0L/Ua/h0fir7fNDFWAMqbKQ4wryiBd6f6Gh8aUTd1ODlg2DlVw1COrC V8tAgrIJQgRERBXwemDy0DeXiR6Q0JivOLwfkUPeTCqrMLr2xbqDhzkEBj79bU0oAtpubdUXqNyRw oMcqSoZAEP3v6+mWU8TZ2FmhVI+gK/cVyKxa/X6+QH4kUijjEUmeWsmjDH08OGlaFyL6wuZYQlxsY zupK4HysxysvsCMZX+uFfAsIMtVO2Evhpz4xm9I3c/D0z08894sEWD+yILLLX5jvyzcZVU7VjHsul xNPx4ftAFwWOi0+X6fuQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q2tQd-005kqr-2S; Sat, 27 May 2023 12:53:51 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q2tQa-005kqE-0n for linux-arm-kernel@lists.infradead.org; Sat, 27 May 2023 12:53:49 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 87D6160C95; Sat, 27 May 2023 12:53:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B5449C433EF; Sat, 27 May 2023 12:53:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685192026; bh=N/EnLfHwO3WlFpOOLqPLdk8rGLmqTF0iXJQdX85aQDA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cPERW7uVGfSugxVvbAD51G8RwQVmSS0zFfNh83Y/o4ZRTpYrpblA0HR8tt7YuFBsR HgmgBTNVJ3DVJL01gqmUda6y/9L92at0Ucs3xalIH6LctJ3QEYAZrmnZYhf1VxKMjN ffxWm4uR2nosOZlkz6dDlzpQplxZiY9B+TGwjzwwnTaaOC026+Ja4fXexSJJ5RPrMp Xj4fVggCH139CFfVZGujLPjKzivZ1swX6iKB729AO12ZHYXHoP0Ito+BmmGdv0kxvj XNn5oOKg42zZG4NB4BzmSqHpV/VBueqWQxYE57EfElvdFgViiXei29Y9rplpKBRCsY ECPWzg6nXnl6w== Date: Sat, 27 May 2023 20:53:33 +0800 From: Shawn Guo To: Tim Harvey Cc: linux-arm-kernel@lists.infradead.org, Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Li Yang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Conor Dooley Subject: Re: [PATCH v2 2/4] arm64: dts: imx8mm-venice-gw700x: remove invalid props from fan-controller Message-ID: <20230527125333.GU528183@dragon> References: <20230522193219.1477158-1-tharvey@gateworks.com> <20230522193219.1477158-2-tharvey@gateworks.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230522193219.1477158-2-tharvey@gateworks.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230527_055348_324327_A135E6A2 X-CRM114-Status: GOOD ( 10.21 ) 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 Mon, May 22, 2023 at 12:32:17PM -0700, Tim Harvey wrote: > Remove the invalid #address-cells and #size-cells nodes from > the fan-controller. > > Signed-off-by: Tim Harvey Applied 2/4, 3/4 and 4/4, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel