Commit 856e7e42 authored by Ulrich Hecht's avatar Ulrich Hecht Committed by Simon Horman

arm64: dts: renesas: draak: add X12 input dot clock

74.25 Mhz oscillator X12 is connected to DU_DOTCLKIN0.
Signed-off-by: default avatarUlrich Hecht <ulrich.hecht+renesas@gmail.com>
Reviewed-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent ce397d21
...@@ -82,6 +82,12 @@ reg_3p3v: regulator1 { ...@@ -82,6 +82,12 @@ reg_3p3v: regulator1 {
regulator-boot-on; regulator-boot-on;
regulator-always-on; regulator-always-on;
}; };
x12_clk: x12 {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <74250000>;
};
}; };
&extal_clk { &extal_clk {
...@@ -167,6 +173,11 @@ &du { ...@@ -167,6 +173,11 @@ &du {
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; status = "okay";
clocks = <&cpg CPG_MOD 724>,
<&cpg CPG_MOD 723>,
<&x12_clk>;
clock-names = "du.0", "du.1", "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