All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: sunxi: nanopi: Remove input-name property
@ 2022-04-25  6:42 ` Dang Huynh
  0 siblings, 0 replies; 6+ messages in thread
From: Dang Huynh @ 2022-04-25  6:42 UTC (permalink / raw)
  To: Dang Huynh
  Cc: Rob Herring, Krzysztof Kozlowski, Chen-Yu Tsai, Jernej Skrabec,
	Samuel Holland, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel

This property doesn't seem to exist in the documentation nor
in source code, but for some reason it is defined in a bunch
of device trees.

Signed-off-by: Dang Huynh <danct12@riseup.net>
---
This patch is a split of this treewide patch [1] to ease the 
maintainers. 

[1]: https://patchwork.kernel.org/patch/12633497/

 arch/arm/boot/dts/sun8i-h3-nanopi.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi b/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi
index fc45d5aaa67f..a9f749f49beb 100644
--- a/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi
+++ b/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi
@@ -75,7 +75,6 @@ led-1 {
 
 	r_gpio_keys {
 		compatible = "gpio-keys";
-		input-name = "k1";
 
 		k1 {
 			label = "k1";
-- 
2.36.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] ARM: dts: sunxi: nanopi: Remove input-name property
@ 2022-04-25  6:42 ` Dang Huynh
  0 siblings, 0 replies; 6+ messages in thread
From: Dang Huynh @ 2022-04-25  6:42 UTC (permalink / raw)
  To: Dang Huynh
  Cc: Rob Herring, Krzysztof Kozlowski, Chen-Yu Tsai, Jernej Skrabec,
	Samuel Holland, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel

This property doesn't seem to exist in the documentation nor
in source code, but for some reason it is defined in a bunch
of device trees.

Signed-off-by: Dang Huynh <danct12@riseup.net>
---
This patch is a split of this treewide patch [1] to ease the 
maintainers. 

[1]: https://patchwork.kernel.org/patch/12633497/

 arch/arm/boot/dts/sun8i-h3-nanopi.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi b/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi
index fc45d5aaa67f..a9f749f49beb 100644
--- a/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi
+++ b/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi
@@ -75,7 +75,6 @@ led-1 {
 
 	r_gpio_keys {
 		compatible = "gpio-keys";
-		input-name = "k1";
 
 		k1 {
 			label = "k1";
-- 
2.36.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] ARM: dts: sunxi: nanopi: Remove input-name property
  2022-04-25  6:42 ` Dang Huynh
@ 2022-04-25 15:38   ` Jernej Škrabec
  -1 siblings, 0 replies; 6+ messages in thread
From: Jernej Škrabec @ 2022-04-25 15:38 UTC (permalink / raw)
  To: Dang Huynh, Dang Huynh
  Cc: Rob Herring, Krzysztof Kozlowski, Chen-Yu Tsai, Samuel Holland,
	devicetree, linux-arm-kernel, linux-sunxi, linux-kernel

Dne ponedeljek, 25. april 2022 ob 08:42:32 CEST je Dang Huynh napisal(a):
> This property doesn't seem to exist in the documentation nor
> in source code, but for some reason it is defined in a bunch
> of device trees.
> 
> Signed-off-by: Dang Huynh <danct12@riseup.net>

Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>

Best regards,
Jernej

> ---
> This patch is a split of this treewide patch [1] to ease the 
> maintainers. 
> 
> [1]: https://patchwork.kernel.org/patch/12633497/
> 
>  arch/arm/boot/dts/sun8i-h3-nanopi.dtsi | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi b/arch/arm/boot/dts/
sun8i-h3-nanopi.dtsi
> index fc45d5aaa67f..a9f749f49beb 100644
> --- a/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi
> +++ b/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi
> @@ -75,7 +75,6 @@ led-1 {
>  
>  	r_gpio_keys {
>  		compatible = "gpio-keys";
> -		input-name = "k1";
>  
>  		k1 {
>  			label = "k1";
> -- 
> 2.36.0
> 
> 



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] ARM: dts: sunxi: nanopi: Remove input-name property
@ 2022-04-25 15:38   ` Jernej Škrabec
  0 siblings, 0 replies; 6+ messages in thread
From: Jernej Škrabec @ 2022-04-25 15:38 UTC (permalink / raw)
  To: Dang Huynh, Dang Huynh
  Cc: Rob Herring, Krzysztof Kozlowski, Chen-Yu Tsai, Samuel Holland,
	devicetree, linux-arm-kernel, linux-sunxi, linux-kernel

Dne ponedeljek, 25. april 2022 ob 08:42:32 CEST je Dang Huynh napisal(a):
> This property doesn't seem to exist in the documentation nor
> in source code, but for some reason it is defined in a bunch
> of device trees.
> 
> Signed-off-by: Dang Huynh <danct12@riseup.net>

Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>

Best regards,
Jernej

> ---
> This patch is a split of this treewide patch [1] to ease the 
> maintainers. 
> 
> [1]: https://patchwork.kernel.org/patch/12633497/
> 
>  arch/arm/boot/dts/sun8i-h3-nanopi.dtsi | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi b/arch/arm/boot/dts/
sun8i-h3-nanopi.dtsi
> index fc45d5aaa67f..a9f749f49beb 100644
> --- a/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi
> +++ b/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi
> @@ -75,7 +75,6 @@ led-1 {
>  
>  	r_gpio_keys {
>  		compatible = "gpio-keys";
> -		input-name = "k1";
>  
>  		k1 {
>  			label = "k1";
> -- 
> 2.36.0
> 
> 



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: [PATCH] ARM: dts: sunxi: nanopi: Remove input-name property
  2022-04-25 15:38   ` Jernej Škrabec
@ 2022-05-08 20:59     ` Jernej Škrabec
  -1 siblings, 0 replies; 6+ messages in thread
From: Jernej Škrabec @ 2022-05-08 20:59 UTC (permalink / raw)
  To: Dang Huynh, Dang Huynh
  Cc: Rob Herring, Krzysztof Kozlowski, Chen-Yu Tsai, Samuel Holland,
	devicetree, linux-arm-kernel, linux-sunxi, linux-kernel

Dne ponedeljek, 25. april 2022 ob 17:38:58 CEST je Jernej Škrabec napisal(a):
> Dne ponedeljek, 25. april 2022 ob 08:42:32 CEST je Dang Huynh napisal(a):
> > This property doesn't seem to exist in the documentation nor
> > in source code, but for some reason it is defined in a bunch
> > of device trees.
> > 
> > Signed-off-by: Dang Huynh <danct12@riseup.net>
> 
> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>

Applied, thanks!

Best regards,
Jernej

> 
> Best regards,
> Jernej
> 
> > ---
> > This patch is a split of this treewide patch [1] to ease the 
> > maintainers. 
> > 
> > [1]: https://patchwork.kernel.org/patch/12633497/
> > 
> >  arch/arm/boot/dts/sun8i-h3-nanopi.dtsi | 1 -
> >  1 file changed, 1 deletion(-)
> > 
> > diff --git a/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi b/arch/arm/boot/dts/
> sun8i-h3-nanopi.dtsi
> > index fc45d5aaa67f..a9f749f49beb 100644
> > --- a/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi
> > +++ b/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi
> > @@ -75,7 +75,6 @@ led-1 {
> >  
> >  	r_gpio_keys {
> >  		compatible = "gpio-keys";
> > -		input-name = "k1";
> >  
> >  		k1 {
> >  			label = "k1";
> > -- 
> > 2.36.0
> > 
> > 
> 
> 
> 



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: [PATCH] ARM: dts: sunxi: nanopi: Remove input-name property
@ 2022-05-08 20:59     ` Jernej Škrabec
  0 siblings, 0 replies; 6+ messages in thread
From: Jernej Škrabec @ 2022-05-08 20:59 UTC (permalink / raw)
  To: Dang Huynh, Dang Huynh
  Cc: Rob Herring, Krzysztof Kozlowski, Chen-Yu Tsai, Samuel Holland,
	devicetree, linux-arm-kernel, linux-sunxi, linux-kernel

Dne ponedeljek, 25. april 2022 ob 17:38:58 CEST je Jernej Škrabec napisal(a):
> Dne ponedeljek, 25. april 2022 ob 08:42:32 CEST je Dang Huynh napisal(a):
> > This property doesn't seem to exist in the documentation nor
> > in source code, but for some reason it is defined in a bunch
> > of device trees.
> > 
> > Signed-off-by: Dang Huynh <danct12@riseup.net>
> 
> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>

Applied, thanks!

Best regards,
Jernej

> 
> Best regards,
> Jernej
> 
> > ---
> > This patch is a split of this treewide patch [1] to ease the 
> > maintainers. 
> > 
> > [1]: https://patchwork.kernel.org/patch/12633497/
> > 
> >  arch/arm/boot/dts/sun8i-h3-nanopi.dtsi | 1 -
> >  1 file changed, 1 deletion(-)
> > 
> > diff --git a/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi b/arch/arm/boot/dts/
> sun8i-h3-nanopi.dtsi
> > index fc45d5aaa67f..a9f749f49beb 100644
> > --- a/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi
> > +++ b/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi
> > @@ -75,7 +75,6 @@ led-1 {
> >  
> >  	r_gpio_keys {
> >  		compatible = "gpio-keys";
> > -		input-name = "k1";
> >  
> >  		k1 {
> >  			label = "k1";
> > -- 
> > 2.36.0
> > 
> > 
> 
> 
> 



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-08 21:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25  6:42 [PATCH] ARM: dts: sunxi: nanopi: Remove input-name property Dang Huynh
2022-04-25  6:42 ` Dang Huynh
2022-04-25 15:38 ` Jernej Škrabec
2022-04-25 15:38   ` Jernej Škrabec
2022-05-08 20:59   ` Jernej Škrabec
2022-05-08 20:59     ` Jernej Škrabec

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.