devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: dt: adv7604: Fix slave map documentation
@ 2018-08-07 15:54 Kieran Bingham
  2018-08-08  7:48 ` Michal Vokáč
  0 siblings, 1 reply; 6+ messages in thread
From: Kieran Bingham @ 2018-08-07 15:54 UTC (permalink / raw)
  To: mchehab, linux-media
  Cc: linux-renesas-soc, Kieran Bingham, devicetree, linux-kernel,
	Kieran Bingham

The reg-names property in the documentation is missing an '='. Add it.

Fixes: 9feb786876c7 ("media: dt-bindings: media: adv7604: Extend
bindings to allow specifying slave map addresses")

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 Documentation/devicetree/bindings/media/i2c/adv7604.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/media/i2c/adv7604.txt b/Documentation/devicetree/bindings/media/i2c/adv7604.txt
index dcf57e7c60eb..b3e688b77a38 100644
--- a/Documentation/devicetree/bindings/media/i2c/adv7604.txt
+++ b/Documentation/devicetree/bindings/media/i2c/adv7604.txt
@@ -66,7 +66,7 @@ Example:
 		 * other maps will retain their default addresses.
 		 */
 		reg = <0x4c>, <0x66>;
-		reg-names "main", "edid";
+		reg-names = "main", "edid";
 
 		reset-gpios = <&ioexp 0 GPIO_ACTIVE_LOW>;
 		hpd-gpios = <&ioexp 2 GPIO_ACTIVE_HIGH>;
-- 
2.17.1

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

end of thread, other threads:[~2018-08-08 12:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-07 15:54 [PATCH] media: dt: adv7604: Fix slave map documentation Kieran Bingham
2018-08-08  7:48 ` Michal Vokáč
2018-08-08 10:23   ` Kieran Bingham
2018-08-08 10:25     ` Laurent Pinchart
2018-08-08 12:33       ` Michal Vokáč
2018-08-08 12:51         ` Kieran Bingham

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