From patchwork Fri Feb 10 15:48:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?TWljaGFsIFZva8OhxI0=?= X-Patchwork-Id: 13135965 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 57D3CC636CD for ; Fri, 10 Feb 2023 15:51:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=BoBkerzlTvVMBSWWHrjyJyF9uOkVE/QlKnJyPxBnb1M=; b=AmpXel1imHH4UO Ftu8YxjL7kI9V6bYzgDnSNa8vh3eK2eHPxOzYEn+ClTsYXIWq3InZSSGitQc7+hA8zY0g8WCTEqm7 /PaglExTcUBHIEV+fGKDCs7TCmkSq0nYAONlhYWwaF7iTWyNe0XechFjohBEcO5u1iXbh2jU4PkaZ 5t/GbwmcyK8tnzyojOXL4EiRBDZm5lRZEEukxxImGA+OY7S/B2t5JPmPGeh/xsWehH/Geg1G4PaBV 6nlCM7G/mGKjiz09RcPpIOWIEnu86UJ1Gyx/LnjXgFyf3sRTM7Jj9rAlZmJwUaDbjKY/45Vco7bsY mdBl/Vme9P/D9WP/MzfA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pQVf7-006Pqm-Kj; Fri, 10 Feb 2023 15:50:09 +0000 Received: from uho.ysoft.cz ([81.19.3.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pQVeo-006Plb-Nf for linux-arm-kernel@lists.infradead.org; Fri, 10 Feb 2023 15:49:53 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ysoft.com; s=20160406-ysoft-com; t=1676044184; bh=2+TpaXpBy+/CX50PszxE+icAKfHjpZWw52REtekM1I8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=C2/E6BDdp3dWqjaN6GB+i2Eeas2Y266wpVng263/xGs0aTJoZQMwLVWDyJTQ6dNb9 HyRNC49huTu5CsE0Kwe2KwHJqWtW1t7GIP4MbgmaGLvw/JGrcedk6zu5sXILOoELAb Wokw5p5Ys0eajadQKt6o9ZB6FFqJM9oom+ovjYbI= Received: from vokac-Latitude-7410.ysoft.local (unknown [10.1.8.111]) by uho.ysoft.cz (Postfix) with ESMTP id 52548A05F4; Fri, 10 Feb 2023 16:49:44 +0100 (CET) From: =?utf-8?b?TWljaGFsIFZva8OhxI0=?= To: Rob Herring , Shawn Guo Cc: Krzysztof Kozlowski , Arnd Bergmann , Olof Johansson , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?utf-8?b?TWljaGFsIFZva8OhxI0=?= Subject: [PATCH 3/6] ARM: dts: imx6dl-yapp4: Use reset-gpios property name Date: Fri, 10 Feb 2023 16:48:52 +0100 Message-Id: <20230210154855.3086900-4-michal.vokac@ysoft.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230210154855.3086900-1-michal.vokac@ysoft.com> References: <20230210154855.3086900-1-michal.vokac@ysoft.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230210_074951_268118_1016DCBC X-CRM114-Status: GOOD ( 10.61 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Use the gpios instead of gpio suffix that is mandated by the binding. This dtbs_check warning is fixed now: touchscreen@5c: Unevaluated properties are not allowed ('reset-gpio' was unexpected) The reset signal worked correctly as both the "gpio" and "gpios" suffixes are actually allowed by the gpiolib. Signed-off-by: Michal Vokáč --- arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi index aacbf317feea..c6afc51bb22b 100644 --- a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi +++ b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi @@ -313,7 +313,7 @@ touchscreen: touchscreen@5c { interrupt-parent = <&gpio4>; interrupts = <5 IRQ_TYPE_EDGE_FALLING>; attb-gpio = <&gpio4 5 GPIO_ACTIVE_HIGH>; - reset-gpio = <&gpio1 2 GPIO_ACTIVE_HIGH>; + reset-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>; touchscreen-size-x = <800>; touchscreen-size-y = <480>; status = "disabled";