diff mbox

ARM: dts: sun8i: replace enable-sdio-wakeup with wakeup-source for BananaPi M1+

Message ID 1479138250-17780-4-git-send-email-sudeep.holla@arm.com
State Accepted
Commit ff44ded689011fc92e5cb05784dc54d44767765e
Headers show

Commit Message

Sudeep Holla Nov. 14, 2016, 3:44 p.m. UTC
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>

---
 arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Hi,

Inspite of getting rid of most of the legacy property almost a year ago,
addition of new platforms have brought this back and over time it's
now found again in few places. Just get rid of them *again*

Regards,
Sudeep

--
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Maxime Ripard Nov. 14, 2016, 7:53 p.m. UTC | #1
On Mon, Nov 14, 2016 at 03:44:10PM +0000, Sudeep Holla wrote:
> 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>


Applied, thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
diff mbox

Patch

diff --git a/arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts b/arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts
index ba5bca0fe997..1df47aa0a07b 100644
--- a/arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts
+++ b/arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts
@@ -167,7 +167,7 @@ 
 	mmc-pwrseq = <&mmc3_pwrseq>;
 	bus-width = <4>;
 	non-removable;
-	enable-sdio-wakeup;
+	wakeup-source;
 	status = "okay";

 	brcmf: bcrmf@1 {