devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: rcar-vin: Drop unnecessary register properties from example vin port
@ 2018-05-09 18:45 Simon Horman
  2018-05-13 13:11 ` Niklas Söderlund
  2018-05-22 20:57 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Horman @ 2018-05-09 18:45 UTC (permalink / raw)
  To: linux-renesas-soc, Mauro Carvalho Chehab
  Cc: Mark Rutland, devicetree, Magnus Damm, Rob Herring,
	Geert Uytterhoeven, Niklas Söderlund, Simon Horman,
	linux-arm-kernel, linux-media

The example vin port node does not have an address and thus does not
need address-cells or address size-properties.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 Documentation/devicetree/bindings/media/rcar_vin.txt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/media/rcar_vin.txt b/Documentation/devicetree/bindings/media/rcar_vin.txt
index a19517e1c669..2a0c59e97f40 100644
--- a/Documentation/devicetree/bindings/media/rcar_vin.txt
+++ b/Documentation/devicetree/bindings/media/rcar_vin.txt
@@ -107,9 +107,6 @@ Board setup example for Gen2 platforms (vin1 composite video input)
         status = "okay";
 
         port {
-                #address-cells = <1>;
-                #size-cells = <0>;
-
                 vin1ep0: endpoint {
                         remote-endpoint = <&adv7180>;
                         bus-width = <8>;
-- 
2.11.0

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

end of thread, other threads:[~2018-05-22 20:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-09 18:45 [PATCH] media: rcar-vin: Drop unnecessary register properties from example vin port Simon Horman
2018-05-13 13:11 ` Niklas Söderlund
2018-05-22 20:57 ` Rob Herring

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).