diff mbox series

ARM: dts: zynqmp: replace gpio-key,wakeup with wakeup-source property

Message ID 20181221181213.6812-1-sudeep.holla@arm.com
State Accepted
Commit 1241c72b6db13a1e294f9ea25577a3677733582e
Headers show
Series ARM: dts: zynqmp: replace gpio-key,wakeup with wakeup-source property | expand

Commit Message

Sudeep Holla Dec. 21, 2018, 6:12 p.m. UTC
Most of the legacy "gpio-key,wakeup" boolean property is already
replaced with "wakeup-source". However few occurrences of old property
has popped up again, probably from the remnants in downstream trees.

Replace the legacy properties with the unified "wakeup-source"
property introduced in the commit 700a38b27eef ("Input: gpio_keys -
switch to using generic device properties")

Cc: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>

---
 arch/arm/boot/dts/zynq-zturn.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Hi Michal,

Olof requested to slipt the patch and send it via platform maintainers.
I totally forgot to follow up on this. You had acked this previously but
please pick this up and submit via your tree to ARM SoC. Sorry for the
confusion.

Regards,
Sudeep

--
2.17.1

Comments

Michal Simek Jan. 3, 2019, 10:50 a.m. UTC | #1
On 21. 12. 18 19:12, Sudeep Holla wrote:
> Most of the legacy "gpio-key,wakeup" boolean property is already

> replaced with "wakeup-source". However few occurrences of old property

> has popped up again, probably from the remnants in downstream trees.

> 

> Replace the legacy properties with the unified "wakeup-source"

> property introduced in the commit 700a38b27eef ("Input: gpio_keys -

> switch to using generic device properties")

> 

> Cc: Michal Simek <michal.simek@xilinx.com>

> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>

> ---

>  arch/arm/boot/dts/zynq-zturn.dts | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

> 

> Hi Michal,

> 

> Olof requested to slipt the patch and send it via platform maintainers.

> I totally forgot to follow up on this. You had acked this previously but

> please pick this up and submit via your tree to ARM SoC. Sorry for the

> confusion.

> 

> Regards,

> Sudeep

> 

> diff --git a/arch/arm/boot/dts/zynq-zturn.dts b/arch/arm/boot/dts/zynq-zturn.dts

> index b38704657960..5ec616ebca08 100644

> --- a/arch/arm/boot/dts/zynq-zturn.dts

> +++ b/arch/arm/boot/dts/zynq-zturn.dts

> @@ -54,7 +54,7 @@

>  			label = "K1";

>  			gpios = <&gpio0 0x32 0x1>;

>  			linux,code = <0x66>;

> -			gpio-key,wakeup;

> +			wakeup-source;

>  			autorepeat;

>  		};

>  	};

> --

> 2.17.1

> 


Applied.

Thanks,
Michal
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/zynq-zturn.dts b/arch/arm/boot/dts/zynq-zturn.dts
index b38704657960..5ec616ebca08 100644
--- a/arch/arm/boot/dts/zynq-zturn.dts
+++ b/arch/arm/boot/dts/zynq-zturn.dts
@@ -54,7 +54,7 @@ 
 			label = "K1";
 			gpios = <&gpio0 0x32 0x1>;
 			linux,code = <0x66>;
-			gpio-key,wakeup;
+			wakeup-source;
 			autorepeat;
 		};
 	};