Michal Simek
c1120542b9
microblaze: Add support for CCF
Add support for CCF for Microblaze.
Old binding:
system_timer: system-timer@41c00000 {
clock-frequency = <75000000>;
...
}
New binding:
system_timer: system-timer@41c00000 {
clocks = <&clk_bus>;
...
}
Both should be supported for a while
Microblaze clock binding:
clocks {
#address-cells = <1>;
#size-cells = <0>;
clk_bus: bus {
#clock-cells = <0>;
clock-frequency = <75000000>;
clock-output-names = "bus";
compatible = "fixed-clock";
reg = <1>;
} ;
clk_cpu: cpu {
#clock-cells = <0>;
clock-frequency = <75000000>;
clock-output-names = "cpu";
compatible = "fixed-clock";
reg = <0>;
} ;
} ;
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2014-01-27 11:24:55 +01:00
..
2014-01-27 11:24:55 +01:00
2013-02-12 11:24:44 +01:00
2013-02-12 11:24:45 +01:00
2013-04-29 18:28:13 -07:00
2013-02-03 18:16:02 -05:00
2013-02-03 18:16:02 -05:00
2013-02-12 11:24:45 +01:00
2013-02-12 11:24:45 +01:00
2013-11-07 09:22:40 +01:00
2013-02-12 11:24:45 +01:00
2013-11-06 08:48:58 +01:00
2013-09-03 11:25:02 +02:00
2013-09-03 11:24:48 +02:00
2013-06-26 11:36:55 +02:00
2013-09-03 11:13:46 +02:00
2012-05-25 06:34:35 +02:00
2013-02-12 11:24:45 +01:00
2012-03-23 09:28:19 +01:00
2013-02-12 11:24:45 +01:00
2013-05-09 10:46:16 +02:00
2013-02-12 11:24:45 +01:00
2013-10-09 20:04:03 -05:00
2013-02-26 19:50:22 -08:00
2013-09-04 17:01:37 +02:00
2014-01-27 11:24:55 +01:00
2013-02-26 19:50:22 -08:00
2013-02-12 11:24:45 +01:00
2013-11-08 15:20:44 +01:00
2013-11-08 15:20:44 +01:00
2014-01-27 11:24:55 +01:00
2013-04-30 17:04:02 -07:00
2013-02-12 11:24:45 +01:00
2012-06-27 09:59:43 +02:00