arm64: dts: meson-sm1-odroid: add cec nodes
authorDmitry Shmidt <dimitrysh@google.com>
Thu, 7 Oct 2021 18:01:30 +0000 (11:01 -0700)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 15 Nov 2021 09:20:03 +0000 (10:20 +0100)
Enable CEC in same way it is done for other meson odroid devices

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20211007180130.805401-1-dimitrysh@google.com
arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi

index 5779e70..0bd1e98 100644 (file)
        status = "okay";
 };
 
+&cec_AO {
+       pinctrl-0 = <&cec_ao_a_h_pins>;
+       pinctrl-names = "default";
+       status = "disabled";
+       hdmi-phandle = <&hdmi_tx>;
+};
+
+&cecb_AO {
+       pinctrl-0 = <&cec_ao_b_h_pins>;
+       pinctrl-names = "default";
+       status = "okay";
+       hdmi-phandle = <&hdmi_tx>;
+};
+
 &clkc_audio {
        status = "okay";
 };