Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c795c88d authored by Kamil Debski's avatar Kamil Debski Committed by Krzysztof Kozlowski
Browse files

ARM: dts: exynos: Add node for the HDMI CEC device to exynos4



This patch adds HDMI CEC node specific to the Exynos4210/4x12 SoC series.

Signed-off-by: default avatarKamil Debski <kamil@wypas.org>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
parent a92de67c
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -743,6 +743,18 @@
		status = "disabled";
	};

	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>;
		pinctrl-names = "default";
		pinctrl-0 = <&hdmi_cec>;
		status = "disabled";
	};

	mixer: mixer@12C10000 {
		compatible = "samsung,exynos4210-mixer";
		interrupts = <0 91 0>;