Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arc: Get rid of root core-frequency property

Now when we switched to usage of real clk devices for CPU core
frequency those root properties make no sense any longer.
Se we're just getting rid of them here to not confuse readers of
our .dts files.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Christian Ruppert <christian.ruppert@alitech.com>
Cc: Noam Camus <noamca@mellanox.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>

authored by

Alexey Brodkin and committed by
Vineet Gupta
49acadff 2547476a

-17
-2
arch/arc/boot/dts/abilis_tb100.dtsi
··· 23 23 24 24 25 25 / { 26 - clock-frequency = <500000000>; /* 500 MHZ */ 27 - 28 26 soc100 { 29 27 bus-frequency = <166666666>; 30 28
-2
arch/arc/boot/dts/abilis_tb101.dtsi
··· 23 23 24 24 25 25 / { 26 - clock-frequency = <500000000>; /* 500 MHZ */ 27 - 28 26 soc100 { 29 27 bus-frequency = <166666666>; 30 28
-1
arch/arc/boot/dts/axc001.dtsi
··· 15 15 16 16 / { 17 17 compatible = "snps,arc"; 18 - clock-frequency = <750000000>; /* 750 MHZ */ 19 18 #address-cells = <1>; 20 19 #size-cells = <1>; 21 20
-1
arch/arc/boot/dts/axc003.dtsi
··· 14 14 15 15 / { 16 16 compatible = "snps,arc"; 17 - clock-frequency = <90000000>; 18 17 #address-cells = <1>; 19 18 #size-cells = <1>; 20 19
-1
arch/arc/boot/dts/axc003_idu.dtsi
··· 14 14 15 15 / { 16 16 compatible = "snps,arc"; 17 - clock-frequency = <90000000>; 18 17 #address-cells = <1>; 19 18 #size-cells = <1>; 20 19
-1
arch/arc/boot/dts/eznps.dts
··· 18 18 19 19 / { 20 20 compatible = "ezchip,arc-nps"; 21 - clock-frequency = <83333333>; /* 83.333333 MHZ */ 22 21 #address-cells = <1>; 23 22 #size-cells = <1>; 24 23 interrupt-parent = <&intc>;
-1
arch/arc/boot/dts/nsim_700.dts
··· 11 11 12 12 / { 13 13 compatible = "snps,nsim"; 14 - clock-frequency = <80000000>; /* 80 MHZ */ 15 14 #address-cells = <1>; 16 15 #size-cells = <1>; 17 16 interrupt-parent = <&core_intc>;
-1
arch/arc/boot/dts/nsimosci.dts
··· 11 11 12 12 / { 13 13 compatible = "snps,nsimosci"; 14 - clock-frequency = <20000000>; /* 20 MHZ */ 15 14 #address-cells = <1>; 16 15 #size-cells = <1>; 17 16 interrupt-parent = <&core_intc>;
-1
arch/arc/boot/dts/nsimosci_hs.dts
··· 11 11 12 12 / { 13 13 compatible = "snps,nsimosci_hs"; 14 - clock-frequency = <20000000>; /* 20 MHZ */ 15 14 #address-cells = <1>; 16 15 #size-cells = <1>; 17 16 interrupt-parent = <&core_intc>;
-1
arch/arc/boot/dts/nsimosci_hs_idu.dts
··· 11 11 12 12 / { 13 13 compatible = "snps,nsimosci_hs"; 14 - clock-frequency = <5000000>; /* 5 MHZ */ 15 14 #address-cells = <1>; 16 15 #size-cells = <1>; 17 16 interrupt-parent = <&core_intc>;
-1
arch/arc/boot/dts/skeleton.dtsi
··· 13 13 14 14 / { 15 15 compatible = "snps,arc"; 16 - clock-frequency = <80000000>; /* 80 MHZ */ 17 16 #address-cells = <1>; 18 17 #size-cells = <1>; 19 18 chosen { };
-1
arch/arc/boot/dts/skeleton_hs.dtsi
··· 8 8 9 9 / { 10 10 compatible = "snps,arc"; 11 - clock-frequency = <80000000>; /* 80 MHZ */ 12 11 #address-cells = <1>; 13 12 #size-cells = <1>; 14 13 chosen { };
-1
arch/arc/boot/dts/skeleton_hs_idu.dtsi
··· 8 8 9 9 / { 10 10 compatible = "snps,arc"; 11 - clock-frequency = <80000000>; /* 80 MHZ */ 12 11 #address-cells = <1>; 13 12 #size-cells = <1>; 14 13 chosen { };
-1
arch/arc/boot/dts/vdk_axc003.dtsi
··· 14 14 15 15 / { 16 16 compatible = "snps,arc"; 17 - clock-frequency = <50000000>; 18 17 #address-cells = <1>; 19 18 #size-cells = <1>; 20 19
-1
arch/arc/boot/dts/vdk_axc003_idu.dtsi
··· 15 15 16 16 / { 17 17 compatible = "snps,arc"; 18 - clock-frequency = <50000000>; 19 18 #address-cells = <1>; 20 19 #size-cells = <1>; 21 20