diff options
author | Fabio Estevam <festevam@denx.de> | 2022-06-21 09:45:14 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-06-27 15:43:36 +0800 |
commit | 4cf461f2bf4ecf32b6cf4a7cb19b002d58ec9618 (patch) | |
tree | 94bfb20bbeb90071f3b5edf3648dcb5aeb00b77a /arch/arm/boot/dts/imx7d-smegw01.dts | |
parent | ea0fb37ba036924f175046ce3e544c613cd32ee5 (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-smegw01.dts')
-rw-r--r-- | arch/arm/boot/dts/imx7d-smegw01.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx7d-smegw01.dts b/arch/arm/boot/dts/imx7d-smegw01.dts index c6b32064a009..b196f40f1f5a 100644 --- a/arch/arm/boot/dts/imx7d-smegw01.dts +++ b/arch/arm/boot/dts/imx7d-smegw01.dts @@ -207,7 +207,7 @@ 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"; }; @@ -221,7 +221,7 @@ sd-uhs-ddr50; mmc-ddr-1_8v; vmmc-supply = <®_wifi>; - enable-sdio-wakeup; + wakeup-source; status = "okay"; }; |