Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx7d-smegw01: Replace 'enable-sdio-wakeup'

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>

authored by

Fabio Estevam and committed by
Shawn Guo
4cf461f2 ea0fb37b

+2 -2
+2 -2
arch/arm/boot/dts/imx7d-smegw01.dts
··· 207 207 pinctrl-0 = <&pinctrl_usdhc1>; 208 208 cd-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>; 209 209 no-1-8-v; 210 - enable-sdio-wakeup; 210 + wakeup-source; 211 211 keep-power-in-suspend; 212 212 status = "okay"; 213 213 }; ··· 221 221 sd-uhs-ddr50; 222 222 mmc-ddr-1_8v; 223 223 vmmc-supply = <&reg_wifi>; 224 - enable-sdio-wakeup; 224 + wakeup-source; 225 225 status = "okay"; 226 226 }; 227 227