File tree Expand file tree Collapse file tree 4 files changed +0
-36
lines changed
include/asm/mach-loongson32 Expand file tree Collapse file tree 4 files changed +0
-36
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 12
12
#include <nand.h>
13
13
14
14
extern struct platform_device ls1x_uart_pdev ;
15
- extern struct platform_device ls1x_cpufreq_pdev ;
16
15
extern struct platform_device ls1x_eth0_pdev ;
17
16
extern struct platform_device ls1x_eth1_pdev ;
18
17
extern struct platform_device ls1x_ehci_pdev ;
Original file line number Diff line number Diff line change 15
15
16
16
#include <platform.h>
17
17
#include <loongson1.h>
18
- #include <cpufreq.h>
19
18
#include <dma.h>
20
19
#include <nand.h>
21
20
@@ -62,21 +61,6 @@ void __init ls1x_serial_set_uartclk(struct platform_device *pdev)
62
61
p -> uartclk = clk_get_rate (clk );
63
62
}
64
63
65
- /* CPUFreq */
66
- static struct plat_ls1x_cpufreq ls1x_cpufreq_pdata = {
67
- .clk_name = "cpu_clk" ,
68
- .osc_clk_name = "osc_clk" ,
69
- .max_freq = 266 * 1000 ,
70
- .min_freq = 33 * 1000 ,
71
- };
72
-
73
- struct platform_device ls1x_cpufreq_pdev = {
74
- .name = "ls1x-cpufreq" ,
75
- .dev = {
76
- .platform_data = & ls1x_cpufreq_pdata ,
77
- },
78
- };
79
-
80
64
/* Synopsys Ethernet GMAC */
81
65
static struct stmmac_mdio_bus_data ls1x_mdio_bus_data = {
82
66
.phy_mask = 0 ,
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ static const struct gpio_led_platform_data ls1x_led_pdata __initconst = {
35
35
36
36
static struct platform_device * ls1b_platform_devices [] __initdata = {
37
37
& ls1x_uart_pdev ,
38
- & ls1x_cpufreq_pdev ,
39
38
& ls1x_eth0_pdev ,
40
39
& ls1x_eth1_pdev ,
41
40
& ls1x_ehci_pdev ,
You can’t perform that action at this time.
0 commit comments