media: dt-bindings: media: adv7604: Fix slave map documentation
authorKieran Bingham <kieran.bingham@ideasonboard.com>
Wed, 8 Aug 2018 16:33:51 +0000 (12:33 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 12 Sep 2018 14:22:29 +0000 (10:22 -0400)
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>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Documentation/devicetree/bindings/media/i2c/adv7604.txt

index dcf57e7..b3e688b 100644 (file)
@@ -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>;