From: Thierry Reding <treding@xxxxxxxxxx> Hook up the CEC controller with the SOR driving the HDMI output so that CEC commands can be sent to the sink. Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> --- arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts b/arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts index 0f3c6cebb049..8a2ed3afb494 100644 --- a/arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts +++ b/arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts @@ -57,6 +57,11 @@ status = "okay"; }; + cec@3960000 { + hdmi-phandle = <&hdmi>; + status = "okay"; + }; + pcie@10003000 { status = "okay"; @@ -102,7 +107,7 @@ nvidia,dpaux = <&dpaux1>; }; - sor@15580000 { + hdmi: sor@15580000 { status = "okay"; avdd-io-supply = <&vdd_hdmi_1v05>; -- 2.19.1