提交 26c00ab4 编写于 作者: L Laurent Pinchart 提交者: Simon Horman

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

Declare the fixed 148.5MHz pixel clocks connected to the DU clock
inputs.
Signed-off-by: NLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 cd21cb46
...@@ -233,6 +233,18 @@ ...@@ -233,6 +233,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 {
...@@ -240,6 +252,15 @@ ...@@ -240,6 +252,15 @@
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; status = "okay";
clocks = <&mstp7_clks R8A7790_CLK_DU0>,
<&mstp7_clks R8A7790_CLK_DU1>,
<&mstp7_clks R8A7790_CLK_DU2>,
<&mstp7_clks R8A7790_CLK_LVDS0>,
<&mstp7_clks R8A7790_CLK_LVDS1>,
<&x13_clk>, <&x2_clk>;
clock-names = "du.0", "du.1", "du.2", "lvds.0", "lvds.1",
"dclkin.0", "dclkin.1";
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.
先完成此消息的编辑!
想要评论请 注册