Commit 3652e274 authored by David Lechner's avatar David Lechner Committed by Sekhar Nori

ARM: dts: da850: Add clocks

This adds clock provider nodes for da850 and wires them up to all of the
devices.
Signed-off-by: default avatarDavid Lechner <david@lechnology.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 862ceabb
...@@ -35,6 +35,10 @@ eth0: ethernet@220000 { ...@@ -35,6 +35,10 @@ eth0: ethernet@220000 {
}; };
}; };
&ref_clk {
clock-frequency = <24000000>;
};
&edma0 { &edma0 {
ti,edma-reserved-slot-ranges = <32 50>; ti,edma-reserved-slot-ranges = <32 50>;
}; };
......
...@@ -135,6 +135,10 @@ &ecap2 { ...@@ -135,6 +135,10 @@ &ecap2 {
status = "okay"; status = "okay";
}; };
&ref_clk {
clock-frequency = <24000000>;
};
&pmx_core { &pmx_core {
status = "okay"; status = "okay";
......
...@@ -123,6 +123,10 @@ vga_con_in: endpoint { ...@@ -123,6 +123,10 @@ vga_con_in: endpoint {
}; };
}; };
&ref_clk {
clock-frequency = <24000000>;
};
&pmx_core { &pmx_core {
status = "okay"; status = "okay";
...@@ -175,6 +179,11 @@ &gpio { ...@@ -175,6 +179,11 @@ &gpio {
status = "okay"; status = "okay";
}; };
&sata_refclk {
status = "okay";
clock-frequency = <100000000>;
};
&sata { &sata {
status = "okay"; status = "okay";
}; };
......
...@@ -191,6 +191,10 @@ reboot-mode { ...@@ -191,6 +191,10 @@ reboot-mode {
}; };
}; };
&ref_clk {
clock-frequency = <24000000>;
};
&pmx_core { &pmx_core {
status = "okay"; status = "okay";
......
This diff is collapsed.
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