aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/platforms
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2013-12-01 03:13:33 -0500
committerMax Filippov <jcmvbkbc@gmail.com>2014-01-14 15:21:25 -0500
commit42beb7628e7a901501e39f520beec67bac3157b1 (patch)
tree15c810339ee83d595646b1a5d324e7d0cf37d1d9 /arch/xtensa/platforms
parent4809bb468f140d561dfbb785e8dcdda5bae8c1f2 (diff)
xtensa: standardize devicetree cpu compatible strings
The recommended compatible string format, according to the ePAPR v1.1 standard, is "manufacturer,model". Change the xtensa cpu compatible strings to "cdns,xtensa-cpu". Also, change the boards compatible strings in a similar way. The pic compatible string will be dealt with in a separate patch. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/platforms')
-rw-r--r--arch/xtensa/platforms/xtfpga/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/platforms/xtfpga/setup.c b/arch/xtensa/platforms/xtfpga/setup.c
index 74bb74fa3f87..25d936e8296f 100644
--- a/arch/xtensa/platforms/xtfpga/setup.c
+++ b/arch/xtensa/platforms/xtfpga/setup.c
@@ -168,7 +168,7 @@ void __init platform_calibrate_ccount(void)
168 long clk_freq = 0; 168 long clk_freq = 0;
169#ifdef CONFIG_OF 169#ifdef CONFIG_OF
170 struct device_node *cpu = 170 struct device_node *cpu =
171 of_find_compatible_node(NULL, NULL, "xtensa,cpu"); 171 of_find_compatible_node(NULL, NULL, "cdns,xtensa-cpu");
172 if (cpu) { 172 if (cpu) {
173 u32 freq; 173 u32 freq;
174 update_clock_frequency(cpu); 174 update_clock_frequency(cpu);