diff options
author | Marek Szyprowski <[email protected]> | 2016-03-25 14:10:01 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2016-03-29 15:22:51 +0900 |
commit | f1be903dbed810f71f6f27c2cb721ccf561052aa (patch) | |
tree | eef685e64e44f42aa5ebdf1220025a0b729ccaea | |
parent | c795c88d986150745b541418113f17db58ba575f (diff) |
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: Marek Szyprowski <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
[k.kozlowski: Put the node in alphabetical order]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi index 470e592e9232..acd7e7b5fd13 100644 --- a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi +++ b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi @@ -188,6 +188,10 @@ status = "okay"; }; +&hdmicec { + status = "okay"; +}; + &hsotg { dr_mode = "peripheral"; status = "okay"; |