diff mbox

[PATCHv13,03/17] dts: exynos4412-odroid*: enable the HDMI CEC device

Message ID 1458310036-19252-4-git-send-email-hans.verkuil@cisco.com
State New
Headers show

Commit Message

Hans Verkuil March 18, 2016, 2:07 p.m. UTC
From: Marek Szyprowski <m.szyprowski@samsung.com>


Add a dts node entry and enable the HDMI CEC device present in the Exynos4
family of SoCs.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>

---
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.7.0

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
index 395c3ca..c9b1425 100644
--- a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
+++ b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
@@ -500,3 +500,7 @@ 
 &watchdog {
 	status = "okay";
 };
+
+&hdmicec {
+	status = "okay";
+};