[media] stih-cec.txt: document new hdmi phandle
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>
Tue, 3 Jan 2017 14:54:56 +0000 (12:54 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 10 Apr 2017 15:52:37 +0000 (12:52 -0300)
Update the bindings documentation with the new hdmi phandle.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/devicetree/bindings/media/stih-cec.txt

index 71c4b2f..289a08b 100644 (file)
@@ -9,6 +9,7 @@ Required properties:
  - pinctrl-names: Contains only one value - "default"
  - pinctrl-0: Specifies the pin control groups used for CEC hardware.
  - resets: Reference to a reset controller
+ - hdmi-phandle: Phandle to the HDMI controller
 
 Example for STIH407:
 
@@ -22,4 +23,5 @@ sti-cec@094a087c {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_cec0_default>;
        resets = <&softreset STIH407_LPM_SOFTRESET>;
+       hdmi-phandle = <&hdmi>;
 };