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

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
...@@ -122,6 +122,12 @@ lvds_connector: endpoint { ...@@ -122,6 +122,12 @@ lvds_connector: endpoint {
}; };
}; };
}; };
x3_clk: x3-clock {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <65000000>;
};
}; };
&du { &du {
...@@ -129,6 +135,9 @@ &du { ...@@ -129,6 +135,9 @@ &du {
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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment