Commit 302d2970 authored by Marco Felsch's avatar Marco Felsch Committed by Mauro Carvalho Chehab

media: dt-bindings: media: mt9m111: adapt documentation to be more clear

Replace the vague binding by a more verbose. Remove the remote property
from the example since the driver don't support such a property. Also
remove the bus-width property from the endpoint since the driver don't
take care of it.
Signed-off-by: default avatarMarco Felsch <m.felsch@pengutronix.de>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 937bb425
...@@ -9,8 +9,10 @@ Required Properties: ...@@ -9,8 +9,10 @@ Required Properties:
- clocks: reference to the master clock. - clocks: reference to the master clock.
- clock-names: shall be "mclk". - clock-names: shall be "mclk".
For further reading on port node refer to The device node must contain one 'port' child node with one 'endpoint' child
Documentation/devicetree/bindings/media/video-interfaces.txt. sub-node for its digital output video port, in accordance with the video
interface bindings defined in:
Documentation/devicetree/bindings/media/video-interfaces.txt
Example: Example:
...@@ -21,10 +23,8 @@ Example: ...@@ -21,10 +23,8 @@ Example:
clocks = <&mclk>; clocks = <&mclk>;
clock-names = "mclk"; clock-names = "mclk";
remote = <&pxa_camera>;
port { port {
mt9m111_1: endpoint { mt9m111_1: endpoint {
bus-width = <8>;
remote-endpoint = <&pxa_camera>; remote-endpoint = <&pxa_camera>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment