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>
This commit is contained in:
committed by
Matthias Brugger
parent
4459a59807
commit
a5b87cdc1b
@@ -410,7 +410,7 @@
|
|||||||
sd-uhs-sdr50;
|
sd-uhs-sdr50;
|
||||||
sd-uhs-sdr104;
|
sd-uhs-sdr104;
|
||||||
keep-power-in-suspend;
|
keep-power-in-suspend;
|
||||||
enable-sdio-wakeup;
|
wakeup-source;
|
||||||
cap-sdio-irq;
|
cap-sdio-irq;
|
||||||
vmmc-supply = <&sdio_fixed_3v3>;
|
vmmc-supply = <&sdio_fixed_3v3>;
|
||||||
vqmmc-supply = <&mt6397_vgp3_reg>;
|
vqmmc-supply = <&mt6397_vgp3_reg>;
|
||||||
|
|||||||
@@ -134,7 +134,7 @@
|
|||||||
vmmc-supply = <&mt6358_vmch_reg>;
|
vmmc-supply = <&mt6358_vmch_reg>;
|
||||||
vqmmc-supply = <&mt6358_vmc_reg>;
|
vqmmc-supply = <&mt6358_vmc_reg>;
|
||||||
keep-power-in-suspend;
|
keep-power-in-suspend;
|
||||||
enable-sdio-wakeup;
|
wakeup-source;
|
||||||
non-removable;
|
non-removable;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -382,7 +382,7 @@
|
|||||||
sd-uhs-sdr50;
|
sd-uhs-sdr50;
|
||||||
sd-uhs-sdr104;
|
sd-uhs-sdr104;
|
||||||
keep-power-in-suspend;
|
keep-power-in-suspend;
|
||||||
enable-sdio-wakeup;
|
wakeup-source;
|
||||||
cap-sdio-irq;
|
cap-sdio-irq;
|
||||||
non-removable;
|
non-removable;
|
||||||
no-mmc;
|
no-mmc;
|
||||||
|
|||||||
@@ -159,7 +159,7 @@
|
|||||||
vmmc-supply = <&mt6358_vmch_reg>;
|
vmmc-supply = <&mt6358_vmch_reg>;
|
||||||
vqmmc-supply = <&mt6358_vmc_reg>;
|
vqmmc-supply = <&mt6358_vmc_reg>;
|
||||||
keep-power-in-suspend;
|
keep-power-in-suspend;
|
||||||
enable-sdio-wakeup;
|
wakeup-source;
|
||||||
non-removable;
|
non-removable;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user