diff options
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/xtensa/boot/dts/lx60.dts | 2 | ||||
| -rw-r--r-- | arch/xtensa/boot/dts/ml605.dts | 2 | ||||
| -rw-r--r-- | arch/xtensa/boot/dts/xtfpga.dtsi | 4 | ||||
| -rw-r--r-- | arch/xtensa/platforms/xtfpga/setup.c | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/arch/xtensa/boot/dts/lx60.dts b/arch/xtensa/boot/dts/lx60.dts index 2eab3658e1bd..a0f8b8ad3920 100644 --- a/arch/xtensa/boot/dts/lx60.dts +++ b/arch/xtensa/boot/dts/lx60.dts | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | /include/ "xtfpga-flash-4m.dtsi" | 3 | /include/ "xtfpga-flash-4m.dtsi" |
| 4 | 4 | ||
| 5 | / { | 5 | / { |
| 6 | compatible = "xtensa,lx60"; | 6 | compatible = "cdns,xtensa-lx60"; |
| 7 | memory@0 { | 7 | memory@0 { |
| 8 | device_type = "memory"; | 8 | device_type = "memory"; |
| 9 | reg = <0x00000000 0x04000000>; | 9 | reg = <0x00000000 0x04000000>; |
diff --git a/arch/xtensa/boot/dts/ml605.dts b/arch/xtensa/boot/dts/ml605.dts index 6ed51d6554e6..905c3a5035e9 100644 --- a/arch/xtensa/boot/dts/ml605.dts +++ b/arch/xtensa/boot/dts/ml605.dts | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | /include/ "xtfpga-flash-16m.dtsi" | 3 | /include/ "xtfpga-flash-16m.dtsi" |
| 4 | 4 | ||
| 5 | / { | 5 | / { |
| 6 | compatible = "xtensa,ml605"; | 6 | compatible = "cdns,xtensa-ml605"; |
| 7 | memory@0 { | 7 | memory@0 { |
| 8 | device_type = "memory"; | 8 | device_type = "memory"; |
| 9 | reg = <0x00000000 0x08000000>; | 9 | reg = <0x00000000 0x08000000>; |
diff --git a/arch/xtensa/boot/dts/xtfpga.dtsi b/arch/xtensa/boot/dts/xtfpga.dtsi index b042c3f508e6..46b4f5eab421 100644 --- a/arch/xtensa/boot/dts/xtfpga.dtsi +++ b/arch/xtensa/boot/dts/xtfpga.dtsi | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | / { | 1 | / { |
| 2 | compatible = "xtensa,xtfpga"; | 2 | compatible = "cdns,xtensa-xtfpga"; |
| 3 | #address-cells = <1>; | 3 | #address-cells = <1>; |
| 4 | #size-cells = <1>; | 4 | #size-cells = <1>; |
| 5 | interrupt-parent = <&pic>; | 5 | interrupt-parent = <&pic>; |
| @@ -17,7 +17,7 @@ | |||
| 17 | #address-cells = <1>; | 17 | #address-cells = <1>; |
| 18 | #size-cells = <0>; | 18 | #size-cells = <0>; |
| 19 | cpu@0 { | 19 | cpu@0 { |
| 20 | compatible = "xtensa,cpu"; | 20 | compatible = "cdns,xtensa-cpu"; |
| 21 | reg = <0>; | 21 | reg = <0>; |
| 22 | /* Filled in by platform_setup from FPGA register | 22 | /* Filled in by platform_setup from FPGA register |
| 23 | * clock-frequency = <100000000>; | 23 | * clock-frequency = <100000000>; |
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); |
