Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe61513f authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: dts: lager: Move cec_clock to root node



cec-clock is a fixed clock generator that is not controlled by i2c-12
and thus should not be a child of the i2c-12 bus node. Rather, it should
be a child of the root node of the DT.

Fixes: c5aa8797 ("ARM: dts: lager: Add CEC clock for HDMI transmitter")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent b1798f2a
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -247,6 +247,12 @@
		};
	};

	cec_clock: cec-clock {
		compatible = "fixed-clock";
		#clock-cells = <0>;
		clock-frequency = <12000000>;
	};

	hdmi-out {
		compatible = "hdmi-connector";
		type = "a";
@@ -352,12 +358,6 @@
			};
		};

		cec_clock: cec-clock {
			compatible = "fixed-clock";
			#clock-cells = <0>;
			clock-frequency = <12000000>;
		};

		hdmi@39 {
			compatible = "adi,adv7511w";
			reg = <0x39>;