linux-xiaomi-chiron/arch/microblaze/kernel/cpu
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
..
cache.c microblaze: Initialize temp variable to remove compilation warning 2013-05-14 09:09:08 +02:00
cpuinfo-pvr-full.c microblaze: Add support for CCF 2014-01-27 11:24:55 +01:00
cpuinfo-static.c microblaze: Add support for CCF 2014-01-27 11:24:55 +01:00
cpuinfo.c microblaze: Add support for CCF 2014-01-27 11:24:55 +01:00
Makefile microblaze: change to new flag variable 2011-03-17 14:02:56 +01:00
mb.c microblaze: Standardise cpuinfo output for cache policy 2011-07-25 09:13:43 +02:00
pvr.c microblaze: Fix coding style issues 2013-02-12 11:24:45 +01:00