From patchwork Tue Dec 14 02:13:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 12696013 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 C12FEC433F5 for ; Tue, 14 Dec 2021 02:16:50 +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:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id: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:In-Reply-To:References: List-Owner; bh=NFLqPXG9/rvOt0v2HUGOObCY/8TmpnS6XExAfWYTBfM=; b=AiVMaKZ90ml3vX LIqHPlEt8jtGCHZ6gLjyjtEUVFtIoPkg12YS4fJd4JTGruM0DRlgARPaR48KlSyWET8vStG6xFrd9 aFcGccZWC42iXLOoLJZxZk3r9i1Fz2KzIqQgthKh9+pnOk8diFoCL5Vo6v9bufmaX0IRyFpuS8nDo 0sMrFrRALGFhChc1hsSc/lCNfv34Ez5635kabsk8s3hHgs3GUyZIo1G36k55jBHl6wOh71wR3boLy 9wmKdmPT5FxrgSPbIEkusEpHNIF39XUxP15uuyoA/2WHthqqFdK5E49Jti+2D3O0550CuAswWwDBU +TVzzM1xQOrnYWhT0tXQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mwxJv-00CExC-Cg; Tue, 14 Dec 2021 02:13:35 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mwxJr-00CEwb-Ph for linux-arm-kernel@lists.infradead.org; Tue, 14 Dec 2021 02:13:33 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id ED922B8122A; Tue, 14 Dec 2021 02:13:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A84F1C34600; Tue, 14 Dec 2021 02:13:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639448008; bh=+BSMk+B5PyIeVixPxGOqQyD5T31IWyhaL1eZB/zSJh8=; h=From:To:Cc:Subject:Date:From; b=rDTjElVLVIVTUIiEbIYyW7KCJ4B/35FcYqgSn/Mx3xkloKuWZhEGZuVJiV/PcwTi/ ma0GB5YAW8wvyjlBa6a/E4zqzfxsxQs4FH2x0REDvPI0a4tpfX2LPgz0/zq2MKkztZ qHU5QYnNZzA1h+db1c1PBaFEkji+RsL6TiMznyPlyeKQXW79tIACfv+dE8JtDHpiVI pSlpsE2p0SFNQo5wzjc8RxUwrRZ158URnnOkqQkoHeu+3UVjpAec6cepFpJ/Vm7BUX n34PoUYI2o5Nkj5gDX14NIOFyP4TaBRcZJFCE0kQn23IRSmFgz+QDOmduJhO9bqWjI Ryja0UA9RNX9w== From: Shawn Guo To: linux-arm-kernel@lists.infradead.org Cc: kernel@pengutronix.de, linux-imx@nxp.com, Fabio Estevam , Ariel D'Alessandro , Shawn Guo Subject: [PATCH] arm64: dts: imx8mm/mn: Drop unsupported 'pm-ignore-notify' property Date: Tue, 14 Dec 2021 10:13:20 +0800 Message-Id: <20211214021320.9502-1-shawnguo@kernel.org> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211213_181331_992721_9937036E X-CRM114-Status: UNSURE ( 8.86 ) X-CRM114-Notice: Please train this message. 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: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 'pm-ignore-notify' is an unsupported property. Drop it. Reported-by: Ariel D'Alessandro Signed-off-by: Shawn Guo --- arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi | 1 - arch/arm64/boot/dts/freescale/imx8mm-icore-mx8mm-ctouch2.dts | 1 - arch/arm64/boot/dts/freescale/imx8mm-icore-mx8mm-edimm2.2.dts | 1 - arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi | 1 - 4 files changed, 4 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi index 40f5e7a3b064..cf07987ccc10 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi @@ -263,7 +263,6 @@ bus-width = <4>; non-removable; cap-power-off-card; - pm-ignore-notify; keep-power-in-suspend; mmc-pwrseq = <&usdhc1_pwrseq>; status = "okay"; diff --git a/arch/arm64/boot/dts/freescale/imx8mm-icore-mx8mm-ctouch2.dts b/arch/arm64/boot/dts/freescale/imx8mm-icore-mx8mm-ctouch2.dts index 5389d6f2beba..502745402847 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-icore-mx8mm-ctouch2.dts +++ b/arch/arm64/boot/dts/freescale/imx8mm-icore-mx8mm-ctouch2.dts @@ -91,7 +91,6 @@ max-frequency = <50000000>; bus-width = <4>; no-1-8-v; - pm-ignore-notify; keep-power-in-suspend; status = "okay"; }; diff --git a/arch/arm64/boot/dts/freescale/imx8mm-icore-mx8mm-edimm2.2.dts b/arch/arm64/boot/dts/freescale/imx8mm-icore-mx8mm-edimm2.2.dts index a4a2ada14835..ddac8bc7ae65 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-icore-mx8mm-edimm2.2.dts +++ b/arch/arm64/boot/dts/freescale/imx8mm-icore-mx8mm-edimm2.2.dts @@ -91,7 +91,6 @@ max-frequency = <50000000>; bus-width = <4>; no-1-8-v; - pm-ignore-notify; keep-power-in-suspend; status = "okay"; }; diff --git a/arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi index 3b2d627a0342..1133cded9be2 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi @@ -274,7 +274,6 @@ bus-width = <4>; non-removable; cap-power-off-card; - pm-ignore-notify; keep-power-in-suspend; mmc-pwrseq = <&usdhc1_pwrseq>; status = "okay";