From patchwork Thu Jun 6 09:02:04 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 13688093 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 40AA8157A5B; Thu, 6 Jun 2024 09:02:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717664578; cv=none; b=fYoslkxfhM7cXUeGRwxJZA1zVlNgfBEK7ckuK1ouxizjQMqh2gVA1HYcnsvplhWkUMUK77O+WqMD4ndPnRzelugkPUDPtgy/FT7W0WwQ6G8anWC35I7G6PgkBHyykSfxyAxeyK1J1/qXiGVjOS4CyRoaBY6zY8s7uEAyaGS6Hw4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717664578; c=relaxed/simple; bh=Ayp1GAg5GZOVlDFPj51RZap8aLw49SuJ2rC7zWjR5dg=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=Ryw+oaVGhSGFMlr4cpFGFwpgby4iTxuDTLX/rUWXTR15/t+OUpVCkWwEccL07JaMMXw0lYM338A4HFDh6GQpxfQ40lgZ9sstncX9b3yYnWhapaxdf9S8kuTLBc7lQ4uUH16+lmRKtEpg0h9uXFuft0wXasZKj26WP7YOy6iJNFc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DXioOAUQ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DXioOAUQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C17F3C4AF5F; Thu, 6 Jun 2024 09:02:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717664577; bh=Ayp1GAg5GZOVlDFPj51RZap8aLw49SuJ2rC7zWjR5dg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=DXioOAUQRiXWQkqdFGJXpk0HHLYJP2HoNXZik7Emj+iXE3ltVc/dioEQNPFburAxc Pm/u9PVFTzPufOthikw3ptmETR4WZmk/W9Qo+69/dfp1QbK5XIdrzu+s1dYnSu49IO c2Ok2fp9y8NX7hxjm8765yFbDbQRRrKZCy6NJGLNyXWuTKEosIRVa5a23wBvIx0HGQ xvc9zdkCa5YgXxvYKeZzW3y+Kytxozs/96dv3kswr5Ai7j6JpW+rF5gX0QbPKjf8gI 7pyVohlMMsC9ujTiUjzls0ivEvQu7Msy392wgHLseJFEqbP4VV7xOHQ/mvzj6nLr9D E5dC3aGWQiFPg== From: Michael Walle To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Li Yang Cc: Pengutronix Kernel Team , Fabio Estevam , Priit Laes , Michael Grzeschik , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Marco Felsch , imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, Michael Walle Subject: [PATCH v2 11/13] ARM: dts: imx6qdl-kontron-samx6i: remove wake-up-gpio property Date: Thu, 6 Jun 2024 11:02:04 +0200 Message-Id: <20240606090206.2021237-12-mwalle@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240606090206.2021237-1-mwalle@kernel.org> References: <20240606090206.2021237-1-mwalle@kernel.org> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Remove the "wake-up-gpio" property within the PCIe controller node. There is no such property, thus just remove it. This will also make the schema validation happy. Signed-off-by: Michael Walle --- arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi b/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi index 4c4350d08d47..6157fd2817ba 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi @@ -743,7 +743,6 @@ &mipi_csi { &pcie { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_pcie>; - wake-up-gpio = <&gpio6 18 GPIO_ACTIVE_HIGH>; reset-gpio = <&gpio3 13 GPIO_ACTIVE_LOW>; };