From nobody Tue Apr 7 14:23:42 2026 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 BB365C433FE for ; Mon, 17 Oct 2022 10:05:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231555AbiJQKFS (ORCPT ); Mon, 17 Oct 2022 06:05:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55114 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230505AbiJQKE6 (ORCPT ); Mon, 17 Oct 2022 06:04:58 -0400 Received: from mout-y-209.mailbox.org (mout-y-209.mailbox.org [91.198.250.237]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 68E7E11C31; Mon, 17 Oct 2022 03:04:48 -0700 (PDT) Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (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-y-209.mailbox.org (Postfix) with ESMTPS id 4MrXfN1mHtz9tdD; Mon, 17 Oct 2022 12:04:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=noorman.info; s=MBO0001; t=1666001084; 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=S9dcsqJ0RaWCdCguljfpy7EPjfO3aVZqXfHBh2syRzs=; b=yZTCTWvdLGN4BsYOh3C0a7UJh5dTHrIWyvQVAlb3hXKjWlfUUzhmwW1GYMUA77AzHjdhND eeAwUcwsQnJQZQHIVRXGan6WZRD0c7CiRkQUXAy/ehI2xDK7/8ySjrUZdGi6p9a7VRKsa9 t3xDI6myDB4usaILamMbnaPr1N+hoNrCzLnNSK0pHjUfwNdA0lD/FbzTomZm890OJj5lhn wywc1HINnuu4MvO4fTcSmWE6DFNCfMxtto8OvspRJYKpmJhXOdoXWg8lQ6JIxIOwF+l2um TeIfzKlZn7sBbCRtOz77N0C7eXFW/TePk+PUXi/ZJJK+d1mkCxjvsAPdmNLYkA== From: Job Noorman To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski Cc: Luca Weiss , Job Noorman , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v4 3/3] arm64: dts: qcom: sdm632: fairphone-fp3: add touchscreen Date: Mon, 17 Oct 2022 12:04:08 +0200 Message-Id: <20221017100409.189293-4-job@noorman.info> In-Reply-To: <20221017100409.189293-1-job@noorman.info> References: <20221017100409.189293-1-job@noorman.info> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4MrXfN1mHtz9tdD Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add Himax hx83112b touchscreen to the FP3 DT. Signed-off-by: Job Noorman Reviewed-by: Krzysztof Kozlowski --- arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts b/arch/arm64= /boot/dts/qcom/sdm632-fairphone-fp3.dts index 891e314bc782..2920504461d3 100644 --- a/arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts +++ b/arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts @@ -49,6 +49,20 @@ &hsusb_phy { vdda-phy-dpdm-supply =3D <&pm8953_l13>; }; =20 +&i2c_3 { + status =3D "okay"; + + touchscreen@48 { + compatible =3D "himax,hx83112b"; + reg =3D <0x48>; + interrupt-parent =3D <&tlmm>; + interrupts =3D <65 IRQ_TYPE_LEVEL_LOW>; + touchscreen-size-x =3D <1080>; + touchscreen-size-y =3D <2160>; + reset-gpios =3D <&tlmm 64 GPIO_ACTIVE_LOW>; + }; +}; + &pm8953_resin { status =3D "okay"; linux,code =3D ; --=20 2.38.0