linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: imx7d-smegw01: Replace 'enable-sdio-wakeup'
@ 2022-06-21 12:45 Fabio Estevam
  2022-06-21 12:45 ` [PATCH 2/2] ARM: dts: imx6q-bosch-acc: " Fabio Estevam
  2022-06-27  7:44 ` [PATCH 1/2] ARM: dts: imx7d-smegw01: " Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2022-06-21 12:45 UTC (permalink / raw)
  To: shawnguo; +Cc: linux-arm-kernel, pro, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

As explained in Documentation/devicetree/bindings/mmc/mmc-controller.yaml,
the 'enable-sdio-wakeup' property is considered deprecated.

Replace it with the 'wakeup-source' property instead.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm/boot/dts/imx7d-smegw01.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/imx7d-smegw01.dts b/arch/arm/boot/dts/imx7d-smegw01.dts
index 21b509c43393..546268b8d0b1 100644
--- a/arch/arm/boot/dts/imx7d-smegw01.dts
+++ b/arch/arm/boot/dts/imx7d-smegw01.dts
@@ -207,7 +207,7 @@ &usdhc1 {
 	pinctrl-0 = <&pinctrl_usdhc1>;
 	cd-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
 	no-1-8-v;
-	enable-sdio-wakeup;
+	wakeup-source;
 	keep-power-in-suspend;
 	status = "okay";
 };
@@ -219,7 +219,7 @@ &usdhc2 {
 	no-1-8-v;
 	non-removable;
 	vmmc-supply = <&reg_wifi>;
-	enable-sdio-wakeup;
+	wakeup-source;
 	status = "okay";
 };
 
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-27  7:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-21 12:45 [PATCH 1/2] ARM: dts: imx7d-smegw01: Replace 'enable-sdio-wakeup' Fabio Estevam
2022-06-21 12:45 ` [PATCH 2/2] ARM: dts: imx6q-bosch-acc: " Fabio Estevam
2022-06-27  7:44 ` [PATCH 1/2] ARM: dts: imx7d-smegw01: " Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).