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/tegra194-p2972-0000.dts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts b/arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts index 34a7044927fd..6092171cf994 100644 --- a/arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts +++ b/arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts @@ -24,6 +24,11 @@ status = "okay"; }; + cec@3960000 { + hdmi-phandle = <&hdmi>; + status = "okay"; + }; + pwm@c340000 { status = "okay"; }; @@ -37,7 +42,7 @@ status = "okay"; }; - sor@15b80000 { + hdmi: sor@15b80000 { status = "okay"; avdd-io-supply = <&vdd_1v0>; -- 2.19.1