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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8FD04C00A5A for ; Thu, 19 Jan 2023 08:34:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230136AbjASIeC (ORCPT ); Thu, 19 Jan 2023 03:34:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230140AbjASIdu (ORCPT ); Thu, 19 Jan 2023 03:33:50 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 4DB9E68409; Thu, 19 Jan 2023 00:33:49 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 93F5F80F1; Thu, 19 Jan 2023 08:33:48 +0000 (UTC) Date: Thu, 19 Jan 2023 10:33:47 +0200 From: Tony Lindgren To: "Sicelo A. Mhlongo" Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org, maemo-leste@lists.dyne.org Subject: Re: [PATCH v3 0/2] ARM: dts: n900: use iio driver for accelerometer Message-ID: References: <20221229171348.3543327-1-absicsz@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221229171348.3543327-1-absicsz@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Sicelo A. Mhlongo [221229 19:14]: > The accelerometer in the N900 is now supported by the iio framework. This patch > series makes the switch to the new compatible. > > The iio framework does not support some of the extended properties in the > previous driver, but the change is useful for modern userspace, which expects > accelerometers to be exposed via iio. Applying these into omap-for-v6.3/dt thanks Tony