Add s5p-cec driver bindings to the board file of the Exynos 4412 Odroid U3.

Signed-off-by: Kamil Debski <k.deb...@samsung.com>
---
 arch/arm/boot/dts/exynos4412-odroidu3.dts |   13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4412-odroidu3.dts 
b/arch/arm/boot/dts/exynos4412-odroidu3.dts
index c8a64be..934c9f8 100644
--- a/arch/arm/boot/dts/exynos4412-odroidu3.dts
+++ b/arch/arm/boot/dts/exynos4412-odroidu3.dts
@@ -31,6 +31,19 @@
                        linux,default-trigger = "heartbeat";
                };
        };
+
+       hdmicec: cec@100B0000 {
+               compatible = "samsung,s5p-cec";
+               reg = <0x100B0000 0x200>;
+               interrupts = <0 114 0>;
+               clocks = <&clock CLK_HDMI_CEC>;
+               clock-names = "hdmicec";
+               samsung,syscon-phandle = <&pmu_system_controller>;
+               cec-gpio = <&gpx3 6 0>;
+               pinctrl-names = "default";
+               pinctrl-0 = <&hdmi_cec>;
+               status = "okay";
+       };
 };
 
 &usb3503 {
-- 
1.7.9.5

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

Reply via email to