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 C92F6D1CDA1 for ; Tue, 22 Oct 2024 06:57: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:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=/vhDuQYV5YlG5L+yjAZnN1ic7CiXa7VdGmu2Q0f6FIw=; b=RAzwuUaIGDG70MVIXmq935Sykx ptRAYuXYfcezK+03Y423LoRv7SPApI+I9xp+sVa3HoBj0KL8LIrr//vjsRVEydLRUDLj9UP3gXXS1 94DkfTju7zje+j0gZP2rSVNA9eZ9IkGj7t0liQUTfXFCX4FH01qjv+OAi9oL1Q48LBUdKuH8JpKlj bUeawOae/haizL5VpiBS3vT8AGboH1+iGl0P+RB72t/WeJlCmhG4NzId1puRss8JY5CRo46m7csHj zXOVU4mbq8imBiuFO15iqXDqw9+fV5ckca/lNGxl0HX2vfqbHFa52Yh5HBjChLBx8QAm+Jqlh7rRR yvU2Tdaw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t38pi-00000009tbd-48zJ; Tue, 22 Oct 2024 06:57:35 +0000 Received: from mail-m16.yeah.net ([220.197.32.18]) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t38nA-00000009tF6-1YCP for linux-arm-kernel@lists.infradead.org; Tue, 22 Oct 2024 06:54:58 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=/vhDuQYV5YlG5L+yjAZnN1ic7CiXa7VdGmu2Q0f6FIw=; b=IYmD2TNR1wsqfGawVh70PfnIw+hNoJoHeYNvmz9yWqu5fFv5LmT2IpLLFz4ZP/ GQjy8n3MgJJpKMe8EVeGahTH0FhMEwTP1aRi3fp6Rt3Rg/hJhyPj95sC7mVdnm7g XmVCCn/cMx+6VVR84Nst+UeQFAa4d77qKCM5OgSuUKhfo= Received: from dragon (unknown []) by gzsmtp1 (Coremail) with SMTP id Mc8vCgAnpczwSxdnar+XAA--.5492S3; Tue, 22 Oct 2024 14:53:38 +0800 (CST) Date: Tue, 22 Oct 2024 14:53:36 +0800 From: Shawn Guo To: Tim Harvey Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Li Yang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3] arm64: dts: imx8m*-venice-gw75xx: add Accelerometer device Message-ID: References: <20241018173608.810073-1-tharvey@gateworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241018173608.810073-1-tharvey@gateworks.com> X-CM-TRANSID: Mc8vCgAnpczwSxdnar+XAA--.5492S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUsPfHUUUUU X-Originating-IP: [117.62.23.175] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiCQqAZWcXFF+d1QABsU X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241021_235456_738887_23A8E8D5 X-CRM114-Status: UNSURE ( 7.48 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Oct 18, 2024 at 10:36:08AM -0700, Tim Harvey wrote: > The GW75xx has a LIS2DE12TR 3-axis accelerometer on the I2C bus with an > interrupt pin. Add it to the device-tree. > > Signed-off-by: Tim Harvey Applied, thanks!