From patchwork Sat Apr 15 23:11:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Hoch X-Patchwork-Id: 673452 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 E5FAAC77B71 for ; Sat, 15 Apr 2023 23:12:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230204AbjDOXMa (ORCPT ); Sat, 15 Apr 2023 19:12:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46492 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230151AbjDOXMX (ORCPT ); Sat, 15 Apr 2023 19:12:23 -0400 Received: from mout-p-201.mailbox.org (mout-p-201.mailbox.org [IPv6:2001:67c:2050:0:465::201]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8DF052114; Sat, 15 Apr 2023 16:12:17 -0700 (PDT) Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4PzTbw2pDPz9sjS; Sun, 16 Apr 2023 01:12:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mariushoch.de; s=MBO0001; t=1681600332; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wlxmi8TjfHTxZJwdTO4o4SDvKTGV2TgJ+RNBxFINEus=; b=x2haiR7C1chddEjmmWPDgCwMDuU0Mc7cB6buwyH896ERrSi0tSVlAF5d1TtIMJ4mOjGrFO UGhLzsIBS/fjVyD368fj3aLn1dTDK9uq0V0Bck9kngcea7NDGEnIoPVWhg++wJXZdu6zGy vEmt2/1ubRmha5DthSf+PIx/N/gKlC7fZaqbKLz9ZDX8ZehoAoGzFRq3JzAOCUeUQHoTET 6gmrNRHOYnRq+RVAAJutuHfTbMU4BIEvfUo7gJJtaezsYUnJ1R2TsqHWEMHm/BIM3k234P /pBhasoD6ld0l5n/gJjwxwXk7LLFAv1gEtOMO9nY6LZtxODfq3wMUJpg/Qluzg== From: Marius Hoch To: Jonathan Cameron , Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , Denis Ciocca , Linus Walleij , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Hans de Goede , Marius Hoch Subject: [PATCH v3 6/6] dt-bindings: iio: st-sensors: Add LSM303D accelerometer+magnetometer Date: Sun, 16 Apr 2023 01:11:30 +0200 Message-Id: <20230415231130.115094-7-mail@mariushoch.de> In-Reply-To: <20230415231130.115094-1-mail@mariushoch.de> References: <20230415231130.115094-1-mail@mariushoch.de> MIME-Version: 1.0 X-Rspamd-Queue-Id: 4PzTbw2pDPz9sjS Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Same as the lsm9ds0, except that the lsm303d doesn't feature a gyroscope. Signed-off-by: Marius Hoch Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/iio/st,st-sensors.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/iio/st,st-sensors.yaml b/Documentation/devicetree/bindings/iio/st,st-sensors.yaml index c6201976378f..194aca5542c2 100644 --- a/Documentation/devicetree/bindings/iio/st,st-sensors.yaml +++ b/Documentation/devicetree/bindings/iio/st,st-sensors.yaml @@ -85,6 +85,7 @@ properties: - description: IMUs enum: - st,lsm9ds0-imu + - st,lsm303d-imu - description: Deprecated bindings enum: - st,lis302dl-spi