[PATCH] ARM: dts: spear320: Drop unused and undocumented 'irq-over-gpio' property

Rob Herring posted 1 patch 4 years, 4 months ago
arch/arm/boot/dts/spear320-hmi.dts | 1 -
1 file changed, 1 deletion(-)
[PATCH] ARM: dts: spear320: Drop unused and undocumented 'irq-over-gpio' property
Posted by Rob Herring 4 years, 4 months ago
The property 'irq-over-gpio' is both unused and undocumented. It also
happens to collide with standard *-gpio properties. As it is not needed,
drop it.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 arch/arm/boot/dts/spear320-hmi.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/spear320-hmi.dts b/arch/arm/boot/dts/spear320-hmi.dts
index 367ba48aac3e..b587e4ec11e5 100644
--- a/arch/arm/boot/dts/spear320-hmi.dts
+++ b/arch/arm/boot/dts/spear320-hmi.dts
@@ -235,7 +235,6 @@ stmpe811@41 {
 					#address-cells = <1>;
 					#size-cells = <0>;
 					reg = <0x41>;
-					irq-over-gpio;
 					irq-gpios = <&gpiopinctrl 29 0x4>;
 					id = <0>;
 					blocks = <0x5>;
-- 
2.32.0

Re: [PATCH] ARM: dts: spear320: Drop unused and undocumented 'irq-over-gpio' property
Posted by Viresh Kumar 4 years, 4 months ago
On 03-02-22, 18:41, Rob Herring wrote:
> The property 'irq-over-gpio' is both unused and undocumented. It also
> happens to collide with standard *-gpio properties. As it is not needed,
> drop it.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  arch/arm/boot/dts/spear320-hmi.dts | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/spear320-hmi.dts b/arch/arm/boot/dts/spear320-hmi.dts
> index 367ba48aac3e..b587e4ec11e5 100644
> --- a/arch/arm/boot/dts/spear320-hmi.dts
> +++ b/arch/arm/boot/dts/spear320-hmi.dts
> @@ -235,7 +235,6 @@ stmpe811@41 {
>  					#address-cells = <1>;
>  					#size-cells = <0>;
>  					reg = <0x41>;
> -					irq-over-gpio;
>  					irq-gpios = <&gpiopinctrl 29 0x4>;
>  					id = <0>;
>  					blocks = <0x5>;

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh