From patchwork Mon Nov 2 11:24:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carl Philipp Klemm X-Patchwork-Id: 11873601 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 905BC92A for ; Mon, 2 Nov 2020 11:28:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 76752223AC for ; Mon, 2 Nov 2020 11:28:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728792AbgKBL2O (ORCPT ); Mon, 2 Nov 2020 06:28:14 -0500 Received: from sender11-of-o52.zoho.eu ([31.186.226.238]:21313 "EHLO sender11-of-o52.zoho.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728663AbgKBLYe (ORCPT ); Mon, 2 Nov 2020 06:24:34 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1604316261; cv=none; d=zohomail.eu; s=zohoarc; b=PFoKwFqdJpepjBUFup8LF+v08JRH/79asMXPccxMyUUGlH+3hYS+63tBM0wnR49l8IGbO9GMawKDcr4Uw+kFtbMOr3yj8lTD34+tw4JOAxc2I9GwE3lLrEv4jbY3rTXM4EVfvk5BBDqP38LN5KI32jclUKk6mLUX5vFOZTCE6i4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.eu; s=zohoarc; t=1604316261; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:MIME-Version:Message-ID:Subject:To; bh=DFhmXJGFBPCJXLqmTX/eOCUbFqBy5p/5Ekmh2Ip/Q18=; b=RBLtEb3euHTgfW5W8iv5csEMnuy+K7ygJe2zJq/JSVNdii9ysa9WtRF/hWPqLQL7Fu0EzLVVkTN/oSB6SKkZ7V/ZjwRASIzJnSbLExKb1+7HHWw5INOywhM8N+xR4uFhgjSJ7EzJlDbtZ7bBKrsQ+v9g8evqb2Yrh4j+0kQ4t3Y= ARC-Authentication-Results: i=1; mx.zohomail.eu; spf=pass smtp.mailfrom=philipp@uvos.xyz; dmarc=pass header.from= header.from= Received: from localhost.localdomain (ip-95-222-213-220.hsi15.unitymediagroup.de [95.222.213.220]) by mx.zoho.eu with SMTPS id 1604316259439776.7982178858423; Mon, 2 Nov 2020 12:24:19 +0100 (CET) Date: Mon, 2 Nov 2020 12:24:18 +0100 From: Carl Philipp Klemm To: Tony Lindgren , robh+dt@kernel.org Cc: linux-omap@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v2] ARM: dts: xt875: Add section and support for kionix kxtf9 on XT875 Message-Id: <20201102122418.caefbcc524874a6b1fc9497e@uvos.xyz> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) Mime-Version: 1.0 X-ZohoMailClient: External Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Adds section and support for kionix kxtf9 on XT875 Signed-off-by: Carl Philipp Klemm diff --git a/arch/arm/boot/dts/omap4-droid-bionic-xt875.dts b/arch/arm/boot/dts/omap4-droid-bionic-xt875.dts index 49b2a8d55356..ccf03a743678 100644 --- a/arch/arm/boot/dts/omap4-droid-bionic-xt875.dts +++ b/arch/arm/boot/dts/omap4-droid-bionic-xt875.dts @@ -37,3 +37,19 @@ backlight_led: led@0 { }; }; }; + +&i2c4 { + kxtf9: accelerometer@f { + compatible = "kionix,kxtf9"; + reg = <0x0f>; + + vdd-supply = <&vhvio>; + + interrupt-parent = <&gpio2>; + interrupts = <2 IRQ_TYPE_EDGE_RISING>; + + rotation-matrix = "0", "-1", "0", + "1", "0", "0", + "0", "0", "1"; + }; +};