Commit ce3a6d51 authored by Martin Blumenstingl's avatar Martin Blumenstingl
Browse files

ARM: dts: meson8m2: m8s: enable the AO CEC controller - WiP

parent 254a2c6e
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -135,6 +135,15 @@
	};
};

&cec_AO {
	// TODO: is this correct?
	clocks = <&xtal_32k_out>;
	clock-names = "core";

	pinctrl-0 = <&hdmi_cec_ao_pins>;
	pinctrl-names = "default";
};

&cpu0 {
	cpu-supply = <&vcck>;
};