linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND] Documentation: devicetree: Clean up gpio-keys example
@ 2016-03-07 18:24 Andreas Färber
  2016-03-07 18:34 ` Javier Martinez Canillas
  2016-03-08  8:54 ` Geert Uytterhoeven
  0 siblings, 2 replies; 9+ messages in thread
From: Andreas Färber @ 2016-03-07 18:24 UTC (permalink / raw)
  To: linux-input
  Cc: linux-rockchip, linux-arm-kernel, Heiko Stübner,
	Julien Chauveau, Andreas Färber, Dmitry Torokhov,
	Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	open list

Drop #address-cells and #size-cells, which are not required by the
gpio-keys binding documentation, as button sub-nodes are not devices.

Reported-by: Julien Chauveau <chauveau.julien@gmail.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
---
 Documentation/devicetree/bindings/input/gpio-keys.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/input/gpio-keys.txt b/Documentation/devicetree/bindings/input/gpio-keys.txt
index 21641236c095..1552a11f6786 100644
--- a/Documentation/devicetree/bindings/input/gpio-keys.txt
+++ b/Documentation/devicetree/bindings/input/gpio-keys.txt
@@ -34,8 +34,6 @@ Example nodes:
 
 	gpio_keys {
 			compatible = "gpio-keys";
-			#address-cells = <1>;
-			#size-cells = <0>;
 			autorepeat;
 			button@21 {
 				label = "GPIO Key UP";
-- 
2.6.2

--
To unsubscribe from this list: send the line "unsubscribe linux-input" 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 related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-03-10 23:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-07 18:24 [PATCH RESEND] Documentation: devicetree: Clean up gpio-keys example Andreas Färber
2016-03-07 18:34 ` Javier Martinez Canillas
     [not found]   ` <CABxcv=kEDoP3_Q3OKh1rGJ3=nFxRydu7L7bv5C=bNbmXyFt8dQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-07 19:25     ` Andreas Färber
2016-03-08  8:54 ` Geert Uytterhoeven
2016-03-08  9:41   ` Julien Chauveau
2016-03-08 10:16     ` Andreas Färber
2016-03-10 23:08       ` Julien Chauveau
2016-03-08 10:09   ` Andreas Färber
2016-03-10 23:08     ` Julien Chauveau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).