diff mbox series

[1/2] ARM: dts: imx7d-smegw01: Replace 'enable-sdio-wakeup'

Message ID 20220621124515.121877-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series [1/2] ARM: dts: imx7d-smegw01: Replace 'enable-sdio-wakeup' | expand

Commit Message

Fabio Estevam June 21, 2022, 12:45 p.m. UTC
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(-)

Comments

Shawn Guo June 27, 2022, 7:44 a.m. UTC | #1
On Tue, Jun 21, 2022 at 09:45:14AM -0300, Fabio Estevam wrote:
> 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>

Applied both, thanks!
diff mbox series

Patch

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";
 };