提交 665d79aa 编写于 作者: L Laurent Pinchart 提交者: 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: NLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 ca50ee8f
...@@ -122,6 +122,12 @@ ...@@ -122,6 +122,12 @@
}; };
}; };
}; };
x3_clk: x3-clock {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <65000000>;
};
}; };
&du { &du {
...@@ -129,6 +135,9 @@ ...@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册