Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: rockchip: Enable HDMI CEC on rk3288-tinker-s

This patch enables HDMI CEC on Tinker Board S

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Jonas Karlman and committed by
Heiko Stuebner
61346668 de72618c

+5
+5
arch/arm/boot/dts/rk3288-tinker-s.dts
··· 23 23 mmc-ddr-1_8v; 24 24 status = "okay"; 25 25 }; 26 + 27 + &hdmi { 28 + pinctrl-names = "default"; 29 + pinctrl-0 = <&hdmi_cec_c0>; 30 + };