All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Input: egalax-ts: Remove leading zero from 'egalax-ts@04' notation
@ 2017-10-30 17:00 ` Marco Franchi
  0 siblings, 0 replies; 3+ messages in thread
From: Marco Franchi @ 2017-10-30 17:00 UTC (permalink / raw)
  To: dmitry.torokhov
  Cc: robh+dt, linux-kernel, devicetree, festevam, marcofrk, Marco Franchi

Improve the binding example by removing the leading 0 from 'egalax-ts@04' 
notation, which fix the following build warning:

Warning (unit_address_format): Node /egalax_ts@04 unit name should not have leading 0s

Signed-off-by: Marco Franchi <marco.franchi@nxp.com>
---
 Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt b/Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt
index 49fa14e..707f248 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt
+++ b/Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt
@@ -10,7 +10,7 @@ Required properties:
 
 Example:
 
-	egalax_ts@04 {
+	egalax_ts@4 {
 		compatible = "eeti,egalax_ts";
 		reg = <0x04>;
 		interrupt-parent = <&gpio1>;
-- 
2.7.4

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

* [PATCH] Input: egalax-ts: Remove leading zero from 'egalax-ts@04' notation
@ 2017-10-30 17:00 ` Marco Franchi
  0 siblings, 0 replies; 3+ messages in thread
From: Marco Franchi @ 2017-10-30 17:00 UTC (permalink / raw)
  To: dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w
  Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	festevam-Re5JQEeQqe8AvxtiuMwx3w, marcofrk-Re5JQEeQqe8AvxtiuMwx3w,
	Marco Franchi

Improve the binding example by removing the leading 0 from 'egalax-ts@04' 
notation, which fix the following build warning:

Warning (unit_address_format): Node /egalax_ts@04 unit name should not have leading 0s

Signed-off-by: Marco Franchi <marco.franchi-3arQi8VN3Tc@public.gmane.org>
---
 Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt b/Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt
index 49fa14e..707f248 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt
+++ b/Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt
@@ -10,7 +10,7 @@ Required properties:
 
 Example:
 
-	egalax_ts@04 {
+	egalax_ts@4 {
 		compatible = "eeti,egalax_ts";
 		reg = <0x04>;
 		interrupt-parent = <&gpio1>;
-- 
2.7.4

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

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

* Re: [PATCH] Input: egalax-ts: Remove leading zero from 'egalax-ts@04' notation
  2017-10-30 17:00 ` Marco Franchi
  (?)
@ 2017-11-01 21:47 ` Rob Herring
  -1 siblings, 0 replies; 3+ messages in thread
From: Rob Herring @ 2017-11-01 21:47 UTC (permalink / raw)
  To: Marco Franchi
  Cc: dmitry.torokhov, linux-kernel, devicetree, festevam, marcofrk

On Mon, Oct 30, 2017 at 03:00:50PM -0200, Marco Franchi wrote:
> Improve the binding example by removing the leading 0 from 'egalax-ts@04' 
> notation, which fix the following build warning:
> 
> Warning (unit_address_format): Node /egalax_ts@04 unit name should not have leading 0s
> 
> Signed-off-by: Marco Franchi <marco.franchi@nxp.com>
> ---
>  Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt b/Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt
> index 49fa14e..707f248 100644
> --- a/Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt
> +++ b/Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt
> @@ -10,7 +10,7 @@ Required properties:
>  
>  Example:
>  
> -	egalax_ts@04 {
> +	egalax_ts@4 {

That really should be 'touchscreen@4'.

>  		compatible = "eeti,egalax_ts";
>  		reg = <0x04>;
>  		interrupt-parent = <&gpio1>;
> -- 
> 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

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

end of thread, other threads:[~2017-11-01 21:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-30 17:00 [PATCH] Input: egalax-ts: Remove leading zero from 'egalax-ts@04' notation Marco Franchi
2017-10-30 17:00 ` Marco Franchi
2017-11-01 21:47 ` Rob Herring

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.