diff options
author | Fabio Estevam <festevam@denx.de> | 2022-06-21 09:44:35 -0300 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2022-06-22 15:59:21 +0200 |
commit | a5b87cdc1b73d685ea8c472b7187ceb399b1d90b (patch) | |
tree | 9c8b09f0dec06d6a9fe1ce2fe0a4f3a825b173d8 /arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts | |
parent | 4459a59807cfebd9f013175010fa4e53514ade61 (diff) |
arm64: dts: mediatek: 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>
Link: https://lore.kernel.org/r/20220621124435.121740-1-festevam@gmail.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts')
-rw-r--r-- | arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts b/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts index afeb5cd37826..530e0c9ce0c9 100644 --- a/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts +++ b/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts @@ -159,7 +159,7 @@ vmmc-supply = <&mt6358_vmch_reg>; vqmmc-supply = <&mt6358_vmc_reg>; keep-power-in-suspend; - enable-sdio-wakeup; + wakeup-source; non-removable; }; |