Commit a5b87cdc authored by Fabio Estevam's avatar Fabio Estevam Committed by Matthias Brugger

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: default avatarFabio Estevam <festevam@denx.de>
Link: https://lore.kernel.org/r/20220621124435.121740-1-festevam@gmail.comSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 4459a598
......@@ -410,7 +410,7 @@ &mmc3 {
sd-uhs-sdr50;
sd-uhs-sdr104;
keep-power-in-suspend;
enable-sdio-wakeup;
wakeup-source;
cap-sdio-irq;
vmmc-supply = <&sdio_fixed_3v3>;
vqmmc-supply = <&mt6397_vgp3_reg>;
......
......@@ -134,7 +134,7 @@ &mmc1 {
vmmc-supply = <&mt6358_vmch_reg>;
vqmmc-supply = <&mt6358_vmc_reg>;
keep-power-in-suspend;
enable-sdio-wakeup;
wakeup-source;
non-removable;
};
......
......@@ -382,7 +382,7 @@ &mmc1 {
sd-uhs-sdr50;
sd-uhs-sdr104;
keep-power-in-suspend;
enable-sdio-wakeup;
wakeup-source;
cap-sdio-irq;
non-removable;
no-mmc;
......
......@@ -159,7 +159,7 @@ &mmc1 {
vmmc-supply = <&mt6358_vmch_reg>;
vqmmc-supply = <&mt6358_vmc_reg>;
keep-power-in-suspend;
enable-sdio-wakeup;
wakeup-source;
non-removable;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment