ARM: dts: sun8i: replace enable-sdio-wakeup with wakeup-source for BananaPi M1+
Though the mmc core driver will continue to support the legacy "enable-sdio-wakeup" property to enable SDIO as the wakeup source, "wakeup-source" is the new standard binding. This patch replaces the legacy "enable-sdio-wakeup" with the unified "wakeup-source" property in order to avoid any further copy-paste duplication. Cc: Chen-Yu Tsai <wens@csie.org> Cc: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:

committed by
Maxime Ripard

parent
b9b8daa203
commit
ff44ded689
@@ -167,7 +167,7 @@
|
|||||||
mmc-pwrseq = <&mmc3_pwrseq>;
|
mmc-pwrseq = <&mmc3_pwrseq>;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
non-removable;
|
non-removable;
|
||||||
enable-sdio-wakeup;
|
wakeup-source;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
brcmf: bcrmf@1 {
|
brcmf: bcrmf@1 {
|
||||||
|
Reference in New Issue
Block a user