Commit 6e27ccce authored by Benjamin Gaignard's avatar Benjamin Gaignard Committed by Mauro Carvalho Chehab

[media] stih-cec.txt: document new hdmi phandle

Update the bindings documentation with the new hdmi phandle.
Signed-off-by: default avatarBenjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent bca55958
...@@ -9,6 +9,7 @@ Required properties: ...@@ -9,6 +9,7 @@ Required properties:
- pinctrl-names: Contains only one value - "default" - pinctrl-names: Contains only one value - "default"
- pinctrl-0: Specifies the pin control groups used for CEC hardware. - pinctrl-0: Specifies the pin control groups used for CEC hardware.
- resets: Reference to a reset controller - resets: Reference to a reset controller
- hdmi-phandle: Phandle to the HDMI controller
Example for STIH407: Example for STIH407:
...@@ -22,4 +23,5 @@ sti-cec@094a087c { ...@@ -22,4 +23,5 @@ sti-cec@094a087c {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_cec0_default>; pinctrl-0 = <&pinctrl_cec0_default>;
resets = <&softreset STIH407_LPM_SOFTRESET>; resets = <&softreset STIH407_LPM_SOFTRESET>;
hdmi-phandle = <&hdmi>;
}; };
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