Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp5152428ybl; Tue, 10 Dec 2019 01:10:29 -0800 (PST) X-Google-Smtp-Source: APXvYqwm4wax5lxCTDYvnJRdpir24EhJi1Ss1IFXOLgj11OxvKv/rdz7U4YelQu+17mu/YmDFQLt X-Received: by 2002:aca:d985:: with SMTP id q127mr3021500oig.132.1575969029713; Tue, 10 Dec 2019 01:10:29 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575969029; cv=none; d=google.com; s=arc-20160816; b=XwDf7xIpSpDgmGvG8jV7C1TPnuMzHzMgFE2dbbb3j4M9/yy5RxzxIkRXufxkeLnLCX a6BTi+kevluzZqHq79udK3xAX1jdfhsbfzY64ZPd9QIAhj2jnPANLdJ4Yh2MwvPGvz5R 6bxfRNNAjwgqjadn+TWhaSPukyX7QC/EyJksgj5VRzp/dcpKypj7M7ziXOBpdWx9BSG2 +ttNQYtJtpHxMufE6v/r+uJzOPLCEaXTYLY6DqUDFD5Cq24dH++b3Cw/r2duIu26Yc7E E94RW+/UtU0lXlvyshXqzgClxp3g7q8f4A3hmXaG3DZOQW97bXqqNH063M7J1DbUXpr2 6DUg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:references :in-reply-to:message-id:date:subject:cc:to:from; bh=HUscWZNrQF76eYQoTHejvFsxxiRs9OSxCz79yQBOC3Q=; b=POE0E49gk6t0agpmtTCxCqgeHwIJpEmFPsuFu5qzNLYHuafgJBHPPSc5YXMIWNDjyH uHIXdQk/NEiNzw4HDxMQSzqM2zX5YgnvHN1YNjQ4uYgl1JhvUZntB+/g0/cMJ0+ZkP24 uymgNpRWiYEL0AuYL8dZR84G9vLghbI7AInI+AzqicTXTFOUsW0x4kgk7UMOH5hzPobO eUGl76sIUaNz0ilC+QZEL/JPPzRd8/Sztoh6rl7oi+xAWXFZpaywJt+2JgwSzf37d+o7 kt3WrcraDq741vYRG4Fpm/NBCXycu+c+Upysj/1BaeA9UzW+OQC2nBx3QlxZWO+ZSDW2 eyyg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d16si1575171otc.210.2019.12.10.01.10.16; Tue, 10 Dec 2019 01:10:29 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727208AbfLJJJj (ORCPT + 99 others); Tue, 10 Dec 2019 04:09:39 -0500 Received: from comms.puri.sm ([159.203.221.185]:54324 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726884AbfLJJJi (ORCPT ); Tue, 10 Dec 2019 04:09:38 -0500 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 16C30E10EC; Tue, 10 Dec 2019 01:09:37 -0800 (PST) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s3CwpN2XUNh5; Tue, 10 Dec 2019 01:09:36 -0800 (PST) From: Martin Kepplinger To: robh@kernel.org, mark.rutland@arm.com Cc: kernel@pengutronix.de, linux-imx@nxp.com, kernel@puri.sm, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, "Angus Ainslie (Purism)" , Martin Kepplinger Subject: [PATCH] arm64: dts: imx8mq-librem5-devkit: use correct interrupt for the magnetometer Date: Tue, 10 Dec 2019 10:08:57 +0100 Message-Id: <20191210090857.10663-1-martin.kepplinger@puri.sm> In-Reply-To: <20191203130336.18763-1-martin.kepplinger@puri.sm> References: <20191203130336.18763-1-martin.kepplinger@puri.sm> Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: "Angus Ainslie (Purism)" The LSM9DS1 uses a high level interrupt. Signed-off-by: Angus Ainslie (Purism) Signed-off-by: Martin Kepplinger --- Any objections or questions about the previously sent accelerometer DT description? It and this follow-up bugfix is what we're running for quite some time now. thanks, martin arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts index 2834d273bfdf..8de24a2d5234 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts @@ -429,7 +429,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_imu>; interrupt-parent = <&gpio3>; - interrupts = <19 IRQ_TYPE_LEVEL_LOW>; + interrupts = <19 IRQ_TYPE_LEVEL_HIGH>; vdd-supply = <®_3v3_p>; vddio-supply = <®_3v3_p>; }; -- 2.20.1