From patchwork Thu Aug 6 12:17:04 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 11703163 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 DCED7722 for ; Thu, 6 Aug 2020 12:18:39 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C6591204FD for ; Thu, 6 Aug 2020 12:18:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="BfDiwBz5" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C6591204FD Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bp.renesas.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Owner; bh=1XV7A8+DHwR+o9dSq/pIIS3Vd+eOn4JR/KOxdFeNbbg=; b=BfDiwBz5VkvUL5SBnN2sE+iP3a CjE4OzSHS1z2LcQmATOMXBoCZmaT0FR0z2AzrmcCesjgV2UVErKZpfR7MMnyt/p2GiTFlkIsmzHI4 Wihx+kc3CllLCmpawlxNQe7rHI62SKzU9Kbx+squaJQYK2sdqJTcyoXY8dek8W/ZTfLwtc3mW4sbM KYX5c4ROEfaXl3LEGkOxTvhwEm/M5ETCo5NjjUls2H5/rkC5Xjzx4zVeeK8lgjervaHoimsIPkBrB wFIkbiHL77xlUo+765mG9wtUxJfCNGBlcf+v1t2K46JOnVACE/RRn3nfpzrAbLgdQGhG59J1J1SqO pz3u66Aw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1k3epj-0003Hr-6F; Thu, 06 Aug 2020 12:17:19 +0000 Received: from relmlor1.renesas.com ([210.160.252.171] helo=relmlie5.idc.renesas.com) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1k3epf-0003GU-LM for linux-arm-kernel@lists.infradead.org; Thu, 06 Aug 2020 12:17:16 +0000 X-IronPort-AV: E=Sophos;i="5.75,441,1589209200"; d="scan'208";a="54055350" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 06 Aug 2020 21:17:09 +0900 Received: from localhost.localdomain (unknown [172.29.51.173]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 5AF3D42AA402; Thu, 6 Aug 2020 21:17:07 +0900 (JST) From: Biju Das To: Geert Uytterhoeven , Russell King Subject: [PATCH] ARM: shmobile: Enable TOUCHSCREEN_STMPE in shmobile_defconfig Date: Thu, 6 Aug 2020 13:17:04 +0100 Message-Id: <20200806121704.3192-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200806_081715_869615_B928E2E5 X-CRM114-Status: GOOD ( 10.12 ) X-Spam-Score: 3.0 (+++) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (3.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [210.160.252.171 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 3.0 AC_FROM_MANY_DOTS Multiple periods in From user name X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Chris Paterson , Magnus Damm , Prabhakar Mahadev Lad , Biju Das , linux-renesas-soc@vger.kernel.org, Biju Das , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Enable support for the stmpe i2c touch controller, which is used on the iWave RZ/G1E platform. Signed-off-by: Biju Das Reviewed-by: Geert Uytterhoeven --- arch/arm/configs/shmobile_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index bbedc42bb2d9..5e42549660c0 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -64,6 +64,7 @@ CONFIG_KEYBOARD_GPIO=y CONFIG_INPUT_TOUCHSCREEN=y CONFIG_TOUCHSCREEN_EDT_FT5X06=y CONFIG_TOUCHSCREEN_ST1232=y +CONFIG_TOUCHSCREEN_STMPE=y CONFIG_INPUT_MISC=y CONFIG_INPUT_DA9063_ONKEY=y CONFIG_INPUT_ADXL34X=y @@ -104,6 +105,7 @@ CONFIG_RENESAS_WDT=y CONFIG_RENESAS_RZAWDT=y CONFIG_MFD_AS3711=y CONFIG_MFD_DA9063=y +CONFIG_MFD_STMPE=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_AS3711=y CONFIG_REGULATOR_DA9210=y