You need to sign in or sign up before continuing.
提交 efaedd17 编写于 作者: H Hans Verkuil 提交者: Mauro Carvalho Chehab

[media] s5p-cec.txt: document the HDMI controller phandle

Update the bindings documenting the new hdmi phandle.
Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
Acked-by: NKrzysztof Kozlowski <krzk@kernel.org>
Acked-by: NRob Herring <robh@kernel.org>
CC: linux-samsung-soc@vger.kernel.org
CC: devicetree@vger.kernel.org
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 dfa9739e
...@@ -15,6 +15,7 @@ Required properties: ...@@ -15,6 +15,7 @@ Required properties:
- clock-names : from common clock binding: must contain "hdmicec", - clock-names : from common clock binding: must contain "hdmicec",
corresponding to entry in the clocks property. corresponding to entry in the clocks property.
- samsung,syscon-phandle - phandle to the PMU system controller - samsung,syscon-phandle - phandle to the PMU system controller
- hdmi-phandle - phandle to the HDMI controller
Example: Example:
...@@ -25,6 +26,7 @@ hdmicec: cec@100B0000 { ...@@ -25,6 +26,7 @@ hdmicec: cec@100B0000 {
clocks = <&clock CLK_HDMI_CEC>; clocks = <&clock CLK_HDMI_CEC>;
clock-names = "hdmicec"; clock-names = "hdmicec";
samsung,syscon-phandle = <&pmu_system_controller>; samsung,syscon-phandle = <&pmu_system_controller>;
hdmi-phandle = <&hdmi>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&hdmi_cec>; pinctrl-0 = <&hdmi_cec>;
status = "okay"; status = "okay";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册