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

Commit 665d79aa authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Simon Horman
Browse files

ARM: shmobile: marzen: Add DU external pixel clock to DT



Declare the fixed 65MHz pixel clock connected to the DU clock input.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent ca50ee8f
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -122,6 +122,12 @@
			};
			};
		};
		};
	};
	};

	x3_clk: x3-clock {
		compatible = "fixed-clock";
		#clock-cells = <0>;
		clock-frequency = <65000000>;
	};
};
};


&du {
&du {
@@ -129,6 +135,9 @@
	pinctrl-names = "default";
	pinctrl-names = "default";
	status = "okay";
	status = "okay";


	clocks = <&mstp1_clks R8A7779_CLK_DU>, <&x3_clk>;
	clock-names = "du", "dclkin.0";

	ports {
	ports {
		port@0 {
		port@0 {
			endpoint {
			endpoint {