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

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.com


Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 4459a598
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;
+1 −1
Original line number Diff line number Diff line
@@ -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;
};

+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;
};