ARM: dts: imx7d-smegw01: Replace 'enable-sdio-wakeup'
authorFabio Estevam <festevam@denx.de>
Tue, 21 Jun 2022 12:45:14 +0000 (09:45 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Jun 2022 07:43:36 +0000 (15:43 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7d-smegw01.dts

index c6b3206..b196f40 100644 (file)
        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";
 };
        sd-uhs-ddr50;
        mmc-ddr-1_8v;
        vmmc-supply = <&reg_wifi>;
-       enable-sdio-wakeup;
+       wakeup-source;
        status = "okay";
 };