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

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

ARM: shmobile: koelsch: Add DU external pixel clocks to DT



Declare the fixed 148.5MHz pixel clocks connected to the DU clock
inputs.

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

	x2_clk: x2-clock {
		compatible = "fixed-clock";
		#clock-cells = <0>;
		clock-frequency = <148500000>;
	};

	x13_clk: x13-clock {
		compatible = "fixed-clock";
		#clock-cells = <0>;
		clock-frequency = <148500000>;
	};
};
};


&du {
&du {
@@ -276,6 +288,13 @@
	pinctrl-names = "default";
	pinctrl-names = "default";
	status = "okay";
	status = "okay";


	clocks = <&mstp7_clks R8A7791_CLK_DU0>,
		 <&mstp7_clks R8A7791_CLK_DU1>,
		 <&mstp7_clks R8A7791_CLK_LVDS0>,
		 <&x13_clk>, <&x2_clk>;
	clock-names = "du.0", "du.1", "lvds.0",
		      "dclkin.0", "dclkin.1";

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