Commit f1be903d authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Krzysztof Kozlowski

ARM: dts: exynos: Enable the HDMI CEC device on Exynos4412 Odroid boards

Add a dts node entry and enable the HDMI CEC device present in the Exynos4
family of SoCs.
Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
[k.kozlowski: Put the node in alphabetical order]
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
parent c795c88d
...@@ -188,6 +188,10 @@ &hdmi { ...@@ -188,6 +188,10 @@ &hdmi {
status = "okay"; status = "okay";
}; };
&hdmicec {
status = "okay";
};
&hsotg { &hsotg {
dr_mode = "peripheral"; dr_mode = "peripheral";
status = "okay"; status = "okay";
......
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